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-company-infogit 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-company-info)<a href="https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-company-info"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-company-info/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-company-info"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-company-info.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.00052 | $0.01101 |
| Opus 5 | $0.00026 | $0.00550 |
| Sonnet 5 | $0.00010 | $0.00220 |
| Haiku 4.5 | $0.00005 | $0.00110 |
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 — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TDX Company Info
何时使用
当用户想看公司概要、主营业务、基础资料、发行交易信息、董监高或参控股公司结构时使用本 skill。
入参规则
overview使用entry="TdxSharePCCW.tdxf10_gg_zxts",自动推导到mode="code-fixed-tag-extra"- 其余类型使用
entry="TdxSharePCCW.tdxf10_gg_gsgk",自动推导到mode="fixed-tag-code-extra" code必须是 6 位股票代码字符串fixedTag决定查询类型extra一般留空,除非上游接口明确需要- 如果显式传
responseTransform,要保证它与entry + fixedTag对应一致;当前代码不会自动纠正不匹配的 preset - 如果用户明确要求原始上游响应,使用
mode="raw"并按上游顺序传params
查询类型映射
| 查询类型 | 适用场景 | entry |
fixedTag |
默认 preset |
结果表名 |
|---|---|---|---|---|---|
overview |
公司概要、主营业务、关联主题、标签、财务摘要 | TdxSharePCCW.tdxf10_gg_zxts |
gsgy |
company_overview |
basic_overview、business_overview、related_themes |
basic_info |
基础资料、业务分类、ESG 报告 | TdxSharePCCW.tdxf10_gg_gsgk |
0 |
company_basic_info |
basic_info、business_breakdown、esg_reports |
issuance_trading |
上市、发行、募资、首日交易信息 | TdxSharePCCW.tdxf10_gg_gsgk |
8 |
company_issuance_trading |
issuance_and_trading |
executives |
董监高名单、职务和结构汇总 | TdxSharePCCW.tdxf10_gg_gsgk |
20 |
company_executives |
executives、position_summary |
affiliates |
参股控股公司、关联结构和汇率快照 | TdxSharePCCW.tdxf10_gg_gsgk |
3 |
company_affiliates |
affiliates、exchange_rates |
选择规则
- 用户要“公司概览”“主营业务”“公司标签”时,选
overview - 用户要“基础资料”“经营范围”“ESG”时,选
basic_info - 用户要“上市发行”“募资历史”时,选
issuance_trading - 用户要“董监高”“高管团队”时,选
executives - 用户要“参股公司”“控股结构”时,选
affiliates - 用户只说“查公司信息”但未细分时,优先使用
overview
调用方式
推荐写法:依赖自动推导
tdx_api_data entry="TdxSharePCCW.tdxf10_gg_zxts" code="000001" fixedTag="gsgy"
tdx_api_data entry="TdxSharePCCW.tdxf10_gg_gsgk" fixedTag="0" code="000001"
显式覆盖默认转换
tdx_api_data entry="TdxSharePCCW.tdxf10_gg_gsgk" fixedTag="20" code="000001" responseTransform={"kind":"preset","preset":"company_executives"}
原始上游结果
tdx_api_data mode="raw" entry="TdxSharePCCW.tdxf10_gg_gsgk" params=["0","000001",""]
结果处理
- 优先读取
response.transformed.tables overview重点看公司定位、主营业务、财务摘要和关联主题basic_info重点看基础资料、业务拆分和 ESGissuance_trading、executives、affiliates按用户问题展开对应表- 如果用户要求原始字段,再补充
response.data
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 · 75 lines · 52 tokens per session scan A b13f978206a3
查询公司信息 is a skill published in the GitHub repository adambbhe/TDX-finance-mcp-plugin-v3 (35 stars, last pushed 2mo ago), licensed MIT. It adds 52 tokens to every session and 1,101 once invoked, about $0.0003 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.