查询个股龙虎榜

查询个股龙虎榜 is a skill for Codex from adambbhe/TDX-finance-mcp-plugin-v3. It costs 38 tokens per session (804 once invoked), scanned A, original, MIT.

A lookup tool for the Chinese stock-market Dragon Tiger List, which shows unusual trading activity and the broker offices involved. It can find available dates or details for a given stock and date.

In plain words
What is it for?
Use it to find reportable dates, daily net buying, trading amounts, major broker seats, and broker-office profiles for a stock.
Why use it?
It removes the need to know the right data source and query type. It also separates daily totals from broker-seat details.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to find reportable dates, daily net buying, trading amounts, major broker seats, and broker-office profiles for a stock.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-dragon-tiger
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-dragon-tiger
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-dragon-tiger/github.svg)](https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-dragon-tiger)
Your own site
<a href="https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-dragon-tiger"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-dragon-tiger/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-dragon-tiger"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-dragon-tiger.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 804 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.00038 $0.00804
Opus 5 $0.00019 $0.00402
Sonnet 5 $0.00008 $0.00161
Haiku 4.5 $0.00004 $0.00080

Measured 12d ago against content hash 34ab0998f9d8, 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-dragon-tiger/SKILL.md · 64 lines

What it actually says

TDX Dragon Tiger

何时使用

当用户想看某只股票的龙虎榜可用日期、指定日期明细、席位买卖额或营业部画像时使用本 skill。

入参规则

  • dates 使用 entry="TdxSharePCCW.tdxf10_gg_comreq" + fixedTag="jglhb"
  • list 使用 entry="TdxSharePCCW.tdxf10_gg_jyds" + fixedTag="jglhb"
  • 两类都已纳入自动映射
  • code 必须是 6 位股票代码字符串
  • date 统一转成 YYYYMMDD 后放在 extra
  • 如果显式传 responseTransform,要保证它与查询类型对应一致

查询类型映射

查询类型 适用场景 entry 选择参数 默认 preset
dates 龙虎榜可用日期列表 TdxSharePCCW.tdxf10_gg_comreq fixedTag="jglhb" dragon_tiger_dates
list 指定日期龙虎榜明细、净买入和席位画像 TdxSharePCCW.tdxf10_gg_jyds fixedTag="jglhb"extra=<date> dragon_tiger_list

选择规则

  • 用户没有给日期时,先查 dates
  • 用户给了明确日期,或已经知道最新可查日期时,再查 list

调用方式

推荐写法:依赖自动推导

tdx_api_data entry="TdxSharePCCW.tdxf10_gg_comreq" fixedTag="jglhb" code="000001"
tdx_api_data entry="TdxSharePCCW.tdxf10_gg_jyds" code="000001" fixedTag="jglhb" extra="20221129"

结果处理

  • 优先读取 response.transformed.tables
  • dates 先确认有哪些日期可查
  • list 先看 summary,再看 detailsseat_profiles
  • 如果用户要求原始字段,再补充 response.data

输出要求

  • 先说明查询对象、查询类型和调用参数
  • 再总结可用日期,或当日净买入、成交额和关键席位
  • 最后补充席位画像、空结果或接口异常说明

⚠️ 数据权限说明(v3 实测)

基础 Token 下本技能的主数据可用;以下子数据可能返回 401 需登录E|-7202 未注册,需向通达信申请更高权限。遇到这些错误时请优雅降级:跳过受限子表,用已获取的数据继续分析,并向用户说明哪部分数据暂不可用、可联系通达信开通。

  • 🔴 融资融券 tdxf10_gg_jyds/rzrq:401 需登录
  • ✅ 可用:龙虎榜涨停 jyds/ztfx、大宗交易 jyds/dzjy、资金流向 jyds/zjlx、龙虎榜席位 comreq/jglhb
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 · 64 lines · 38 tokens per session scan A 34ab0998f9d8

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 38 tokens to every session and 804 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