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.
npx skills add adambbhe/TDX-finance-mcp-plugin-v3 --skill tdx-financialsgit clone --depth 1 https://github.com/adambbhe/TDX-finance-mcp-plugin-v3Wrote 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.
[](https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-financials)<a href="https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-financials"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-financials/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.
<a href="https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-financials"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-financials.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.01245 |
| Opus 5 | $0.00018 | $0.00622 |
| Sonnet 5 | $0.00007 | $0.00249 |
| Haiku 4.5 | $0.00004 | $0.00125 |
Grade A, and why
查询财务分析数据 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.
How it starts
The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TDX Financials
何时使用
当用户想看利润表、现金流量表、资产负债表、行业排名、主营构成、估值历史或员工指标时使用本 skill。
入参规则
- 当前下列财务查询类型都已纳入自动映射
code必须保持字符串类型reportDate统一使用YYYYMMDDvaluationMetric仅允许PE、PB、PS、PCFtimeRange仅允许1Y、3Y、5Y、MAX- 如果显式传
responseTransform,要保证它与查询类型对应一致;当前代码不会自动纠正不匹配的 preset
查询类型映射
| 查询类型 | 适用场景 | entry |
选择参数 | 默认 preset |
|---|---|---|---|---|
income_statement |
利润表 | TdxShareCW.ph_agf10_cw_lyb |
fixedTag="00101" 或 "00102" |
income_statement |
cashflow_statement |
现金流量表 | TdxShareCW.ph_agf10_cw_xjllb |
fixedTag="00101" 或 "00102" |
cashflow_statement |
balance_sheet |
资产负债表 | TdxShareCW.ph_agf10_cw_zcfzb |
code |
balance_sheet |
industry_rank |
行业财务排名 | TdxShareCW.ph_agf10_hypm |
queryKey="00102"、extra=<reportDate> |
industry_rank |
valuation_rank |
行业估值排名 | TdxShareCW.ph_agf10_hypm |
queryKey="00105"、extra=<reportDate> |
valuation_rank |
financial_sector_indicators |
金融行业专项指标 | TdxShareCW.ph_agf10_cw_zxzbxq |
code、extra=<reportDate> |
financial_sector_indicators |
business_composition |
主营构成 | TdxShareCW.ph_agf10_jyfx |
fixedTag="00202"、extra=<reportDate> |
business_composition |
valuation_history |
历史估值走势 | TdxShareCW.ph_agf10_gzfx |
code、extraOne=timeRange、extraTwo=valuationMetric |
valuation_history |
employee_structure |
员工构成 | TdxSharePCCW.tdxf10_gg_gsgk |
fixedTag="4" |
employee_structure |
employee_efficiency |
员工效益 | TdxSharePCCW.tdxf10_gg_gsgk |
fixedTag="5" |
employee_efficiency |
选择规则
- 用户要“利润表”时,选
income_statement - 用户要“现金流量表”时,选
cashflow_statement - 用户要“资产负债表”时,选
balance_sheet - 用户要“行业排名”时,按问题选择
industry_rank或valuation_rank - 用户要“主营构成”时,选
business_composition - 用户要“历史估值”时,选
valuation_history - 用户要“员工结构/效率”时,选对应员工类查询
- 不要默认把所有财务子类型都打一遍
调用方式
推荐写法:依赖自动推导
tdx_api_data entry="TdxShareCW.ph_agf10_cw_lyb" fixedTag="00101" code="600036"
tdx_api_data entry="TdxShareCW.ph_agf10_cw_xjllb" fixedTag="00101" code="300750"
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 90 lines · 37 tokens per session scan A 63a7c3c1176e
查询财务分析数据 is a skill published in the GitHub repository adambbhe/TDX-finance-mcp-plugin-v3 (35 stars, last pushed 2mo ago), licensed MIT. It adds 37 tokens to every session and 1,245 once invoked, about $0.0002 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.
Other skills, from other repositories
hithink-finance
A routing guide for accessing Chinese A-share financial data, including prices, company reports, valuations, funds, indices, sectors, and local data storage.
hithink-finance-fund
A command-line guide for querying fund information, including profiles, managers, holdings, prices, returns, financial data, news, and exchange-traded fund snapshots. A command-line tool is a program controlled by typed terminal commands.
hithink-finance-data
A local data-management skill for the HiThink Finance command-line tool and its DuckDB database. DuckDB is a database stored in a local file.
hithink-finance-market
A command-line tool entry for retrieving ordinary Chinese A-share market data, including snapshots, historical price bars, trading calendars, adjustment factors, and company actions.
hithink-finance-special-data
A command-line tool entry for retrieving special Chinese market lists and event data, such as limit-up stocks, limit-down stocks, unusual moves, hot stocks, and Dragon-Tiger records.
hithink-finance-futures
A command-line data source for public futures-market information, including contracts, positions, warehouse receipts, basis, trading schedules, and price charts. Futures are agreements to buy or sell an asset at a set future date.