Agent skill
cninfo-skill
东方财富财报数据接口(实际调用 emweb.securities.eastmoney.com),获取 A 股主要财务指标(ZYFXListV2 接口),按 SH/SZ 区分代码前缀。当用户需要查询个股财务指标原始数据时使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/cninfo-skill
SKILL.md
cninfo-skill
东方财富财务报表数据 JS 封装。
核心能力
- 个股主要财务指标查询(营收、净利润、ROE、毛利率等)
- 按市场(SH/SZ)自动适配代码前缀
- 返回标准化 JSON 格式
数据源
- 东方财富 emweb.securities.eastmoney.com API
使用
node "$SKILLS_ROOT/cninfo-skill/index.js" --code 600519
注意
- skill 名称为历史遗留(cninfo),实际数据源为东方财富
- 上层 skill 建议通过 cn-stock-data 统一层获取财务数据
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?