binance-sports-ai-analyzer
Use when users ask for World Cup or 世界杯 AI match predictions, WC assistant probabilities, World Cup news insights, master analysis, recomputing football match win rates with custom correction signals, or trading a related prediction market after reviewing the AI analysis.
npx skills add binance/binance-skills-hub --skill binance-sports-ai-analyzer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 confir
- Quick Workflow
- CLI
- Presentation Rules
- Recompute Rules
- Trading Handoff
- Error Handling
node <skill-dir>/scripts/cli.mjs <command> '<json_params>'
node <skill-dir>/scripts/cli.mjs recent-unfinished '{}'
node <skill-dir>/scripts/cli.mjs recent-match-options '{"limit":10}'
node <skill-dir>/scripts/cli.mjs resolve-by-slug '{"slug":"fifwc-bra-mar-2026-06-13"}'
node <skill-dir>/scripts/cli.mjs prediction '{"cmid":"123456"}'
node <skill-dir>/scripts/cli.mjs news-insights '{"cmid":"123456"}'
node <skill-dir>/scripts/cli.mjs master-analysis '{"cmid":"123456"}'
node <skill-dir>/scripts/cli.mjs market-detail-by-slug '{"slug":"fifwc-bra-mar-2026-06-13"}'What does the binance-sports-ai-analyzer skill do?
Use when users ask for World Cup or 世界杯 AI match predictions, WC assistant probabilities, World Cup news insights, master analysis, recomputing football match win rates with custom correction signals, or trading a related prediction market after reviewing the AI analysis.
How do I install it?
Run `npx skills add binance/binance-skills-hub --skill binance-sports-ai-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From binance/binance-skills-hub, a repository with 947 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
