← Back to Skills Marketplace
136
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install shadow-binance-bot
Description
Analyze your Binance trade history and portfolio to identify emotional trading patterns and simulate alternative strategies for educational trading insights.
Usage Guidance
This skill appears to do what it says: read your Binance account/trade history and run local simulations and coaching reports. Before enabling it: 1) Use a Binance API key limited to read-only permissions only, and enable IP restrictions if your platform supports it. 2) Prefer injecting keys via platform environment variables rather than creating a config.env file in the repository or workspace (the code will read config.env as a local fallback). 3) Review that your agent platform isolates environment variables from other skills — a read-only key is low-risk, but keep keys private and rotate them if you later stop using the skill. 4) If you want extra assurance, review the full repository files (they are included) or run the skill in Demo Mode (no keys) to confirm behavior. Overall the files are internally consistent with the claimed read-only analysis purpose.
Capability Analysis
Type: OpenClaw Skill
Name: shadow-binance-bot
Version: 1.3.3
The shadow-binance-bot is a legitimate trading analysis tool designed to provide coaching insights by analyzing Binance trade history. It fetches data using standard Binance API endpoints (api.binance.com and fapi.binance.com) and implements only read-only operations (account balances and trade history). The code is well-structured, includes comprehensive unit tests (analyzer.test.cjs, shadowSim.test.cjs), and lacks any indicators of data exfiltration, unauthorized trading, or malicious execution. It follows security best practices by recommending read-only API keys and IP restrictions.
Capability Tags
Capability Assessment
Purpose & Capability
The name and description match the requested resources: BINANCE_API_KEY and BINANCE_API_SECRET and a Node >=18 runtime. The code calls Binance read-only endpoints (account, myTrades, futures income) and implements analysis and simulation logic. No unrelated credentials, binaries, or platform access are requested.
Instruction Scope
SKILL.md and src/index.cjs instruct the agent to use environment variables (preferred) or a local config.env for development. Runtime behavior is limited to reading Binance data, analyzing it, running local simulations, and printing reports. The code reads config.env only as a local fallback and does not transmit data to third-party endpoints other than Binance.
Install Mechanism
There is no external install/download step in the registry metadata or SKILL.md; the package contains Node.js source files and requires Node >=18. No remote archives, URL downloads, or package installs are executed by an install script in the provided metadata.
Credentials
The required environment variables (BINANCE_API_KEY, BINANCE_API_SECRET, optional SPOT_SYMBOLS) are proportionate and necessary for the stated purpose. The code does not request additional secrets or unrelated environment/config paths. It does read a local config.env fallback for development — which is reasonable but a potential local-storage consideration (see guidance).
Persistence & Privilege
always:false (no forced presence). The skill does not modify other skills or system-wide settings, nor does it write files during normal operation (it reads config.env if present). Agent autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shadow-binance-bot - After installation, invoke the skill by name or use
/shadow-binance-bot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.3
v1.3.3: Add metadata.openclaw block for full registry consistency. Both registry: and metadata.openclaw: blocks now declare env vars and Node.js runtime.
v1.3.2
v1.3.2: Add registry metadata block with credentials and security posture. Addresses LLM scanner concern about registry metadata mismatch.
v1.3.1
v1.3.1: Registry metadata fix - added node >=18.0.0 to binaries
v1.3.0
v1.3.0: Credentials via process.env (platform injection), fallback to config.env. See full changelog: https://github.com/acevod/Shadow-Binance-Bot/blob/main/CHANGELOG.md
v1.2.0
v1.2.0: Demo Mode, configurable spot symbols, retry logic, ClawHub-ready. Full changelog: https://github.com/acevod/Shadow-Binance-Bot/blob/main/CHANGELOG.md
v1.0.0
Initial release with AI-powered Binance trade analysis, shadow strategy simulation, emotional trading detection, and coaching feedback.
Metadata
Frequently Asked Questions
What is Shadow Binance Bot?
Analyze your Binance trade history and portfolio to identify emotional trading patterns and simulate alternative strategies for educational trading insights. It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.
How do I install Shadow Binance Bot?
Run "/install shadow-binance-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Shadow Binance Bot free?
Yes, Shadow Binance Bot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Shadow Binance Bot support?
Shadow Binance Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Shadow Binance Bot?
It is built and maintained by AceVod (@acevod); the current version is v1.3.3.
More Skills