china-deck-refresh

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

A workflow for updating an existing investment presentation about mainland Chinese stocks with newer financial and market information. It checks the deck slide by slide and replaces outdated figures and conclusions.

In plain words
What is it for?
Use it to refresh prices, company financials, market context, peer data, target prices, ratings, risk factors, and other details in an existing investment deck.
Why use it?
It removes the manual effort of finding every old number in a presentation. It also helps keep related slides, such as financial highlights, peer comparisons, valuation, and recommendations, consistent.

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 refresh prices, company financials, market context, peer data, target prices, ratings, risk factors, and other details in an existing investment deck.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jwangkun/claude-for-financial-services-cn/china-deck-refresh
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-deck-refresh
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-deck-refresh

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jwangkun/claude-for-financial-services-cn/china-deck-refresh"><img src="https://agentmods.dev/badge/skills/jwangkun/claude-for-financial-services-cn/china-deck-refresh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,622 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.00077 $0.01622
Opus 5 $0.00039 $0.00811
Sonnet 5 $0.00015 $0.00324
Haiku 4.5 $0.00008 $0.00162

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

Security

Grade A, and why

china-deck-refresh 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 12d 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-deck-refresh/SKILL.md · 222 lines

How it starts

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

china-deck-refresh

Purpose

Refresh A股投资分析PPT — update existing presentation decks with latest financial data and market information.

Data Sources

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

get_quote(ticker)                     → Latest stock price
get_financials(ticker, "income")      → Latest financials
get_index_data("000001")              → Market context
get_industry_stocks(industry="...")    → Updated peer data

Secondary Sources

  • 巨潮 — latest filings
  • Wind / Choice — market data

Workflow

Step 1: Inventory Existing Deck

Deck audit:

Slide Title Data to Update Status
1 Cover Date, version
2 Investment Summary Target price, rating
3 Company Overview Market cap, shares
4 Financial Highlights Latest results
5 Revenue Bridge Latest actuals
6 Margin Analysis Latest margins
7 Peer Comparison Updated multiples
8 Valuation Price, multiples
9 Risk Factors Current risks
10 Recommendation Target price

Step 2: Update Financial Data

Data update checklist:

Data Item Source Update Frequency
Stock price iFind / AkShare Daily
Market cap Calculated Daily
P/E, P/B Calculated Daily
Revenue (LTM) iFind / AkShare / 巨潮 Quarterly
Net income (LTM) iFind / AkShare / 巨潮 Quarterly
Margins Calculated Quarterly
Peer multiples iFind / AkShare Quarterly
Forecast estimates 券商研报 Quarterly

Step 3: Update Charts

Chart update priorities:

Priority Chart Update Trigger
1 Stock price chart Always
2 Revenue/profit New quarterly results
3 Margin trends New quarterly results
4 Peer comparison New quarterly results
5 Valuation Daily / new results
6 Financial trends New annual results

Read the full file on GitHub · 222 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. 12d ago First seen · 222 lines · 77 tokens per session scan A 9a4e1b6533df

Subscribe to this mod's changes

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

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

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

investor-materials

Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets.

affaan-m/ECC · 61 tokens

audit-xls

Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on "audit this sheet", "check my formulas", "find formula errors", "QA this…

anthropics/financial-services · 104 tokens