比特币动量交易
polymarket-btc-momentum
by azvn2610
Trades Polymarket Bitcoin 5-minute sprint markets using real-time BTC price momentum from Binance. Buys YES when BTC momentum is bullish, NO when bearish.
安装
claude skill add --url https://github.com/openclaw/skills文档
BTC Momentum Trader
Trades Polymarket's "Bitcoin Up or Down" 5-minute sprint markets using real-time price momentum from Binance public API.
This is a template. The default signal is BTC/USDT price momentum from Binance — remix it with other CEX feeds (Coinbase, OKX, Bybit), different timeframes, or volume-weighted signals. The skill handles all the plumbing (market discovery, context checks, trade execution, safeguards). Your agent provides the alpha.
What it does
- Fetches live BTC price + recent candles from Binance (no API key needed)
- Calculates short-term momentum (EMA crossover + volume confirmation)
- Finds the next active "Bitcoin Up or Down" 5-min sprint market on Polymarket
- Checks context for slippage/flip-flop warnings
- Executes trade with reasoning — skips if edge < 5% or warnings present
Requirements
SIMMER_API_KEY— your Simmer API key- Python 3.8+
simmer-sdk,requests
Usage
# Paper trade (default)
python btc_momentum.py
# Live trade
python btc_momentum.py --live
Remixing
- Swap Binance for another feed: change
get_btc_momentum()to call your preferred CEX - Adjust
MIN_EDGEthreshold (default 0.05) for more/fewer trades - Change
TRADE_AMOUNT(default $10) in the config block - Add RSI, MACD, or sentiment signals to
compute_signal()
相关 Skills
Claude API
by anthropic
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
Solana防骗检测
by ammkode
Detect scam tokens on Solana before you trade. Checks ticker patterns, token age, and known scam mints. Read-only — no wallet signing required.
营收工作室
by amoldericksoans
A revenue-first solofounder studio that watches markets, finds monetizable pain, validates offers, ships narrow products, and compounds commercial memory across launches. Uses massive parallel agent orchestration with 8 layers: Signal Mesh, Extraction, Opportunity Graph, Cofounder Council, Revenue Lab, Build Studio, Launch Loop, and Portfolio Allocator.