查询股票事件信息

查询股票事件信息 is a skill for Codex from adambbhe/TDX-finance-mcp-plugin-v3. It costs 43 tokens per session (956 once invoked), scanned A, original, MIT.

A guide for querying Chinese stock events through tdxapidata, including shareholder changes, block trades, and major-shareholder holdings. Block trades are large stock transactions reported separately from ordinary market trades.

In plain words
What is it for?
Use it to query shareholder increases or decreases, block-trade details, or holdings of a company’s ten largest shareholders.
Why use it?
It maps user requests to the right query type and parameters, reducing mistakes when retrieving financial event data.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to query shareholder increases or decreases, block-trade details, or holdings of a company’s ten largest shareholders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-stock-events
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 adambbhe/TDX-finance-mcp-plugin-v3 --skill tdx-stock-events
Clone the repo
git clone --depth 1 https://github.com/adambbhe/TDX-finance-mcp-plugin-v3

Made for: Codex.

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 查询股票事件信息

README.md
[![agentmods](https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-stock-events/github.svg)](https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-stock-events)
Your own site
<a href="https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-stock-events"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-stock-events/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 查询股票事件信息

Your own site · 80×15
<a href="https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-stock-events"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-stock-events.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 956 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.
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.00043 $0.00956
Opus 5 $0.00022 $0.00478
Sonnet 5 $0.00009 $0.00191
Haiku 4.5 $0.00004 $0.00096

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

Security

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.

skills/tdx-stock-events/SKILL.md · 66 lines

What it actually says

TDX Stock Events

何时使用

当用户想看股东增减持、大宗交易或十大股东持股明细时使用本 skill。

入参规则

  • shareholder_change 已纳入自动映射:entry="TdxSharePCCW.tdxf10_gg_gdyj" + fixedTag="cgbd"
  • block_trade 已纳入自动映射:entry="TdxSharePCCW.tdxf10_gg_jyds" + fixedTag="dzjy"
  • top_shareholder_detail 仍需显式调用,因为它与 institutional_holding_detail 共用同一个 entry + 参数形状,工具无法仅凭参数自动判断该走哪个 preset
  • code 必须是 6 位股票代码字符串
  • 涉及日期时,统一使用 YYYYMMDD
  • 如果显式传 responseTransform,要保证它与查询类型对应一致;当前代码不会自动纠正不匹配的 preset

查询类型映射

查询类型 适用场景 自动映射 entry 选择参数 默认/建议 preset
shareholder_change 股东增减持时间范围、分页结果、股本历史 TdxSharePCCW.tdxf10_gg_gdyj fixedTag="cgbd"beginDateendDate、分页参数 shareholder_change
block_trade 大宗交易日期、价格、成交额和买卖营业部 TdxSharePCCW.tdxf10_gg_jyds fixedTag="dzjy"extra=<date> block_trade
top_shareholder_detail 十大股东持股明细、变动和市值 TdxSharePCCW.tdxf10_gg_gdyj_jgcgmx reportDatesortTypetypeValue、分页参数 top_shareholder_detail

选择规则

  • 用户要“增减持”“时间范围内股东变动”时,选 shareholder_change
  • 用户要“大宗交易”时,选 block_trade
  • 用户要“十大股东持股明细”时,选 top_shareholder_detail

调用方式

推荐写法:依赖自动推导

tdx_api_data entry="TdxSharePCCW.tdxf10_gg_gdyj" code="000001" fixedTag="cgbd" beginDate="20250101" endDate="20251231" pageNo="1" pageSize="20"
tdx_api_data entry="TdxSharePCCW.tdxf10_gg_jyds" code="000001" fixedTag="dzjy" extra="20260107"

例外:当前仍需显式调用

tdx_api_data mode="code-sort-report-type-click-page" entry="TdxSharePCCW.tdxf10_gg_gdyj_jgcgmx" code="000001" reportDate="20251231" sortType="000" typeValue="99" clickIndex="1" pageNo="1" pageSize="10" responseTransform={"kind":"preset","preset":"top_shareholder_detail"}

结果处理

  • 优先读取 response.transformed.tables
  • shareholder_change 重点看增减持区间、记录数和股本历史
  • block_trade 重点看成交日期、价格、成交额和买卖席位
  • top_shareholder_detail 重点看持股市值、比例和变动
  • 如果用户要求原始字段,再补充 response.data

输出要求

  • 先说明查询对象、查询类型和调用参数
  • 再总结时间范围、关键金额或持股变化
  • 最后补充分页情况、明细表或异常说明
Files

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.

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 · 66 lines · 43 tokens per session scan A 3125633d2de3

Subscribe to this mod's changes

查询股票事件信息 is a skill published in the GitHub repository adambbhe/TDX-finance-mcp-plugin-v3 (35 stars, last pushed 2mo ago), licensed MIT. It adds 43 tokens to every session and 956 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.

Related

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-Tech/Financial-API · 93 tokens

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-Tech/Financial-API · 96 tokens

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-Tech/Financial-API · 60 tokens

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-Tech/Financial-API · 89 tokens

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-Tech/Financial-API · 82 tokens

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.

HiThink-Tech/Financial-API · 78 tokens