← 返回 Skills 市场
1477009639zw-blip

Beta Paper Trading Plan v1

作者 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bptpv1
功能描述
Generates structured paper trading plans with entry, stop loss, take profit, position size, and failure conditions for SPX, indices, and US equity options.
使用说明 (SKILL.md)

Paper Trading Plan Generator

Generates comprehensive, structured paper trading plans for SPX, index options, and US equities. Perfect for pre-market planning and session prep.

Usage

python3 plan.py --ticker SPX --direction long --entry 5200 --stop 5150 --target 5300

Input Parameters

Flag Description Example
--ticker Underlying symbol SPX, AAPL, QQQ
--direction long or short long
--entry Entry price 5200
--stop Stop loss price 5150
--target Take profit price 5300
--price Current price (optional) 5225
--option-type call or put (optional) call
--expiry Option expiry (optional) 2026-04-18

Output Structure

=== PAPER TRADING PLAN ===
Symbol:     SPX
Direction:  LONG
Entry:      5200
Stop Loss:   5150 (-1.0%)
Take Profit: 5300 (+1.9%)
Risk/Reward: 1:2

Position Size:
- Max 2% account at risk
- Example: $10k account = $200 at risk
- Per-share risk: $50
- Shares: 40

Expiration: 2026-04-18
Type: CALL
Strike: 5200
Max Loss:  $200 (if expired worthless)
Max Profit: $400 (if target hit)

Failure Conditions:
- SPX breaks below 5150 → Exit immediately
- VIX > 30 → Reduce size by 50%
- News event overrides technical → Re-evaluate

Execution Checklist:
[ ] Confirm entry above key level
[ ] Check VIX \x3C 20
[ ] Verify no major news during market hours
[ ] Set stop loss immediately after entry
[ ] Log trade in journal
安全使用建议
This skill appears to be a simple, local helper: it only needs python3 and prints a trading plan based on the command-line inputs. You can safely review the single script before running it. Keep in mind it does not fetch market data (VIX, current price, or news) automatically, so its checklist items are advisory only; double-check inputs and live market data yourself. As always, treat output as informational—not trading advice—and validate the math for your account sizing before acting on any plan.
功能分析
Type: OpenClaw Skill Name: bptpv1 Version: 1.0.0 The skill bundle is a straightforward utility for generating paper trading plans. The Python script (plan.py) performs basic risk and position size calculations using standard arithmetic and argparse, with no network, file system, or shell execution capabilities. The documentation (SKILL.md) is consistent with the code and contains no malicious instructions or prompt injection attempts.
能力评估
Purpose & Capability
Name and description (paper trading plan generation) match the included files and required binaries. The only required runtime is python3 and the single script produces the described output.
Instruction Scope
SKILL.md instructs running plan.py with CLI flags and the script only reads those flags and prints a plan. There are no instructions to read unrelated files, access environment variables, or send data externally. The guidance references VIX/news as checklist items but does not attempt to fetch them automatically.
Install Mechanism
There is no install spec; this is instruction-only with one included script. Nothing is downloaded or written to disk beyond running a local Python script.
Credentials
The skill requires no environment variables, credentials, or config paths. That's appropriate for a local plan generator which only needs python3.
Persistence & Privilege
The skill is not marked always:true and does not attempt to persist configuration or modify other skills. It runs only when invoked by the user (or by the agent if allowed) and has no elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bptpv1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bptpv1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
init
元数据
Slug bptpv1
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Beta Paper Trading Plan v1 是什么?

Generates structured paper trading plans with entry, stop loss, take profit, position size, and failure conditions for SPX, indices, and US equity options. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 Beta Paper Trading Plan v1?

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

Beta Paper Trading Plan v1 是免费的吗?

是的,Beta Paper Trading Plan v1 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Beta Paper Trading Plan v1 支持哪些平台?

Beta Paper Trading Plan v1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Beta Paper Trading Plan v1?

由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。

💬 留言讨论