$npx skillfedfor your agent

stock-announcements

Stock Announcements retrieves official disclosure notices from Chinese A-share listed companies via East Money data, enabling investors to filter by stock code and keywords for critical events like earnings reports and corporate changes. Real-time updates cover all listed companies with reliable, authoritative data sourced through AkShare.

Stock Announcements fetches real-time A-share company announcements to help investors monitor key disclosures and make informed decisions.

AI-generated summary based on this skill's SKILL.md

★ 5,704  893 MITupdated by netease-youdao

Decision gist · record as of 2026-07-28

Stock Announcements fetches real-time A-share company announcements to help investors monitor key disclosures and make informed decisions. Stock Announcements retrieves official disclosure notices from Chinese A-share listed companies via East Money data, enabling investors to filter by stock code and keywords for critical events like earnings reports and corporate changes. Real-time updates cover all listed companies with reliable, authoritative data sourced through AkShare.

manual: git clone https://github.com/netease-youdao/LobsterAI → cp -r LobsterAI/SKILLs/stock-announcements ~/.claude/skills/stock-announcements
SKILLs/stock-announcements/SKILL.md · version 57906209

Use it when

  • Stock Announcements supports filtering by stock code, keyword, and date range to retrieve announcements.
  • Yes, Stock Announcements can extract and summarize PDF announcement content for analysis.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

netease-youdao/LobsterAI/stock-announcements · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is stock-announcements and what can it do?

Stock Announcements retrieves official disclosure notices from Chinese A-share listed companies via East Money data, enabling investors to filter by stock code and keywords for critical events like earnings reports and corporate changes. Real-time updates cover all listed companies with reliable, authoritative data sourced through AkShare.

How do I query A-share company announcements with stock-announcements?

Stock Announcements supports filtering by stock code, keyword, and date range to retrieve announcements. You can search for specific companies (e.g., by code like 600519 or 000858), track major corporate events such as earnings, restructuring, and shareholder changes, and access real-time official disclosure data from Eastern Wealth.

Can stock-announcements extract and summarize PDF announcement content?

Yes, Stock Announcements can extract and summarize PDF announcement content for analysis. This feature helps investors quickly process detailed disclosure documents and identify key information relevant to their investment decisions without manually reviewing entire PDFs.

What types of corporate events does stock-announcements track?

Stock Announcements tracks major corporate events including earnings reports, business restructuring, shareholder composition changes, and other significant disclosures. These real-time monitored events help investors stay informed about developments that may impact their investment decisions.

How current is the data in stock-announcements?

Stock Announcements provides real-time official disclosure data from Eastern Wealth, ensuring you access the latest A-share company announcements as they are published. The skill monitors and retrieves announcements continuously to support timely investment decision-making.

What is the license for stock-announcements?

Stock Announcements is released under the MIT license, allowing free use, modification, and distribution in both commercial and personal projects with minimal restrictions.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Stock Announcement Fetcher

获取A股上市公司的官方公告信息(真实数据),帮助投资者及时掌握重要信息披露。

真实数据保证

  • 数据来源: 东方财富网(通过AkShare开源库)
  • 更新频率: 实时(当日公告)
  • 覆盖范围: 全部A股上市公司
  • 数据质量: 官方权威数据

Dependencies

Python packages (install once):

pip install akshare pandas requests PyPDF2

When to Use This Skill

触发条件(用户提及以下任一场景时激活):

  1. 查询特定公司公告 — "查看五粮液最近的公告"、"002368有什么新公告?"
  2. 监控特定事件 — "哪些公司今天发布了业绩预告?"
  3. 投资决策辅助 — "公司有利好消息吗?"

Usage

IMPORTANT: Always use the $SKILLS_ROOT environment variable to locate scripts.

基础查询
export PYTHONIOENCODING=utf-8
python "$SKILLS_ROOT/stock-announcements/scripts/announcements.py" 000858
查询最近7天
export PYTHONIOENCODING=utf-8
python "$SKILLS_ROOT/stock-announcements/scripts/announcements.py" 600519 --days 7
关键词筛选
export PYTHONIOENCODING=utf-8
python "$SKILLS_ROOT/stock-announcements/scripts/announcements.py" 600519 --keyword 业绩
JSON格式输出

```bash export PYTHONIOENCODING=utf-8 python

(truncated - see the full file via the links below)

File tree — 2 files
SKILLs/stock-announcements/SKILL.md
SKILLs/stock-announcements/scripts/announcements.py

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Monitor and retrieve A-share company announcements for investment decisions”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

stock-analyzer
by netease-youdao · netease-youdao/LobsterAI

Stock Analyzer delivers institutional-grade investment reports by synthesizing real-time market data, value metrics, technical signals, and growth analysis into a single actionable rating. It scores stocks across four dimensions—value, technical, growth, and financial health—and surfaces specific trading strategies and risk warnings tailored to your investment horizon.

MITupdated Jul 2026
★ 5,704repo stars
stock-explorer
by netease-youdao · netease-youdao/LobsterAI

Stock Explorer pulls live market data and OHLCV information from Yahoo Finance, then computes technical indicators like RSI, MACD, Bollinger Bands, VWAP, and ATR directly on your machine. Supports US stocks, A-shares, HK stocks, crypto, and forex tickers with commands for quotes, fundamentals, trend charts, and comprehensive analysis reports.

MITupdated Jul 2026
★ 5,704repo stars
seedream
by netease-youdao · netease-youdao/LobsterAI

Seedream harnesses Volcengine's image generation model to create, edit, and fuse images across multiple modes. It supports text-to-image creation, single and multi-image editing, image series generation, and real-time web-search-enhanced creation via the Seedream 5.0 lite model. The skill runs on Node.js with no Python dependency, offering configurable output sizes from 1K to 4K resolution.

MITdocs in Chineseupdated Jul 2026
★ 5,704repo stars
seedance
by netease-youdao · netease-youdao/LobsterAI

Seedance harnesses Volcengine's video synthesis models to create dynamic videos from text descriptions, reference images, or audio input. The skill supports multiple generation modes including text-to-video, image-to-video with first-frame or first-and-last-frame guidance, multi-image reference blending, and audio-synchronized video creation on select models. Configure your API key via environment variables and use command-line parameters to control duration, aspect ratio, model selection, and polling behavior.

MITdocs in Chineseupdated Jul 2026
★ 5,704repo stars
Stock Analyst
by chengzuopeng · chengzuopeng/stock-sdk-mcp

Stock Analyst evaluates equities across mainland China, Hong Kong, and US markets through candlestick formations and technical indicators including moving averages, MACD, KDJ, RSI, and Bollinger Bands. It identifies support and resistance levels, detects trend reversals, and synthesizes fund flow data to generate actionable trading signals.

ISCupdated May 2026
★ 89repo stars
global-stock-data
by simonlin1212 · simonlin1212/Vibe-Research

global-stock-data is a 13-layer data architecture delivering quotes, technical indicators, financial statements, fund flows, options chains, SEC filings, and market-wide screening for US and Hong Kong equities. It aggregates 30+ endpoints across 11 official sources—including CBOE options with Greeks, FINRA short volume, SEC EDGAR filings, and Treasury yield curves—with compliance tiers clearly marked for each data source.

MITdocs in Chineseupdated Jul 2026
★ 1,038repo stars
Tags
stock-monitoringannouncement-alertsinvestor-intelligencedisclosure-trackingmarket-eventscorporate-newsfinancial-reportingreal-time-datachinese-stocksdecision-support