← 返回 Skills 市场
494
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install paper-trader
功能描述
Run a structured paper-trading loop with SQLite-backed event logging, position tracking, and PnL review. Use when opening/closing simulated trades, journalin...
安全使用建议
This skill appears coherent and low-risk: it runs a local Node script and stores an append-only SQLite DB under ~/.openclaw. Before installing or running: (1) review the full script if you want to be certain there is no hidden network behavior (the visible code shows no network calls), (2) be aware it will create/write the DB file in your home directory—move or back it up if needed, and (3) run the included test suite in an isolated/temp directory if you want to validate behavior before using real data. No cloud keys or other secrets are required by the skill.
功能分析
Type: OpenClaw Skill
Name: paper-trader
Version: 1.0.1
The paper-trader skill bundle is a legitimate utility for tracking simulated trades using a local SQLite database. The code in scripts/paper_trading.ts implements standard trading journal logic (PnL calculation, risk management, and event logging) using built-in Node.js modules like node:sqlite and node:crypto, with no external dependencies or network activity. The SKILL.md instructions are well-aligned with the script's functionality and do not contain any malicious prompt injection attempts.
能力评估
Purpose & Capability
Name/description (paper trading, event logging, PnL) match the included code and CLI instructions. The only required binary is node, which is appropriate for a TypeScript/Node CLI. The DB path (~/.openclaw/paper-trading.db) and the operations on it are expected for this functionality; there are no unrelated credentials, cloud APIs, or system-level accesses requested.
Instruction Scope
SKILL.md instructs the agent/user to run the included Node script, use an append-only SQLite DB, and provides explicit commands (init, snapshot, open, close, etc.). The instructions reference only the included script, a local DB path, and an explicit snapshot source 'dexscreener' (which the code validates). The provided source does not contain network-fetching imports or calls in the visible code, and the CLI requires prices to be passed for snapshots in tests—there is no evidence the skill autonomously contacts external endpoints or exfiltrates data.
Install Mechanism
There is no install spec; the skill is instruction-only with code files bundled. Nothing is downloaded from external URLs and no archives are extracted. Risk is low because no arbitrary remote install step is present.
Credentials
The skill requests no environment variables or credentials. It stores its data in a user-local SQLite DB (~/.openclaw) which is proportional to a paper-trading tool. No access to unrelated secrets or config paths is requested.
Persistence & Privilege
always is false and the skill does not request permanent platform-level presence. It creates and writes its own DB under the user's home directory, which is appropriate for its purpose and does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paper-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/paper-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Tightened requirements: `mint` is now REQUIRED for `snapshot` and `open` commands.
- Updated instructions for DEX tokens: use wrapped token addresses (e.g., WETH, WBTC).
- Specified that `--source dexscreener` should be used for snapshots.
- Clarified workflow step to always provide `--mint` and `--source dexscreener` when logging snapshots.
- Improved documentation for asset identity, especially for DEX trading.
v1.0.0
Initial release of paper-trading skill.
- Provides a structured paper trading loop with SQLite-backed event logging and immutable recordkeeping.
- Supports position tracking, PnL review (realized and unrealized), and detailed thesis journaling.
- Command-line interface for opening/closing simulated trades, adjusting stops/takes, tracking portfolio, and automating weekly performance summaries.
- Events are append-only; PnL computed by event replay for robust auditability.
- No npm or external dependency required for SQLite backend.
元数据
常见问题
Paper Trader 是什么?
Run a structured paper-trading loop with SQLite-backed event logging, position tracking, and PnL review. Use when opening/closing simulated trades, journalin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 494 次。
如何安装 Paper Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paper-trader」即可一键安装,无需额外配置。
Paper Trader 是免费的吗?
是的,Paper Trader 完全免费(开源免费),可自由下载、安装和使用。
Paper Trader 支持哪些平台?
Paper Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Paper Trader?
由 Ben(@brs999)开发并维护,当前版本 v1.0.1。
推荐 Skills