查询个股热点题材

查询个股热点题材 is a skill for Codex from adambbhe/TDX-finance-mcp-plugin-v3. It costs 60 tokens per session (664 once invoked), scanned A, original, MIT.

A skill for looking up the hot topics and themes linked to a Chinese stock by its six-digit code. It can return related sectors, themes, events and information summaries through TDX data.

In plain words
What is it for?
Use it to inspect a stock's related hot-topic sectors, theme library, event drivers or information overview.
Why use it?
It removes the need to know which structured stock-data query matches the question. The requested view selects the corresponding result format.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to inspect a stock's related hot-topic sectors, theme library, event drivers or information overview.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-hot-topic
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-hot-topic
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-hot-topic/github.svg)](https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-hot-topic)
Your own site
<a href="https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-hot-topic"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-hot-topic/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-hot-topic"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-hot-topic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 664 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.00060 $0.00664
Opus 5 $0.00030 $0.00332
Sonnet 5 $0.00012 $0.00133
Haiku 4.5 $0.00006 $0.00066

Measured 12d ago against content hash 64b62b108990, 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-hot-topic/SKILL.md · 49 lines

What it actually says

TDX Hot Topic

何时使用

当用户想查询个股热点题材相关信息时使用本 skill,典型场景包括:

  • 热点板块归属、关联板块、关联度
  • 热点题材主题库、题材内容
  • 事件驱动、催化因素、触发原因
  • 信息面栏目摘要、热点概览

这个 skill 不直接发起 HTTP 请求,统一使用 tdx_api_data

入参规则

  • entry 固定为 TdxSharePCCW.tdxf10_gg_rdtc
  • 标准结构化路由的 modecode-fixed-tag
  • code 必须是 6 位股票代码字符串
  • 如果显式传 responseTransform,要保证它与 fixedTag 对应一致;当前代码不会自动纠正不匹配的 preset
  • 如果用户明确要求原始上游响应,使用 mode="raw" 并按上游顺序传 params

查询类型映射

查询类型 适用场景 fixedTag 默认 preset 结果表名
board_family 查询热点题材板块族谱、关联板块、关联度、收录时间 zttzbkz hot_topic_board_family board_family
theme_library 查询热点题材主题库、主题归类、题材内容 zttzztk hot_topic_theme_library theme_library
event_driven 查询热点题材事件驱动、事件类型 sjcd hot_topic_event_driven event_driven
info_overview 查询热点信息面概览、栏目内容摘要 xxmmg hot_topic_info_overview info_overview

选择规则

  • 用户想看“属于哪些热点板块、板块关系、关联度”,选 board_family
  • 用户想看“题材库、主题内容、题材归类”,选 theme_library
  • 用户想看“催化事件、触发因素、事件类型”,选 event_driven
  • 用户想看“栏目摘要、信息面概览”,选 info_overview
  • 如果用户只说“查热点题材”但没细分,优先用 board_family

调用方式

推荐写法:依赖自动推导

tdx_api_data entry="TdxSharePCCW.tdxf10_gg_rdtc" code="000001" fixedTag="zttzbkz"
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 · 49 lines · 60 tokens per session scan A 64b62b108990

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 60 tokens to every session and 664 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