生成交易计划

生成交易计划 is a skill for Claude Code, Codex from adambbhe/TDX-finance-mcp-plugin-v3. It costs 64 tokens per session (3,011 once invoked), scanned A, original, MIT.

A trading-plan workflow for an already selected A-share stock. It covers possible entry, adding or reducing a position, profit-taking, stop-losses, and exit conditions.

In plain words
What is it for?
It is for short-term or swing traders who need an executable plan for buying, changing, or closing a position.
Why use it?
It turns a stock choice into stated actions and rules, using market, price, financial, ownership, news, and analyst information required by the skill.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for short-term or swing traders who need an executable plan for buying, changing, or closing a position.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-trade-plan
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-trade-plan
Clone the repo
git clone --depth 1 https://github.com/adambbhe/TDX-finance-mcp-plugin-v3

Made for: Claude Code, 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-trade-plan/github.svg)](https://agentmods.dev/skills/adambbhe/tdx-finance-mcp-plugin-v3/tdx-trade-plan)
Your own site
<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.

agentmods 80×15 button for 生成交易计划

Your own site · 80×15
<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>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,011 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.00064 $0.03011
Opus 5 $0.00032 $0.01505
Sonnet 5 $0.00013 $0.00602
Haiku 4.5 $0.00006 $0.00301

Measured 13d ago against content hash 48d516ca0ea1, 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 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.

skills/tdx-trade-plan/SKILL.md · 291 lines

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% 极强势+环境支持

每步都有明确的触发条件。

第四步:设定止盈止损

止损(不能过宽也不能过紧):

Read the full file on GitHub · 291 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. 13d ago First seen · 291 lines · 64 tokens per session scan A 48d516ca0ea1

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 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.

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