查询股东信息

查询股东信息 is a skill for Codex from adambbhe/TDX-finance-mcp-plugin-v3. It costs 56 tokens per session (1,152 once invoked), scanned A, original, MIT.

A stock-market research tool for looking up a company's shareholders, including its controlling owner, shareholder count, rankings, and largest shareholders.

In plain words
What is it for?
Use it to check who controls a company, how its shareholder count changes, shareholder-count rankings, and the holdings of major or top-10 shareholders.
Why use it?
It gathers several kinds of shareholder information through one consistent query structure, so you do not need to remember separate data routes.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to check who controls a company, how its shareholder count changes, shareholder-count rankings, and the holdings of major or top-10 shareholders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-shareholder-research
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-shareholder-research
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-shareholder-research/github.svg)](https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-shareholder-research)
Your own site
<a href="https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-shareholder-research"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-shareholder-research/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-shareholder-research"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-shareholder-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,152 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.00056 $0.01152
Opus 5 $0.00028 $0.00576
Sonnet 5 $0.00011 $0.00230
Haiku 4.5 $0.00006 $0.00115

Measured 12d ago against content hash a193ddf5412e, 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-shareholder-research/SKILL.md · 82 lines

How it starts

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

TDX Shareholder Research

何时使用

当用户想看控股股东与实控人、股东人数变化、股东人数排名、十大流通股东或十大股东持股时使用本 skill。

入参规则

  • entry 固定为 TdxSharePCCW.tdxf10_gg_gdyj
  • 这组股东研究路由会自动推导到 mode="code-fixed-tag-report-cursor-page"
  • code 必须是 6 位股票代码字符串
  • fixedTag 决定查询类型
  • 可选参数主要是 reportDatecursorpageNopageSize
  • 如果不传 reportDate,通常读取上游默认可用报告期
  • 如果显式传 responseTransform,要保证它与 fixedTag 对应一致;当前代码不会自动纠正不匹配的 preset
  • 如果用户明确要求原始上游响应,使用 mode="raw" 并按上游顺序传 params

查询类型映射

查询类型 适用场景 fixedTag 默认 preset 结果表名
controlling_shareholder 控股股东、实控人、最终控制人 kggd controlling_shareholder controlling_shareholder
shareholder_count 股东人数、户均流通股、户数变化 gdrs shareholder_count shareholder_count
shareholder_count_rank 股东人数增减排名 thygdrs shareholder_count_rank shareholder_count_rank
top_float_shareholders 十大流通股东概览与明细 ltgd top_float_shareholders top_float_shareholders
top_shareholders 十大股东持股和一致行动信息 sdgdbgq top_shareholders top_shareholders

选择规则

  • 用户要“控股股东”“实控人”时,选 controlling_shareholder
  • 用户要“股东人数”“户数变化”时,选 shareholder_count
  • 用户要“股东人数排名”时,选 shareholder_count_rank
  • 用户要“十大流通股东”时,选 top_float_shareholders
  • 用户要“十大股东”时,选 top_shareholders
  • 用户只说“查股东结构”但未细分时,优先使用 controlling_shareholder

调用方式

推荐写法:依赖自动推导

tdx_api_data entry="TdxSharePCCW.tdxf10_gg_gdyj" code="000001" fixedTag="gdrs" pageNo="1" pageSize="20"

带报告期查询

tdx_api_data entry="TdxSharePCCW.tdxf10_gg_gdyj" code="000001" fixedTag="ltgd" reportDate="20241231" pageNo="1" pageSize="20"

原始上游结果

tdx_api_data mode="raw" entry="TdxSharePCCW.tdxf10_gg_gdyj" params=["000001","gdrs","","20241231","0","1","20"]

结果处理

  • 优先读取 response.transformed.tables
  • controlling_shareholder 看控制关系和持股比例
  • shareholder_countshareholder_count_rank 看变化方向和幅度
  • top_float_shareholderstop_shareholders 看集中度、持股比例和报告期
  • 如果用户要求原始字段,再补充 response.data

输出要求

  • 先说明查询对象、查询类型和调用参数
  • 再总结最新报告期、关键比例和变化趋势
  • 最后补充明细表、分页情况或异常说明

Read the full file on GitHub · 82 lines

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 · 82 lines · 56 tokens per session scan A a193ddf5412e

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 56 tokens to every session and 1,152 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.

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