A skill for OpenClaw to research crypto market trends (technical & sentiment) and trade ETH on Binance.
This skill allows OpenClaw to analyze the crypto market using technical indicators and news sentiment, record its findings, and execute trades on Binance.
Ensure the following Python packages are installed:
pip install ccxt pandas pandas-ta requests TextBlob
TextBlob is suggested for basic sentiment analysis if needed, though simple keyword matching might suffice.
You must set the following environment variables for trading:
BINANCE_API_KEY: Your Binance API Key.WARNING: Never share these keys or commit them to version control.
Technical Analysis
Run the market data script to get current indicators for a symbol (default ETH/USDT).
python skills/crypto_trader/scripts/market_data.py --symbol ETH/USDT
Sentiment Analysis
Run the sentiment script to fetch latest news headers and forum buzz.
python skills/crypto_trader/scripts/sentiment_data.py
Analyze & Record
Based on the outputs from step 1, form a hypothesis. Is the market Bullish, Bearish, or Neutral?
Before trading, you MUST save your analysis.
CODEBLOCK3
Trade
If the analysis supports a trade, execute it.
# Buy 0.01 ETH at Market Price
python skills/crypto_trader/scripts/trade.py --symbol ETH/USDT --side buy --amount 0.01 --type market
# Dry Run (Test without real money)
python skills/crypto_trader/scripts/trade.py --symbol ETH/USDT --side buy --amount 0.01 --dry-run
skills/crypto_trader/logs/trade_history.csv.
scripts/market_data.py: Fetches OHLCV and calculates indicators.logs/analysis_journal.md.logs/trade_history.csv.该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 clap-trader-1776419966 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 clap-trader-1776419966 技能
skillhub install clap-trader-1776419966
文件大小: 5.61 KB | 发布时间: 2026-4-17 19:10