🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Shadow Binance Bot

by @acevod

Analyze your Binance trade history and portfolio to identify emotional trading patterns and simulate alternative strategies for educational trading insights.

Versionv1.3.3
Downloads384
Stars⭐ 1
TERMINAL
clawhub install shadow-binance-bot

πŸ“– About This Skill

```yaml


name: shadow-binance-bot description: AI-powered read-only trading analysis coach that simulates alternative strategies against your Binance trade history. version: 1.3.3 author: acevod homepage: https://github.com/acevod/Shadow-Binance-Bot license: MIT metadata: openclaw: emoji: πŸ” always: false requires: env: - BINANCE_API_KEY - BINANCE_API_SECRET - SPOT_SYMBOLS bins: - node >=18.0.0 security: credentials: - BINANCE_API_KEY - BINANCE_API_SECRET posture: read-only trading: false withdrawal: false registry: platform: openclaw runtime: node >=18.0.0 env: - BINANCE_API_KEY (required) β€” Binance read-only API key - BINANCE_API_SECRET (required) β€” Binance read-only API secret - SPOT_SYMBOLS (optional) β€” comma-separated list of spot symbols to analyze (default: BTCUSDT,ETHUSDT,BNBUSDT) capabilities: - read-only - no-trading - no-withdrawal requires: env: - BINANCE_API_KEY - BINANCE_API_SECRET - SPOT_SYMBOLS binaries: - node >=18.0.0 files: - src/index.cjs - src/binance.cjs - src/analyzer.cjs - src/shadowSim.cjs - src/coach.cjs - tests/analyzer.test.cjs - tests/shadowSim.test.cjs - config.env.example - package.json - CHANGELOG.md - CONTRIBUTING.md - LICENSE - README.md - .editorconfig

Shadow Mode Trading Trainer