← 返回 Skills 市场
1477009639zw-blip

Beta TA Paper Executor

作者 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install beta-ta-paper-executor
功能描述
Execute and track paper trades from TA setups with JSONL ledger, open/close workflow, and mark-to-market status.
使用说明 (SKILL.md)

TA Paper Executor

Use this skill when the user wants simulated execution (paper trading), not broker-connected live orders.

Run

Place order:

python3 scripts/ta_paper_executor.py place \
  --symbol BTCUSDT --side long --entry 68000 \
  --stop 66500 --target 71000 --qty 0.5 \
  --strategy trend-follow --reason "SMA20>SMA50 + MACD"

Close order:

python3 scripts/ta_paper_executor.py close --id ORD-20260310-001 --exit 70500

Status:

python3 scripts/ta_paper_executor.py status --symbol BTCUSDT --mark 70200 --json

Workflow

  1. Receive setup from ta-signal-engine.
  2. Validate historical viability via ta-backtest.
  3. If accepted, place paper order and record rationale.
  4. Update status with mark price, then close with explicit reason.
安全使用建议
This skill appears to do what it claims: manage a local, append-only JSONL paper-trading ledger. Before installing or running: (1) review or run the included script locally in a safe directory so you control the ledger path (it defaults to ~/.openclaw/...); (2) avoid passing a ledger path that points to sensitive system files (the script will attempt to create directories and append to whatever file you give it); (3) be aware there is no file locking — running multiple instances concurrently can produce duplicate IDs or race conditions; (4) there is no network activity or credential access in the code, which reduces exfiltration risk. If you want stronger safety, consider adding file-locking or atomic write semantics, validate/normalize ledger paths, and run the script under a dedicated user or container.
能力评估
Purpose & Capability
Name/description match the provided script and SKILL.md: the tool implements a local paper-trade ledger (place/close/status) and does not require unrelated credentials, binaries, or external services.
Instruction Scope
The SKILL.md instructs running the included Python script which writes an append-only JSONL ledger under ~/.openclaw by default — this is expected for a paper-trader. Notes: the ledger path is configurable via --ledger (so callers can write to arbitrary paths if they supply them), and there is no file locking or concurrency protection (race conditions and duplicate IDs possible if run concurrently).
Install Mechanism
Instruction-only skill with no install spec and no external downloads; uses the local Python runtime (python3) which is appropriate and proportional.
Credentials
No environment variables, credentials, or unrelated config paths are requested. The script only uses the user's home directory to store the ledger by default.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It writes only to a per-user ledger path by default; autonomous model invocation is allowed by platform default but is not unusual or flagged here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install beta-ta-paper-executor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /beta-ta-paper-executor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — paper trade execution and tracking
元数据
Slug beta-ta-paper-executor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Beta TA Paper Executor 是什么?

Execute and track paper trades from TA setups with JSONL ledger, open/close workflow, and mark-to-market status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Beta TA Paper Executor?

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

Beta TA Paper Executor 是免费的吗?

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

Beta TA Paper Executor 支持哪些平台?

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

谁开发了 Beta TA Paper Executor?

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

💬 留言讨论