worldcup skillA
worldcup is agent-read markdown (skill) from starchild-ai-agent/official-skills: 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..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# ⚽ World Cup 2026 Skill
FIFA World Cup 2026 data + the points-based prediction game. **Script skill** —
call the functions in `core.skill_tools.worldcup` from bash and read the JSON.
Auth is automatic (container JWT); no API key needed.
## How to call
```bash
python3 -c "from core.skill_tools import worldcup; import json; print(json.dumps(worldcup.get_today_matches()))"
```
Every function returns a dict like `{"success": true, "data": ...}` (or
`{"success": false, "error": ...}` on failure).
## When to use
- **Matches** — today / upcoming / live / finished, or one specific match.
- **Predictions** — place, cancel, or review prediction history.
- **Stats** — point balance, betting limits, win rate, total staked.
- **Leaderboard** — top predictors by points or accuracy.
## Functions (`from core.skill_tools import worldcup`)
| Function | Returns |
|----------|---------|
| `get_today_matches()` | today's matches + your prediction status |
| `get_upcoming_matches(limit=10)` | next scheduled matches |
| `get_live_matches()` | matches in progress now |
| `get_finished_matches(limit=20)` | recent results |
| `get_match_detail(match_id)` | one match in full |
…Read the whole file at its exact version.
How to install
mdr add starchild-ai-agent/official-skills/worldcup@v1.0.0mdr add starchild-ai-agent/official-skills/worldcup@sha256:b571d50a9e2165b7Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_zd65xry5ml4p3stu)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (3711 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
starchild-ai-agent/official-skills · 28 stars · license none · pushed 2026-09-18 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_zd65xry5ml4p3stu GET https://markdownregistry.com/api/v1/resolve?ref=starchild-ai-agent/official-skills/worldcup GET https://markdownregistry.com/api/v1/blob/b571d50a9e2165b712a46d13b5ee53aa9b749cc24f2638920027c90fd052c1d1
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.