china-ib-check-deck

china-ib-check-deck is a skill for Claude Code from jwangkun/claude-for-financial-services-cn. It costs 87 tokens per session (1,806 once invoked), scanned A, original, Apache-2.0.

A quality-check workflow for investment banking presentation decks covering mainland Chinese mergers, acquisitions, and fundraising transactions. It reviews the deck’s structure and checks its financial and market figures against source data.

In plain words
What is it for?
Use it to review pitch decks for required sections, verify revenue, profit, balance-sheet, price, and valuation figures, and check transaction logic, risks, and supporting sources.
Why use it?
It helps catch missing sections, inconsistent numbers, unsupported claims, and errors in transaction materials before they are shared. It also checks the deck against Chinese accounting and investment-banking conventions.

Skill for Claude Code

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

Part of the china-earnings-reviewer plugin — 31 skills, 1 agent shipped together

Good fit Use it to review pitch decks for required sections, verify revenue, profit, balance-sheet, price, and valuation figures, and check transaction logic, risks, and supporting sources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jwangkun/claude-for-financial-services-cn/china-ib-check-deck
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 jwangkun/claude-for-financial-services-cn --skill china-ib-check-deck
Clone the repo
git clone --depth 1 https://github.com/jwangkun/claude-for-financial-services-cn

Made for: Claude Code.

Or install china-earnings-reviewer, the plugin that ships this one along with the rest of its 31 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 china-ib-check-deck

README.md
[![agentmods](https://agentmods.dev/badge/skills/jwangkun/claude-for-financial-services-cn/china-ib-check-deck/github.svg)](https://agentmods.dev/skills/jwangkun/claude-for-financial-services-cn/china-ib-check-deck)
Your own site
<a href="https://agentmods.dev/skills/jwangkun/claude-for-financial-services-cn/china-ib-check-deck"><img src="https://agentmods.dev/badge/skills/jwangkun/claude-for-financial-services-cn/china-ib-check-deck/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 china-ib-check-deck

Your own site · 80×15
<a href="https://agentmods.dev/skills/jwangkun/claude-for-financial-services-cn/china-ib-check-deck"><img src="https://agentmods.dev/badge/skills/jwangkun/claude-for-financial-services-cn/china-ib-check-deck.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,806 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00087 $0.01806
Opus 5 $0.00044 $0.00903
Sonnet 5 $0.00017 $0.00361
Haiku 4.5 $0.00009 $0.00181

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

Security

Grade A, and why

china-ib-check-deck 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 13d 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.

agent-plugins/china-earnings-reviewer/skills/china-ib-check-deck/SKILL.md · 253 lines

How it starts

The opening of the file, as written. The whole thing — 253 lines — stays where its author put it; the contents beside it link to each section on GitHub.

china-ib-check-deck

Purpose

Quality-check A股投行材料 — comprehensive quality assurance for Chinese investment banking pitch decks and transaction materials.

Data Sources

Primary: iFind MCP (Tier-1 付费) / AkShare MCP (Tier-2 免费备选)

get_financials(ticker, "income")     → Financial data verification
get_financials(ticker, "balance")    → Balance sheet verification
get_quote(ticker)                    → Market data verification

Secondary Sources

  • 巨潮 — source documents
  • 审计报告 — reference financials
  • 行业报告 — market data

Workflow

Step 1: Deck Structure Review

Structure checklist:

Section Required Present Quality
封面 (Cover)
目录 (TOC)
交易概述 (Transaction Overview)
公司概览 (Company Overview)
行业分析 (Industry Analysis)
财务表现 (Financial Performance)
交易逻辑 (Investment Rationale)
估值 (Valuation)
风险提示 (Risk Factors)
附录 (Appendix)

Step 2: Data Accuracy Check

Data verification:

Data Point Source Model/File Match? Notes
Revenue (latest) 巨潮
Net income (latest) 巨潮
EBITDA Calculated
Market cap iFind / AkShare
P/E Calculated
P/B Calculated
EV Calculated
Net debt Balance sheet
Share count Annual report

Tolerance levels:

  • Revenue, profit: ±2%
  • Balance sheet: ±1%
  • Multiples: ±5%
  • Market data: ±1%

Step 3: Financial Statement Review

Financial consistency checks:

Check Description Pass
Revenue growth Consistent across slides
Margin trends Consistent across slides
Balance sheet totals Assets = L + E
Cash flow ties Beginning + CF = Ending
Debt schedule Short + Long = Total
Share count Consistent throughout

Read the full file on GitHub · 253 lines

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. 13d ago First seen · 253 lines · 87 tokens per session scan A 520ee5d98eae

Subscribe to this mod's changes

china-ib-check-deck is a skill published in the GitHub repository jwangkun/claude-for-financial-services-cn (744 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 87 tokens to every session and 1,806 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

dcf-model

Build discounted cash flow valuation workbooks in Excel.

NousResearch/hermes-agent · 14 tokens

comps-analysis

Build comparable-company valuation workbooks in Excel.

NousResearch/hermes-agent · 13 tokens

tear-sheet

Generate professional company tear sheets using S&P Capital IQ data via the Kensho LLM-ready API MCP server. Use this skill whenever the user asks for a tear sheet, company one-pager, company profile, fact sheet, company snapshot, or company overview document — especially when they mention a specific company name or…

anthropics/financial-services · 143 tokens

pitch-deck

Populates investment banking pitch deck templates with data from source files. Use when: user provides a PowerPoint template to fill in, user has source data (Excel/CSV) to populate into slides, user mentions populating or filling a pitch deck template, or user needs to transfer data into existing slide layouts. Not…

anthropics/financial-services · 73 tokens

lbo-model

This skill should be used when completing LBO (Leveraged Buyout) model templates in Excel for private equity transactions, deal materials, or investment committee presentations. The skill fills in formulas, validates calculations, and ensures professional formatting standards that adapt to any template structure.

anthropics/financial-services · 57 tokens

ppt-template-creator

Creates self-contained PPT template SKILLS (not presentations) from user-provided PowerPoint templates. Use ONLY when a user wants to create a reusable skill from their template. For creating actual presentations, use the pptx skill instead.

anthropics/financial-services · 51 tokens