eastmoney-skill

⚠️ DEPRECATED - 东方财富综合数据接口,提供 A 股基本信息、财务三表(资产负债/利润/现金流)、主要财务指标及公告查询。当用户需要个股财务三表或公告原始数据时使用。

105 stars

Best use case

eastmoney-skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

⚠️ DEPRECATED - 东方财富综合数据接口,提供 A 股基本信息、财务三表(资产负债/利润/现金流)、主要财务指标及公告查询。当用户需要个股财务三表或公告原始数据时使用。

Teams using eastmoney-skill should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/eastmoney-skill/SKILL.md --create-dirs "https://raw.githubusercontent.com/aifinlab/FinClaw/main/skills/archive/eastmoney-skill/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/eastmoney-skill/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How eastmoney-skill Compares

Feature / Agenteastmoney-skillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

⚠️ DEPRECATED - 东方财富综合数据接口,提供 A 股基本信息、财务三表(资产负债/利润/现金流)、主要财务指标及公告查询。当用户需要个股财务三表或公告原始数据时使用。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# eastmoney-skill (已废弃)

⚠️ **状态: DEPRECATED (2026-03-25)**

> 此 Skill 已废弃,不再维护。建议使用 `cn-stock-data` 或 `akshare-*` 系列替代。

## 废弃原因
- 数据源不稳定,经常变动接口
- 功能已被 `akshare-stock`、`akshare-finance` 等覆盖
- 缺乏官方API支持

## 替代方案
- 股票数据: `akshare-stock`, `tushare-pro`
- 财务数据: `akshare-finance`, `cn-stock-data`
- 公告数据: `announcement-interpretation-*` 系列

---

东方财富综合金融数据 JS 封装。

## 核心能力

- 股票基本信息查询
- 财务三表:资产负债表、利润表、现金流量表
- 主要财务指标
- 最新公告查询

## 数据源

- 东方财富公开免费 API

## 使用

```bash
node "$SKILLS_ROOT/eastmoney-skill/index.js" --code 600519
```