知识来源:《一本书读懂财报》肖星著,清华大学经管学院教授,2019年修订版 架构说明:本文件为总调度器(orchestrator),具体分析由各 subskill 独立执行
SKILL.md(总调度器,你在这里)
└── subskills/
├── m1_industry_analysis/ ← 行业背景分析
│ ├── module.md
│ └── references/case_library.md
├── m2_asset_debt_analysis/ ← 资产质量检查
│ ├── module.md
│ └── references/case_library.md
├── m3_profit_analysis/ ← 利润质量验证
├── m4_cashflow_analysis/ ← 现金流健康度
├── m5_solvency_analysis/ ← 周转率与偿债能力
…analyzing-financial-reports is a community-contributed Claude Code skill in the finance-personal sub-category. It ships as a SKILL.md file that Claude Code auto-discovers under ~/.claude/skills/finacial-statement-reading/ and loads when your prompt matches the skill's trigger.
When to invoke it: Use when the user provides financial data or a company name and asks whether financials are healthy, whether profits are real, whether there are red flags, or whether the company is a good investment. Based on the book "一本书读懂财报" by Xiao Xing (Tsinghua University).
The analyzing-financial-reports Claude Code skill is built for Claude Code users and developers across all disciplines looking for general-purpose AI assistance. It's part of ClaudSkills (also referred to as Claude Skills or Claude Code Skills) — the open community-curated registry of 88,000+ SKILL.md files for Anthropic's Claude Code agent and the wider Claude ecosystem (Claude API, Claude Agent SDK).
mkdir -p ~/.claude/skills/finacial-statement-reading curl -L https://claudskills.com/skills/finacial-statement-reading/SKILL.md \ -o ~/.claude/skills/finacial-statement-reading/SKILL.md
Or just download SKILL.md directly and drop it into ~/.claude/skills/finacial-statement-reading/. Claude Code auto-discovers it on next session.
Skills live at ~/.claude/skills/finacial-statement-reading/SKILL.md on macOS/Linux, or %USERPROFILE%\.claude\skills\finacial-statement-reading\SKILL.md on Windows. See the full install guide for step-by-step instructions.
The ClaudSkills desktop app installs any skill directly into ~/.claude/skills/ with one click — no terminal required. Pro starts at $9/mo or $149 lifetime.
For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.
SKILL.md from the source repository to ~/.claude/skills/finacial-statement-reading/SKILL.md and restart Claude Code. Both flows are detailed at claudskills.com/install/.SKILL.md file that lives under ~/.claude/skills/<name>/ and tells the Claude Code CLI agent how to perform a specific task (instructions, prompts, allowed tools). Skills are auto-discovered at session start. analyzing-financial-reports is one of 67,000+ skills indexed in the open ClaudSkills catalog, classified under the General category. Learn more at /learn/what-is-a-claude-skill/.If you reference this skill in a blog post, paper, or documentation, you can cite it as:
@misc{finacial-statement-reading-2026,
author = {simbajigege},
title = {analyzing-financial-reports [Claude Code skill]},
year = {2026},
publisher = {ClaudSkills},
url = {https://claudskills.com/skills/finacial-statement-reading/}
}Browse all General skills in the ClaudSkills registry, or explore these other picks from the same category:
Part of Acreator Store — Adam Lankamer's AI tools: PerfectStudio · Ucaption · UTagger · AutoXPoster · TestYourSkills · AutomationFlows · Au Naturel
SKILL.md files, not affiliated with, endorsed by, or sponsored by Anthropic.