Autonomous Binance spot trading bot with LLM-powered market analysis. Supports momentum trading, mean reversion, and DCA strategies on any Binance spot pair. Use when user wants to trade on Binance, set up automated crypto trading, build a spot trading bot, or automate DCA buying. Features technical analysis, LLM sentiment evaluation, position sizing, and portfolio tracking.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install binance-spot-trader或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install binance-spot-trader⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/binance-spot-trader/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: 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. Use when user wants to trade on Binance, set up automated crypto trading, build a spot trading bot, or automate DCA buying. Features technical analysis, LLM sentiment evaluation, position sizing, and portfolio tracking. metadata: {"openclaw": {"requires": {"env": ["BINANCE_API_KEY", "BINANCE_SECRET_KEY", "LLM_API_KEY"]}, "primaryEnv": "BINANCE_API_KEY", "homepage": "https://github.com/srikanthbellary"}} ---
Autonomous spot trading bot for Binance. Combines technical indicators with LLM-powered market sentiment analysis to execute trades on any Binance spot pair.
bash {baseDir}/scripts/setup.sh
Create .env:
BINANCE_API_KEY=<your-api-key>
BINANCE_SECRET_KEY=<your-secret-key>
LLM_API_KEY=<anthropic-api-key>
PAIRS=BTCUSDT,ETHUSDT,SOLUSDT
STRATEGY=momentum
TRADE_SIZE_PCT=5
MAX_POSITIONS=5
python3 {baseDir}/scripts/trader.py
Or via cron:
*/5 * * * * cd /opt/trader && python3 trader.py >> trader.log 2>&1
| Parameter | Default | Description | |-----------|---------|-------------| | PAIRS | BTCUSDT | Comma-separated trading pairs | | STRATEGY | momentum | momentum, mean_reversion, or dca | | TRADE_SIZE_PCT | 5 | % of portfolio per trade | | MAX_POSITIONS | 5 | Max concurrent open positions | | TAKE_PROFIT_PCT | 5 | Take profit % | | STOP_LOSS_PCT | 3 | Stop loss % | | DCA_INTERVAL | daily | For DCA: hourly, daily, weekly | | DCA_AMOUNT_USDT | 50 | USDT per DCA buy | | USE_LLM | true | Enable LLM sentiment filter |
# Check portfolio
python3 {baseDir}/scripts/portfolio.py
# View trade history
tail -50 trades.jsonl
# Check logs
tail -f trader.log
references/binance-api.md for REST API docsreferences/indicators.md for technical analysis details安装 Binance Spot Trader 后,可以对 AI 说这些话来触发它
Help me get started with Binance Spot Trader
Explains what Binance Spot Trader does, walks through the setup, and runs a quick demo based on your current project
Use Binance Spot Trader to autonomous Binance spot trading bot with LLM-powered market analysis
Invokes Binance Spot Trader with the right parameters and returns the result directly in the conversation
What can I do with Binance Spot Trader in my finance & investment workflow?
Lists the top use cases for Binance Spot Trader, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/binance-spot-trader/ 目录(个人级,所有项目可用),或 .claude/skills/binance-spot-trader/(项目级)。重启 AI 客户端后,用 /binance-spot-trader 主动调用,或让 AI 根据上下文自动发现并使用。
Binance Spot Trader 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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. Use when user wants to trade on Binance, set up automated crypto trading, build a spot trading bot, or automate DCA buying. Features technical analysis, LLM sentiment evaluation, position sizing, and portfolio tracking.
Automate my finance & investment tasks using Binance Spot Trader
Identifies repetitive steps in your workflow and sets up Binance Spot Trader to handle them automatically
Binance Spot Trader 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。