binance-sports-ai-analyzer
Installation
SKILL.md
Sports AI Analyzer Skill
Use this skill to look up World Cup match slugs, resolve them to canonical match IDs, fetch AI prediction data, recompute final probabilities after user adjustments, and hand off to Binance Agentic Wallet prediction trading when the user explicitly wants to place an order.
Quick Workflow
- List matches and ask the user to choose.
Always call
recent-match-optionsfirst to get currently available matches with teams and kickoff time. Show the list in a readable form and ask which match to analyze. Do not show raw slug-only examples or default to the first match unless the user already gave a specific slug. - Resolve the selected slug to match details.
Call
resolve-by-slugand readcanonical_match_id,home_team,away_team, kickoff, and status. - Fetch the prediction bundle.
Call
predictionwithcmid, then callnews-insightsandmaster-analysisfor context. Only passplatform: "PREDICT_FUN"when the user explicitly asks for Predict Fun odds. - Recompute only after user changes correction signals.
Call
recompute-finalwith the editedsignals; this is stateless and does not write to the database. - Trade only after explicit confirmation.
Call
market-detail-by-slugto getmarketTopicIdand market/outcome details, then usebinance-agentic-walletprediction quote and order commands.