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-dividend-financinggit 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-dividend-financing)<a href="https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-dividend-financing"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-dividend-financing/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-dividend-financing"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-dividend-financing.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.00089 | $0.01463 |
| Opus 5 | $0.00044 | $0.00732 |
| Sonnet 5 | $0.00018 | $0.00293 |
| Haiku 4.5 | $0.00009 | $0.00146 |
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 — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TDX Dividend Financing
何时使用
当用户想查询以下信息时使用本 skill:
- 分红与募资概览
- 分红图、分红历史走势
- 分红排名、股息率、派现融资比
- 配股方案、增发方案、增发获配明细
- 分红视界股票筛选、对比数据
- 股东进出详情和类别
统一通过 tdx_api_data 调用,不直接拼 HTTP 请求。
主入口
- 主入口
entry为TdxSharePCCW.tdxf10_gg_fhrz - 自动推导
mode为code-fixed-tag - 基本参数形态为
[code, fixedTag]
fixedTag 映射
| 场景 | fixedTag |
默认 preset |
|---|---|---|
| 分红与募资概览 | pxmz |
dividend_financing_overview |
| 分红图 | fh |
dividend_chart |
| 配股已实施方案与预案 | pf |
rights_issue_plan |
| 增发获配明细 | zfpg |
placement_detail |
| 增发方案与实施 | zf |
refinancing_plan |
| 分红历史走势-股利支付率 | fhlszs_glzfl |
dividend_history_payout |
| 分红历史走势-股息率 | fhlszs_gxl |
dividend_history_yield |
| 分红排名-股利支付率 | fhpm_glzfl |
dividend_rank_payout |
| 分红排名-股息率 | fhpm_gxl |
dividend_rank_yield |
| 分红排名-派现融资比 | fhpm_pxrzb |
dividend_rank_cashfin_ratio |
优先依赖自动推导,不必显式传 mode。
其他已接入入口
分红表分页
entry="TdxSharePCCW.tdxf10_gg_fhrz_fh"- 参数形态
[code, fixedTag, extra] fixedTag="fh"extra表示页码- 默认
preset="dividend_table"
分红视界
entry="TdxSharePCCW.tdxf10_gg_sj"- 参数形态
[fixedTag, code, extraOne, extraTwo]
映射:
fixedTag="qhgp"->dividend_viewer_filterfixedTag="fh_sj"->dividend_viewer_compare
股东进出详情
entry="TdxSharePCCW.tdxf10_gg_gdyjcgmx"- 参数形态
[fixedTag, code, extraOne, extraTwo, extraThree]
映射:
fixedTag="gdjc"->holder_change_detailfixedTag="gdjcmxrq"->holder_change_type
其中:
extraOne是机构代码extraTwo是股东 idextraThree是页码gdjcmxrq允许code为空字符串
调用示例
分红与募资概览
tdx_api_data entry="TdxSharePCCW.tdxf10_gg_fhrz" code="000001" fixedTag="pxmz"
分红历史走势-股息率
tdx_api_data entry="TdxSharePCCW.tdxf10_gg_fhrz" code="601086" fixedTag="fhlszs_gxl"
分红排名-派现融资比
tdx_api_data entry="TdxSharePCCW.tdxf10_gg_fhrz" code="601086" fixedTag="fhpm_pxrzb"
分红表分页
tdx_api_data entry="TdxSharePCCW.tdxf10_gg_fhrz_fh" code="000001" fixedTag="fh" extra="1"
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 · 132 lines · 89 tokens per session scan A a8406b733ebe
查询分红融资 is a skill published in the GitHub repository adambbhe/TDX-finance-mcp-plugin-v3 (35 stars, last pushed 2mo ago), licensed MIT. It adds 89 tokens to every session and 1,463 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.
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.