Loading...
Loading...
World Cup match prediction and pre-match intel for football (soccer) fans: predict who will win and a likely scoreline, backed by structured, verifiable evidence -- player profiles, squad dossiers, current form, head-to-head records, and past-tournament history -- using AnyCap web search and crawl. Weighs FIFA ranking, recent form, head-to-head, and key players, plus any user-defined dimensions (home advantage, injuries, rest, weather, vibes), then makes a clearly-labeled for-fun call with a confidence level and a mandatory disclaimer. Built on the 'search less, not faster' strategy: narrow the search space first, retrieve only what matters, then verify against authoritative sources. Use when a fan wants a World Cup match prediction, predicted score, or who-will-win call; wants a player's profile, bio, form, or stats; wants a full World Cup squad or national-team lineup table; wants to size up two teams before a match; or wants head-to-head and past World Cup context. Trigger on: World Cup prediction, predict the score, who will win, match prediction, predicted scoreline, World Cup, World Cup squad, national team lineup, pre-match analysis, matchup, player form, footballer stats, player profile, head-to-head, or scout a team.
npx skill4agent add anycap-ai/anycap anycap-worldcup-predictRead this entire file before starting. It defines a reliable workflow for turning a player name (or a whole squad) into structured, verifiable World Cup pre-match intel using AnyCap, then optionally calling a winner and scoreline for fun.
anycap-clireferences/search.mdreferences/crawl.mdThis skill surfaces public information (profiles, form, historical stats) and can finish with an optional for-fun prediction (likely winner + a playful scoreline) derived from that data. It does not set betting odds, output win probabilities as if they were facts, or place wagers. Every prediction must ship with the disclaimer in predict.md. Treat everything as informational and form your own judgment.
anycapanycap statusanycap-clijqanycap search --prompt| Goal | Route | Reference |
|---|---|---|
| One player's basic info | Grounding structured JSON | lookup.md |
| Right player when name is shared | Add context / pre-scan with | lookup.md |
| High-accuracy, sourced profile | Cross-check vs Wikipedia | verify.md |
| A whole squad / roster | Loop grounding, aggregate to table | batch.md |
| Career + current World Cup stats | Grounding stats JSON (with caveats) | stats.md |
| Size up a matchup (Team A vs Team B) | Build both squads via batch, compare side by side | batch.md |
| Add past World Cup context | Format, group + knockout results, key players, team history, head-to-head | history.md |
| Call a winner + scoreline (for fun) | Weigh the gathered layers (plus any user-defined dimensions), then predict with a mandatory disclaimer | predict.md |
anycap search --prompt 'Give the basic profile of footballer Jude Bellingham as JSON with fields: full_name, date_of_birth, nationality, height, position, current_club, shirt_number, national_team. Only the JSON.' \
| jq -r '.data.content'{
"full_name": "Jude Victor William Bellingham",
"date_of_birth": "2003-06-29",
"nationality": "English",
"height": "1.86 m",
"position": "Midfielder",
"current_club": "Real Madrid",
"shirt_number": 5,
"national_team": "England"
}--query| Field | Type | Notes |
|---|---|---|
| string | Legal/full name |
| string | |
| string | Primary nationality |
| string | e.g. |
| string | e.g. |
| string | Club as of retrieval date |
| int/null | Club or national-team number |
| string | National team |
nullcurrent_clubshirt_numberanycap crawl https://en.wikipedia.org/wiki/<Player>anycap crawlHuman Verificationtitle| Tool | Purpose |
|---|---|
| Structured profile / stats in one shot (5 cr) |
| Find/disambiguate the right player page (1 cr) |
| Authoritative verification source (1 cr) |
| Check auth before a batch run |