worldcup-predictor

Installation
SKILL.md

世界杯预测机 / World Cup Predictor

Use this skill to run deterministic World Cup predictions from an offline audited snapshot. Users may call it 世界杯预测机 in Chinese prompts; the internal skill name remains worldcup-predictor. The bundled core/ is a portable snapshot of prediction-core v0.2.0; do not recreate probability formulas in prose or with an LLM.

Workflow

  1. Obtain a structured audited snapshot. Do not scrape or invent missing official facts.
  2. Read references/data-schema.md and validate source versions, one complete strength version, and completed match fields.
  3. If official provenance is relevant, read references/official-data-sources.md; use its source index only to audit snapshot lineage, not as live prediction input.
  4. Run the relevant CLI from the skill directory:
node scripts/predict-match.mjs --data <snapshot> --home FRA --away BRA
node scripts/simulate-tournament.mjs --data <snapshot> --simulations 10000 --seed 2026
node scripts/generate-lottery-slip.mjs --issue <issue> --strategy balanced --budget 288
  1. Explain only the returned probabilities and audit metadata. State uncertainty and fallback status.
  2. Keep 90minResult and advanceResult separate in every report.
Installs
138
GitHub Stars
18
First Seen
Jun 10, 2026
worldcup-predictor — qqyule/worldcup-predictor-skill