Agent skill

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.

binancegithub.com/binanceGitHub ↗
claude-codeships scripts
Install
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.

Facts
Files in the skill folder: 3
SKILL.md size: 8 KB
Bundled scripts: yes
Version: 0.1
Declared author: binance-web3-team
Path: skills/binance-web3/binance-sports-ai-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 947
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 confir

What's inside
Steps it walks through
  1. Quick Workflow
  2. CLI
  3. Presentation Rules
  4. Recompute Rules
  5. Trading Handoff
  6. Error Handling
Ships with 2 files
  • references/api.md
  • scripts/cli.mjs
Commands it runs
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"}'
More from binance-skills-hub
All skills →
About this skill
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.

Keep going