Install
openclaw skills install @pn1024/wc2026-prophetProvides 2026 FIFA World Cup match schedules, results, standings, brackets, ELO-based match and champion predictions, team info, and team fortunes.
openclaw skills install @pn1024/wc2026-prophetUser Intent
│
├─ Upcoming matches ("what games are next") ──→ getUpcomingMatches → match-card
│
├─ Match results ("yesterday's results") ──────→ getMatchResult → match-card
│
├─ Standings ("Group A table") ────────────────→ getStandings → standings-card
│
├─ Knockout bracket ("bracket") ───────────────→ getKnockoutBracket → knockout-card
│
├─ Predict match ("Brazil vs Argentina") ─────→ predictMatch → prediction-card
│
├─ Champion prediction ("who will win") ───────→ getChampionPrediction → champion-card
│
├─ Team info ("France squad") ─────────────────→ getTeamInfo → team-info-card
│
└─ Team fortune ("Argentina luck") ───────────→ getTeamFortune → fortune-card
Agent MUST NOT fabricate match results — results must come from getMatchResult data.
Agent MUST NOT fabricate ELO ratings — ELO data must come from getTeamInfo or predictMatch.
Predictions are for entertainment only — Agent must include a disclaimer when showing predictions.
| API | Purpose | Component | Prerequisite |
|---|---|---|---|
| getUpcomingMatches | Fetch upcoming matches | match-card | — |
| getMatchResult | Fetch completed match results | match-card | — |
| getStandings | Fetch group standings | standings-card | User specified a group or requested all |
| getKnockoutBracket | Fetch knockout bracket | knockout-card | — |
| predictMatch | Predict match outcome | prediction-card | User provided two teams |
| getChampionPrediction | Get champion prediction | champion-card | — |
| getTeamInfo | Get team details | team-info-card | User provided team name or code |
| getTeamFortune | Get team fortune | fortune-card | User provided team name or code |
getMatchResult data. Agent must not guess scores.getTeamInfo or predictMatch fields.