Loading...
Loading...
FIFA World Cup 2026 — match schedules, live scores, results, and the prediction game (place/cancel bets with points, betting stats, leaderboard). Use whenever the user mentions the World Cup: today's / upcoming / live / finished matches, a specific match, placing or cancelling a prediction, staking points, their betting balance or win rate, or the predictor leaderboard.
npx skill4agent add starchild-ai-agent/official-skills worldcupcore.skill_tools.worldcuppython3 -c "from core.skill_tools import worldcup; import json; print(json.dumps(worldcup.get_today_matches()))"{"success": true, "data": ...}{"success": false, "error": ...}from core.skill_tools import worldcup| Function | Returns |
|---|---|
| today's matches + your prediction status |
| next scheduled matches |
| matches in progress now |
| recent results |
| one match in full |
| places a prediction |
| cancels an unsettled prediction, refunds stake |
| point balance, pending stakes, min/max stake |
| your prediction history |
| one prediction in full |
| your win rate, total staked, etc. |
| top predictors ( |
predict_typepredictionpredictionpredict_type| predict_type | prediction | meaning |
|---|---|---|
| | match result |
| | exact final score |
| | total goals bucket |
| | which team scores first (e.g. |
stakeget_betting_status()get_match_detail(match_id)get_today_matches()first_goalplace_bet(match_id, predict_type, prediction, stake)python3 -c "from core.skill_tools import worldcup; import json; print(json.dumps(worldcup.place_bet(42, 'win_draw_loss', {'choice':'home'}, 100)))"cancel_prediction