← Back to Skills Marketplace
thatshinji

基于 Brent Penfold《交易圣经》框架,为股票交易生成完整的交易预案(Setup)和交易计划(Plan)。当用户询问「帮我制定交易计划」、「帮我做交易预案」、「XX股票怎么买」、「帮我规划一下XX股票的入场和止损」时使用此技能。触发前提:用户明确指定了具体股票代码或名称

by Shinji · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
108
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install trading-plan-generator
Description
基于 Brent Penfold《交易圣经》框架,为股票交易生成完整的交易预案(Setup)和交易计划(Plan)。当用户询问「帮我制定交易计划」、「帮我做交易预案」、「XX股票怎么买」、「帮我规划一下XX股票的入场和止损」时使用此技能。触发前提:用户明确指定了具体股票代码或名称。
Usage Guidance
Before installing or enabling this skill, verify the following: (1) Confirm you have the longbridge CLI and the referenced Python CLI scripts available and inspect their sources — the SKILL.md directly calls longbridge and python scripts under ~/.openclaw/workspace/skills/... which may require API keys and could read other files. (2) Ask the skill author to update metadata: declare required binaries (e.g., longbridge, python), required environment variables/API keys, and any config path access. (3) Inspect the referenced Python scripts for unexpected file/network access or secrets usage. (4) Provide the minimal, read-only API credentials needed (if any) and consider running the skill in a sandboxed environment or with limited agent permissions. (5) If you don't control the referenced local scripts, do not grant the agent broad filesystem access — require the skill be modified to call documented, audited APIs rather than arbitrary local paths.
Capability Analysis
Type: OpenClaw Skill Name: trading-plan-generator Version: 1.2.0 The skill bundle is a legitimate trading plan generator based on the Brent Penfold 'Trading Bible' framework. It provides structured instructions for an AI agent to perform market research using external tools (Longbridge and Hithink/Wencai) and generate a risk-managed trading strategy. There is no evidence of malicious intent, data exfiltration, or prompt injection; the use of local CLI paths for dependency skills is a standard pattern within the OpenClaw ecosystem for modularity.
Capability Assessment
Purpose & Capability
The skill claims to generate trading setups/plans (Brent Penfold framework) which legitimately requires market quotes, news and fundamentals. However, the skill metadata declares no required binaries or credentials, while the runtime instructions explicitly call the 'longbridge' CLI and specific Python scripts located under ~/.openclaw/workspace/skills/问财选A股/... and 问财选美股/.... This mismatch (declaring nothing required but assuming presence of specific tools and other skills' code) is incoherent and fragile — the external CLIs and local scripts are necessary for its stated purpose and should be declared.
Instruction Scope
The SKILL.md requires running commands that fetch market quotes, klines and news (longbridge quote/kline/news) and executing local Python CLI scripts in another skill's workspace to get fundamentals. These instructions will access local files (paths under the user's home and the agent workspace) and call external services. While these actions align with building a trading plan, they also grant the skill the ability to read files in ~/.openclaw/workspace/skills/... (other skills' code/config) and to make network calls — the skill does not document or limit which credentials or data are used. No step in the metadata documents these file/command dependencies.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute as part of installation, which is low-risk from an install-mechanism perspective.
Credentials
The skill declares no required environment variables or primary credentials, but the commands it instructs (longbridge CLI and the referenced Python CLIs) almost certainly require API keys or other credentials to access market/news/fundamental data. It also references exact local skill paths that may contain secrets or tokens belonging to other skills. The absence of declared credentials is a proportionality and transparency problem.
Persistence & Privilege
The skill is not 'always' enabled and does not request system-wide persistent privileges in the metadata. It does not declare writing to other skills' configurations. Autonomous invocation is allowed (platform default) but not by itself a reason to flag; combined with the above concerns it increases the importance of careful credential/access controls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trading-plan-generator
  3. After installation, invoke the skill by name or use /trading-plan-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
**重大更新:加入严格系统交易总则,完善风险与账户管理规范** - 增加“交易总则”章节,明确系统定位、单笔风险、仓位上限、策略类型、持仓数量、回撤暂停机制等硬性规则 - 所有资金管理、持仓控制、止损安排等条款升级为“硬规则”,账户单笔交易风险统一限制为2% - 持仓数量设上限,组合/板块集中度、回撤分级、暂停交易机制等细节要求纳入输出模板和检查清单 - 趋势判定策略从日线均线升级为周线趋势优先,提高分析严谨性 - 下单前检查清单从10项拓展到12项,先组合层后单票,执行流程更规范 - 输出模板增补“板块标签”、“策略类型”等新字段,全面对齐新版总则标准
v1.1.0
Version 1.1.0 - 增加了详细的交易预案(Setup)与交易计划(Plan)知识结构说明。 - 明确区分了“交易预案三步骤”和“交易计划四步骤”,细化了原则、流程和考察要点。 - 强化 200 天均线为趋势判断依据,并新增支撑/阻力线和K线模式择时方法。 - 拓展了资金管理、预期值评估、系统终止点(权益动量止损)、心理风险控制等核心内容。 - 下单前检查清单由7项升级为10项,更严格管控交易流程。 - 新增输出模板的资金管理与预期值计算区块,提升实用性。 - 新增 `references/交易计划.md` 和 `references/交易预案.md` 参考文档链接。
v1.0.0
- Initial release of the trading-plan-generator skill. - Provides structured stock trading preplans and plans based on Brent Penfold’s “The Universal Principles of Successful Trading.” - Mandates a strict multi-step research workflow: market data, news, and fundamentals must be collected before analysis. - Generates a comprehensive, template-based trading plan covering technical, fundamental, and news analysis. - Includes checklist and phased operation plans to ensure disciplined execution before placing trades.
Metadata
Slug trading-plan-generator
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 基于 Brent Penfold《交易圣经》框架,为股票交易生成完整的交易预案(Setup)和交易计划(Plan)。当用户询问「帮我制定交易计划」、「帮我做交易预案」、「XX股票怎么买」、「帮我规划一下XX股票的入场和止损」时使用此技能。触发前提:用户明确指定了具体股票代码或名称?

基于 Brent Penfold《交易圣经》框架,为股票交易生成完整的交易预案(Setup)和交易计划(Plan)。当用户询问「帮我制定交易计划」、「帮我做交易预案」、「XX股票怎么买」、「帮我规划一下XX股票的入场和止损」时使用此技能。触发前提:用户明确指定了具体股票代码或名称。 It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install 基于 Brent Penfold《交易圣经》框架,为股票交易生成完整的交易预案(Setup)和交易计划(Plan)。当用户询问「帮我制定交易计划」、「帮我做交易预案」、「XX股票怎么买」、「帮我规划一下XX股票的入场和止损」时使用此技能。触发前提:用户明确指定了具体股票代码或名称?

Run "/install trading-plan-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 基于 Brent Penfold《交易圣经》框架,为股票交易生成完整的交易预案(Setup)和交易计划(Plan)。当用户询问「帮我制定交易计划」、「帮我做交易预案」、「XX股票怎么买」、「帮我规划一下XX股票的入场和止损」时使用此技能。触发前提:用户明确指定了具体股票代码或名称 free?

Yes, 基于 Brent Penfold《交易圣经》框架,为股票交易生成完整的交易预案(Setup)和交易计划(Plan)。当用户询问「帮我制定交易计划」、「帮我做交易预案」、「XX股票怎么买」、「帮我规划一下XX股票的入场和止损」时使用此技能。触发前提:用户明确指定了具体股票代码或名称 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 基于 Brent Penfold《交易圣经》框架,为股票交易生成完整的交易预案(Setup)和交易计划(Plan)。当用户询问「帮我制定交易计划」、「帮我做交易预案」、「XX股票怎么买」、「帮我规划一下XX股票的入场和止损」时使用此技能。触发前提:用户明确指定了具体股票代码或名称 support?

基于 Brent Penfold《交易圣经》框架,为股票交易生成完整的交易预案(Setup)和交易计划(Plan)。当用户询问「帮我制定交易计划」、「帮我做交易预案」、「XX股票怎么买」、「帮我规划一下XX股票的入场和止损」时使用此技能。触发前提:用户明确指定了具体股票代码或名称 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 基于 Brent Penfold《交易圣经》框架,为股票交易生成完整的交易预案(Setup)和交易计划(Plan)。当用户询问「帮我制定交易计划」、「帮我做交易预案」、「XX股票怎么买」、「帮我规划一下XX股票的入场和止损」时使用此技能。触发前提:用户明确指定了具体股票代码或名称?

It is built and maintained by Shinji (@thatshinji); the current version is v1.2.0.

💬 Comments