板块操盘必读

板块操盘必读 is a skill for Codex from adambbhe/TDX-finance-mcp-plugin-v3. It costs 55 tokens per session (898 once invoked), scanned A, original, MIT.

A lookup tool for Chinese stock-market sector data. It can return a sector's basic figures, description, performance over a period, or market statistics.

In plain words
What is it for?
Use it to check sector size, valuation, constituent count, classification, related securities, returns, trading value, and rising or falling stocks.
Why use it?
It removes the need to know which data query matches the question. It also formats the results into the relevant table.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to check sector size, valuation, constituent count, classification, related securities, returns, trading value, and rising or falling stocks.

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

Measured 12d ago against content hash b3566305d263, 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-board-cpbd/SKILL.md · 74 lines

What it actually says

TDX Board CPBD

何时使用

当用户想看板块基础资料、板块说明、阶段表现或市场统计时使用本 skill。

入参规则

  • entry 固定为 TdxSharePCCW.skef10_bk_cpbd_jczl
  • 结构化路由会自动推导到 mode="branch-code-time"
  • code 必须是板块或指数代码字符串
  • branch 决定查询类型
  • timeType 主要用于 stage_return
  • stage_return 默认 timeType="1m"
  • 如果显式传 responseTransform,要保证它与 branch 对应一致;当前代码不会自动纠正不匹配的 preset
  • 如果用户明确要求原始上游响应,使用 mode="raw" 并按上游顺序传 params

查询类型映射

查询类型 适用场景 branch timeType 默认 preset 结果表名
basic_info 总市值、PE、PB、成分股数量等基础快照 001 "" board_cpbd_basic_info basic_info
detail 创建日期、板块分类、解析和关联证券 002 "" board_cpbd_detail board_detailboard_asset
stage_return 阶段涨幅、与基准对比、板块排名 003 默认 1m board_cpbd_stage_return stage_return
market_stats 收盘点位、成交额、涨跌家数和区间收益 004 "" board_cpbd_market_stats market_stats

选择规则

  • 用户要“板块快照”“板块基础资料”时,选 basic_info
  • 用户要“板块介绍”“板块解读”时,选 detail
  • 用户要“阶段涨幅”“近 1 月/3 月表现”时,选 stage_return
  • 用户要“成交额”“涨跌家数”“市场统计”时,选 market_stats
  • 用户只说“查板块操盘必读”但未细分时,优先使用 basic_info

调用方式

推荐写法:依赖自动推导

tdx_api_data entry="TdxSharePCCW.skef10_bk_cpbd_jczl" branch="003" code="880976" timeType="1m"

显式覆盖默认转换

tdx_api_data entry="TdxSharePCCW.skef10_bk_cpbd_jczl" branch="002" code="880976" responseTransform={"kind":"preset","preset":"board_cpbd_detail"}

原始上游结果

tdx_api_data mode="raw" entry="TdxSharePCCW.skef10_bk_cpbd_jczl" params=["003","880976","1m"]

结果处理

  • 优先读取 response.transformed.tables
  • basic_info 看估值、总市值和成分股概况
  • detail 看板块属性和关联资产
  • stage_return 看区间收益和排名
  • market_stats 看成交、涨跌家数和市场热度
  • 如果用户要求原始字段,再补充 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 · 74 lines · 55 tokens per session scan A b3566305d263

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 55 tokens to every session and 898 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