← Back to Skills Marketplace
binance-spot-trader
by
TobeyRebecca
· GitHub ↗
· v1.0.0
· MIT-0
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toby-binance-spot-trader
Description
Autonomous Binance spot trading bot with LLM-powered market analysis. Supports momentum trading, mean reversion, and DCA strategies on any Binance spot pair....
Usage Guidance
This skill appears coherent, but it performs real trades and calls an external LLM service. Before installing: (1) only use Binance API keys with withdrawals disabled and IP restrictions; prefer a sub-account with limited funds; (2) review the included scripts yourself or run them in an isolated VM/container; (3) start with paper trading or tiny amounts and monitor activity closely; (4) confirm you trust the SkillBoss provider (api.heybossai.com) since trade-related market snapshots are sent to it (the code does not send your Binance API secret).
Capability Analysis
Type: OpenClaw Skill
Name: toby-binance-spot-trader
Version: 1.0.0
The skill bundle implements an autonomous Binance trading bot with technical analysis and LLM-based sentiment filtering as described. It uses standard HMAC-SHA256 signing for Binance API requests and integrates with the SkillBoss API (api.heybossai.com) for market evaluation. The code in scripts/trader.py and scripts/portfolio.py is transparent, lacks obfuscation, and includes appropriate security warnings in SKILL.md regarding API key permissions and IP restrictions.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, required env vars (BINANCE_API_KEY, BINANCE_SECRET_KEY, SKILLBOSS_API_KEY), and the code all line up: the scripts call Binance REST endpoints and the SkillBoss LLM endpoint for sentiment. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructs running the included setup and trader scripts and creating a .env. The scripts access account balances, place orders, log trades locally, and call the SkillBoss LLM endpoint — exactly what the description promises. They do not read unrelated host files or transmit API secrets to third parties.
Install Mechanism
No complex install spec; setup.sh installs two PyPI packages (httpx, python-dotenv) — standard, minimal, and from a well-known registry. No arbitrary archive downloads or unusual filesystem writes.
Credentials
Requested env vars are proportional: Binance API key/secret are needed to trade and sign requests; SKILLBOSS_API_KEY is used to call the external LLM. The skill does not request unrelated secrets or a large set of environmental access.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide agent settings. It runs as a user-level script and writes only local logs/trade records.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toby-binance-spot-trader - After installation, invoke the skill by name or use
/toby-binance-spot-trader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of autonomous Binance spot trading bot with advanced features.
- Supports momentum, mean reversion, and DCA spot trading strategies on any Binance pair.
- Integrates large language model (LLM) sentiment analysis for smarter trade filtering.
- Features technical analysis, automated position sizing, portfolio tracking, and trade management.
- Easy setup and secure operation with strong security recommendations.
- Configurable via environment variables for flexible strategy and risk control.
Metadata
Frequently Asked Questions
What is binance-spot-trader?
Autonomous Binance spot trading bot with LLM-powered market analysis. Supports momentum trading, mean reversion, and DCA strategies on any Binance spot pair.... It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install binance-spot-trader?
Run "/install toby-binance-spot-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is binance-spot-trader free?
Yes, binance-spot-trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does binance-spot-trader support?
binance-spot-trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created binance-spot-trader?
It is built and maintained by TobeyRebecca (@tobeyrebecca); the current version is v1.0.0.
More Skills