Install
openclaw skills install binance-futures-alpha-radarAnalyze Binance USDT-margined perpetual futures symbols with public futures market data only and return a structured market analysis report with a clear BUY, SELL, or HOLD recommendation without placing orders. Use when the user asks for buy/sell analysis, trade strategy, long/short judgment, setup review, support and resistance analysis, or detailed futures market commentary for symbols like BTC, ETH, SOL on Binance futures, explicitly wants contract data instead of spot data, or wants decisions generated under the repo's system-prompt trading rules.
openclaw skills install binance-futures-alpha-radarUse this skill to produce strategy decisions for Binance U-margined perpetual contracts from public market data only. Do not place orders, do not call any private API, and do not use spot market data.
../../../src/main/resources/system-prompt.txt.references/system-prompt-coverage.md before analysis. It mirrors the canonical rules in skill-friendly form and includes the analysis-only output adaptation.../../../docs/core-feature-spec.md only if you need the project's original execution flow and field semantics.references/analysis-mode.md before deciding, because this skill runs in analysis-only mode instead of live execution mode.BTC -> BTCUSDTETH -> ETHUSDTBTCUSDT stays BTCUSDTpython3 scripts/binance_futures_snapshot.py <SYMBOL...> with the user symbols.system-prompt.txt exactly. Do not simplify the decision logic just because this skill is analysis-only.equity_usdt = 10000free_usdt = 10000positions = []cooldown_ok = trueBUY, SELL, or HOLD.ADD, REDUCE, or CLOSE unless the user explicitly supplies an existing position.tsinstIdactionposition_modesize_usdtorder_typestop_loss_pxexit_planreasonconfidenceleveragecooldown_okinstId in BTC-USDT style in the internal canonical decision. The script's binance_symbol is only for data fetching.order_type to MARKET.reason in simplified Chinese and make it cite actual sequence evidence from the script output.Default to a structured Chinese analysis report, not raw JSON.
Include these sections in order unless the user explicitly asks for a different format:
结论
BUY / SELL / HOLD.趋势判断
关键理由
支撑与阻力
触发条件
BUY.SELL.风控与计划
If the user explicitly asks for JSON, return the canonical JSON array instead.
Focus on these sections:
timeframes["2h"]
STRONG_UP, MODERATE_UP, MODERATE_DOWN, STRONG_DOWN.timeframes["15m"]
timeframes["5m"]
funding
depth
open_interest
BUY or SELL.HOLD when confirmation is missing, risk/reward is poor, ATR expansion is too aggressive, or cost is unattractive.exit_plan with numeric tp and sl, plus a Chinese inv management rule.HOLD.This skill is not allowed to rely on a partial summary anymore. Before answering, make sure your reasoning covers all canonical rule groups listed in references/system-prompt-coverage.md.
scripts/binance_futures_snapshot.pyBUY, SELL, or HOLD.If the user asks for BTC ETH, analyze both symbols separately in the same response.