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

  1. List matches and ask the user to choose. Always call recent-match-options first 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.
  2. Resolve the selected slug to match details. Call resolve-by-slug and read canonical_match_id, home_team, away_team, kickoff, and status.
  3. Fetch the prediction bundle. Call prediction with cmid, then call news-insights and master-analysis for context. Only pass platform: "PREDICT_FUN" when the user explicitly asks for Predict Fun odds.
  4. Recompute only after user changes correction signals. Call recompute-final with the edited signals; this is stateless and does not write to the database.
  5. Trade only after explicit confirmation. Call market-detail-by-slug to get marketTopicId and market/outcome details, then use binance-agentic-wallet prediction quote and order commands.
Installs
214
GitHub Stars
910
First Seen
13 days ago
binance-sports-ai-analyzer — binance/binance-skills-hub