📈
DataTypeScript

Stock Announcements

by freestylefly

Stock Announcements is a Data skill for Claude Code, published by freestylefly in wesight.

890 stars206 forkson freestylefly/wesightAdded 2026/08/22+1% in starsRepository updated 2026/08/06
agent-skillsagent-workspaceai-agentai-agentsclaude-codecodexdeepseek-harnessdesktop-appdshdsh-pluginelectronhermes-agentllmlocal-firstmacosmodel-routeropenclawreacttypescriptvibe-coding
Install in seconds
Install Stock Announcements
Copy Stock Announcements into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/freestylefly/wesight/tree/main/SKILLs/stock-announcements ~/.claude/skills/stock-announcements

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/freestylefly/wesight.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILLs/stock-announcements/SKILL.md in freestylefly/wesight
Installs to
~/.claude/skills/stock-announcements
Collection
One of 25 skills cataloged from this repository
Category
Data668 skills

What Stock Announcements does

Stock Announcements fetches real A-share company notices from Eastmoney via AkShare. Use it to filter announcements by stock code or keyword when tracking earnings, restructurings, shareholder changes, and other material events.

Stock Announcements is cataloged under Data on DirSkills. Stock Announcements comes from a repository tagged agent-skills, agent-workspace, ai-agent, ai-agents and claude-code.

Documentation

README

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

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Stock Announcements

  • What else does freestylefly publish alongside Stock Announcements?

    Stock Announcements is one of 25 skills that DirSkills catalogs from freestylefly/wesight, the repository it ships in. Its siblings there include Article Writer, Canvas Design and Content Planner. Each one is a separate skill with its own page in this directory, installs the same way Stock Announcements does, and is maintained by freestylefly in that same repository. The rest of the collection is listed on the freestylefly/wesight page.

  • How does Stock Announcements compare to other Data skills?

    Stock Announcements ranks #487 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Stock Announcements against them. Open each page to compare what they document and how they install.

More from freestylefly/wesight

Stock Announcements is one of 25 skills cataloged on DirSkills from freestylefly/wesight.

See all 25 skills