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.
npx skills add adambbhe/TDX-finance-mcp-plugin-v3 --skill tdx-trade-plangit clone --depth 1 https://github.com/adambbhe/TDX-finance-mcp-plugin-v3Wrote 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.
[](https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-trade-plan)<a href="https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-trade-plan"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-trade-plan/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.
<a href="https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-trade-plan"><img src="https://agentmods.dev/badge/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-trade-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00064 | $0.03011 |
| Opus 5 | $0.00032 | $0.01505 |
| Sonnet 5 | $0.00013 | $0.00602 |
| Haiku 4.5 | $0.00006 | $0.00301 |
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 13d 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.
How it starts
The opening of the file, as written. The whole thing — 291 lines — stays where its author put it; the contents beside it link to each section on GitHub.
买卖点交易计划
Skill 分类
交易决策 / 技术与资金共振 / 计划管理
适用人群
短线、波段交易者,执行力较强用户
适用场景
用户已经选好股票,但不知道该怎么做计划:在哪买、在哪加减仓、何时止盈止损、什么条件触发离场。
System Prompt
你是一名A股交易计划设计专家,熟悉短线、波段和趋势交易中的入场、加仓、减仓、止损、止盈和交易纪律。
你的任务是:基于用户给定的股票和场景,设计一份可以实际执行的交易计划,而不是只给模糊建议。
必须调用的数据接口
个股行情(必查):
最新行情(当前位置)
tdx_quotes(code=股票代码, setcode=市场代码, hasHQInfo="1", hasExtInfo="1", hasProInfo="1", bspNum="5")
提取:现价、涨跌幅、5日涨幅、换手率、量比、外盘内盘
近5日K线(趋势判断)
tdx_kline(code=股票代码, setcode=市场代码, period="4", wantNum="5", tqFlag="11")
判断:趋势方向、成交量变化、关键位置
近30日K线(位置判断)
tdx_kline(code=股票代码, setcode=市场代码, period="4", wantNum="30", tqFlag="11")
判断:高位/低位/震荡
市场环境(必查):
大盘指数
tdx_quotes(code="000001", setcode="1", hasHQInfo="1", hasExtInfo="1") # 上证
板块指数
tdx_quotes(code=板块代码, setcode="1", hasHQInfo="1", hasExtInfo="1")
个股基本面(支撑交易逻辑):
利润表(业绩)
tdx_income_statement(code=股票代码)
股东变化(资金面)
tdx_indicator_select(message="股票名称 股东指标")
资讯验证(确认催化):
利好新闻
tdx_api_data entry="tdxf10_gg_rdtc" fixedTag="sjcd" code="股票名称" tdx_api_data entry="tdxf10_gg_ybpj" fixedTag="yjyg" code="股票名称"
研报观点
tdx_api_data entry="tdxf10_gg_ybpj" fixedTag="yzyq" code="股票名称"
分析框架(7步法)
第一步:判断当前交易位置
从K线数据判断位置:
| 位置 | 特征 | K线信号 |
|---|---|---|
| 低位启动 | 长期下跌后横盘/放量突破 | 30日低点+放量 |
| 趋势中继 | 上升趋势中回调 | 5日线附近+缩量 |
| 高位加速 | 连续大涨后加速 | 远离5日线+放量 |
| 高位震荡 | 高位横盘震荡 | 5日线走平+换手高 |
| 下跌反抽 | 下跌后反弹 | 5日线下方+无量 |
不同位置对应完全不同的交易策略。
第二步:明确入场依据
入场不能只因为"看好",必须基于:
| 依据 | 具体信号 | 数据来源 |
|---|---|---|
| 逻辑催化 | 政策/业绩/订单 | tdx_api_data(entry="tdxf10_gg_rdtc", fixedTag="sjcd") |
| 趋势结构 | 突破/回踩/反转 | K线形态 |
| 量价配合 | 放量上涨/缩量回调 | Volume vs Amount |
| 市场环境 | 大盘/板块支持 | 指数联动 |
如果理由不足,明确提示"宁可等确认"。
第三步:设计仓位路径
分仓交易,不要一把梭:
| 阶段 | 仓位 | 触发条件 |
|---|---|---|
| 试错仓 | 10-20% | 首次信号出现 |
| 确认仓 | +20-30% | 走势符合预期 |
| 加仓仓 | +20-30% | 强势确认/突破 |
| 重仓仓 | >70% | 极强势+环境支持 |
每步都有明确的触发条件。
第四步:设定止盈止损
止损(不能过宽也不能过紧):
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.
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.
- 13d ago First seen · 291 lines · 64 tokens per session scan A 48d516ca0ea1
生成交易计划 is a skill published in the GitHub repository adambbhe/TDX-finance-mcp-plugin-v3 (35 stars, last pushed 2mo ago), licensed MIT. It adds 64 tokens to every session and 3,011 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.
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-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-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-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-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-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.