3-statement-model

3-statement-model is a skill for Claude Code from cyijun/china-financial-services. It costs 72 tokens per session (516 once invoked), scanned A, original, Apache-2.0.

A financial forecasting workbook for Chinese mainland publicly traded, non-financial companies. It links the income statement, balance sheet, and cash-flow statement, with supporting schedules and audit checks.

In plain words
What is it for?
Use it to build or update forecasts, debt plans, capital-expenditure schedules, working-capital schedules, and base, stress, and optimistic scenarios. It is not for banks or insurers and does not provide investment advice.
Why use it?
It keeps the three statements connected and makes assumptions, sources, debt, working capital, and consistency checks visible instead of relying on disconnected figures.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the china-model-builder plugin — 6 skills, 1 agent shipped together

Good fit Use it to build or update forecasts, debt plans, capital-expenditure schedules, working-capital schedules, and base, stress, and optimistic scenarios. It is not for banks or insurers and does not provide investment advice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cyijun/china-financial-services/3-statement-model
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add cyijun/china-financial-services --skill 3-statement-model
Clone the repo
git clone --depth 1 https://github.com/cyijun/china-financial-services

Made for: Claude Code.

Or install china-model-builder, the plugin that ships this one along with the rest of its 6 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 3-statement-model

README.md
[![agentmods](https://agentmods.dev/badge/skills/cyijun/china-financial-services/3-statement-model/github.svg)](https://agentmods.dev/skills/cyijun/china-financial-services/3-statement-model)
Your own site
<a href="https://agentmods.dev/skills/cyijun/china-financial-services/3-statement-model"><img src="https://agentmods.dev/badge/skills/cyijun/china-financial-services/3-statement-model/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 3-statement-model

Your own site · 80×15
<a href="https://agentmods.dev/skills/cyijun/china-financial-services/3-statement-model"><img src="https://agentmods.dev/badge/skills/cyijun/china-financial-services/3-statement-model.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 516 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.00516
Opus 5 $0.00036 $0.00258
Sonnet 5 $0.00014 $0.00103
Haiku 4.5 $0.00007 $0.00052

Measured 9d ago against content hash 9f01576c48d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

3-statement-model scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/china-model-builder/skills/3-statement-model/SKILL.md · 26 lines

What it actually says

A股三表预测模型

工作流

  1. 调用a-share-research-evidencea-share-financial-forensics冻结财务版本、合并范围、累计/单季口径及会计政策。
  2. 至少导入三年年度和八个季度原始三表,保留ann_datef_ann_dateend_datereport_type和更新标志。
  3. 先建收入量价、毛利、费用、税率、折旧摊销、资本开支和营运资本驱动,再联动三表。
  4. 利润表流入留存收益;非现金项目、营运资本和投资融资活动流入现金流;期末现金回到资产负债表。
  5. 债务计划按工具列期初、借入、偿还、利率、利息和期末;循环引用必须显式、可关闭并有收敛检查。
  6. 政府补助、非经常损益、减值、股权激励、租赁、少数股东和关联交易按重要性单列。
  7. 建立基础、压力、乐观驱动,不以历史增速直接外推,不赋主观精确概率。

检查与交付

  • 工作簿至少包含SourcesInputs、三张报表、SchedulesChecks
  • 检查资产=负债+权益、现金流净变动=现金变动、留存收益、固定资产、债务和利息勾稽。
  • 计算单元格使用公式,硬编码输入有来源或[ASSUMPTION]
  • 调用xlsx-author生成文件,再调用audit-xls;未运行公式引擎时标记formula_execution_unverified

输出模型、驱动表、勾稽结果、情景和未验证项,不给评级或交易动作。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 26 lines · 72 tokens per session scan A 9f01576c48d3

Subscribe to this mod's changes

3-statement-model is a skill published in the GitHub repository cyijun/china-financial-services (19 stars, last pushed 15d ago), licensed Apache-2.0. It adds 72 tokens to every session and 516 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories