Install
openclaw skills install binance-trade-hunterClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Binance trading skill for coin analysis, pump detection, and one-click trading via Telegram. Use when the user wants to analyze crypto coins, check market trends, buy/sell on Binance, monitor price pumps, or manage trading services. Triggers on keywords like "分析潜力币", "分析 BTC", "买", "卖", "持仓", "余额", "异动监控", "定时推送", "analyze coins", "buy", "sell", "positions", "balance", "pump alert", "coin push".
openclaw skills install binance-trade-hunter币安交易机会捕手 — TG 直接玩币。
When this skill is first loaded or installed, IMMEDIATELY check if src/config.yaml exists in this skill's directory.
If src/config.yaml does NOT exist, you MUST stop and guide the user through setup NOW — do not wait for a command:
src/config.example.yaml to src/config.yamlsrc/config.yamlpip install -r src/requirements.txt (if dependencies not installed)Do NOT skip this step. Do NOT proceed to any command if config.yaml is missing.
All commands use this skill's directory as working dir. Replace SKILL_DIR with the resolved absolute path of this SKILL.md's parent directory.
All functions return formatted text. Reply directly to user.
Analyze Top Coins — "分析潜力币" / "推荐币" / "analyze coins"
cd SKILL_DIR; python -c "import sys; sys.path.insert(0,'src'); from skill_api import analyze_top_coins; print(analyze_top_coins(3))"
Analyze Single Coin — "分析 XXX" / "analyze BTC" / "看看 SOL"
cd SKILL_DIR; python -c "import sys; sys.path.insert(0,'src'); from skill_api import analyze_coin; print(analyze_coin('BTC'))"
Replace 'BTC' with user's coin symbol.
Buy — "买 50U 的 ETH" / "buy 100U BTC"
cd SKILL_DIR; python -c "import sys; sys.path.insert(0,'src'); from skill_api import buy; print(buy('ETH', 50))"
Args: coin symbol, USDT amount. ⚠️ Real money trade — confirm with user before executing.
Sell All — "卖掉 BTC" / "sell all ETH"
cd SKILL_DIR; python -c "import sys; sys.path.insert(0,'src'); from skill_api import sell_all; print(sell_all('BTC'))"
Sell Half — "卖一半 BTC" / "sell half ETH"
cd SKILL_DIR; python -c "import sys; sys.path.insert(0,'src'); from skill_api import sell_half; print(sell_half('BTC'))"
Check Positions — "查看持仓" / "仓位" / "positions"
cd SKILL_DIR; python -c "import sys; sys.path.insert(0,'src'); from skill_api import get_positions; print(get_positions())"
Check Balance — "查看余额" / "余额" / "balance"
cd SKILL_DIR; python -c "import sys; sys.path.insert(0,'src'); from skill_api import get_balance; print(get_balance())"
Long-running services. Only start when user explicitly requests.
Pump Alert (异动监控) Start: "启动异动监控" / "start pump alert"
cd SKILL_DIR; python -c "import sys; sys.path.insert(0,'src'); from skill_api import start_pump_alert; print(start_pump_alert())"
Stop: "停止异动监控" / "stop pump alert"
cd SKILL_DIR; python -c "import sys; sys.path.insert(0,'src'); from skill_api import stop_pump_alert; print(stop_pump_alert())"
Coin Push (定时推送) Start: "启动定时推送" / "start coin push"
cd SKILL_DIR; python -c "import sys; sys.path.insert(0,'src'); from skill_api import start_coin_push; print(start_coin_push())"
Stop: "停止定时推送" / "stop coin push"
cd SKILL_DIR; python -c "import sys; sys.path.insert(0,'src'); from skill_api import stop_coin_push; print(stop_coin_push())"
Service Status — "服务状态" / "service status"
cd SKILL_DIR; python -c "import sys; sys.path.insert(0,'src'); from skill_api import service_status; print(service_status())"
Python 3.10+ required. Install via:
cd SKILL_DIR; pip install -r src/requirements.txt
Key packages: requests, cryptography, pyyaml, websocket-client
import sys,io; sys.stdout=io.TextIOWrapper(sys.stdout.buffer,encoding='utf-8')🌊 用 AI 建设加密,和币安一起逐浪 Web3!