binance-sports-ai-analyzer

Fetches World Cup AI match predictions, recomputes probabilities, and hands off to prediction-market trading.

1.0k|213|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/binance/binance-skills-hub --skill binance-sports-ai-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: binance-sports-ai-analyzer
Source: https://github.com/binance/binance-skills-hub/tree/main/skills/binance-web3/binance-sports-ai-analyzer
Command: npx skills add https://github.com/binance/binance-skills-hub --skill binance-sports-ai-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It gives AI agents structured access to Binance Web3 World Cup match predictions, letting users browse upcoming matches, review AI win probabilities and news insights, adjust correction signals, and optionally trade on the related prediction market without manually calling multiple APIs.

Core Features & Use Cases

  • Match Discovery and Resolution: List unfinished World Cup matches with teams and kickoff times, then resolve slugs to canonical match IDs.
  • AI Prediction Analysis: Fetch model probabilities, market-implied odds, news insight cards, and localized master analysis for a selected match.
  • What-If Recompute: Toggle or adjust correction signals (attack/defense deltas) and recompute final probabilities statelessly.
  • Trading Handoff: Retrieve prediction-market details and hand off to the binance-agentic-wallet skill for quote and order placement after explicit user confirmation.
  • Use Case: A user asks for the AI prediction on an upcoming World Cup match, tweaks the recent-form signal for the home team, reviews the recomputed probabilities, and then places a prediction-market order through the Agentic Wallet.

Quick Start

Ask the agent to show AI predictions for upcoming World Cup matches, then pick a matchup to view its probabilities and analysis.

Frequently Asked Questions about binance-sports-ai-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get AI predictions for World Cup matches?

Run the recent-match-options command to list upcoming matches with teams and kickoff times, pick one, then call prediction with its canonical match ID. The response includes model win/draw/loss probabilities, market odds, and active correction signals.

How do I recompute match win probabilities with custom signals?

Use the recompute-final command with the match cmid and edited signals copied from the prediction response. Each signal must keep its original signal_id and team_side; the recompute is stateless and does not persist changes.

Can I trade on a prediction market after viewing the AI analysis?

Yes, but only after explicit confirmation. The skill fetches market details via market-detail-by-slug, then hands off to the binance-agentic-wallet skill for a quote and order placement. The AI analysis is not investment advice.

What are the requirements to run this sports prediction skill?

You need Node.js 22 or higher; the CLI script is self-contained with zero npm dependencies and calls Binance Web3 public endpoints over HTTPS. No API credentials are required for the prediction endpoints.

Why does resolve-by-slug return an empty result for a match?

An empty data array means the match is not currently supported, already finished, or cancelled. Only SCHEDULED, LIVE, and POSTPONED matches are returned; try recent-unfinished to list valid slugs.