Paper Trader
v1.0.1Run a structured paper-trading loop with SQLite-backed event logging, position tracking, and PnL review. Use when opening/closing simulated trades, journalin...
⭐ 1· 399·1 current·1 all-time
byBen@brs999
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk971jhnsc6swpx8rj0r8wr1c29829k7c
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📓 Clawdis
Binsnode
