← 返回 Skills 市场
thatshinji

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

作者 Shinji · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
108
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install trading-plan-generator
功能描述
基于 Brent Penfold《交易圣经》框架,为股票交易生成完整的交易预案(Setup)和交易计划(Plan)。当用户询问「帮我制定交易计划」、「帮我做交易预案」、「XX股票怎么买」、「帮我规划一下XX股票的入场和止损」时使用此技能。触发前提:用户明确指定了具体股票代码或名称。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trading-plan-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trading-plan-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug trading-plan-generator
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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

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

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

在 OpenClaw 或 Claude Code 对话框中运行命令「/install trading-plan-generator」即可一键安装,无需额外配置。

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

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

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

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

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

由 Shinji(@thatshinji)开发并维护,当前版本 v1.2.0。

💬 留言讨论