Add a live AGI tracker to your agent — one command
Install
| mkdir -p ~/.claude/skills/agi-scorecard && curl -fsSL -o ~/.claude/skills/agi-scorecard/SKILL.md https://agiscorecard.com/skill.md |
Copy the install command — it drops one markdown file into your Claude Code skills folder. Other agents: save /skill.md wherever your platform loads skills from.
What it does
| You say | The skill does |
|---|---|
| "/agi" or "how close is AGI?" | Fetches /data.json and answers from the live verdicts — never from stale training data |
| "Tell me when a verdict changes" | Diffs data.json between runs and reports flips — the highest-signal event this site produces |
| "Add it to my weekly digest" | One line per verdict change, silent when nothing moved |
Why a skill instead of scraping?
The scorecard already publishes machine-readable endpoints (documented here): the full dataset at /data.json with every graded prediction, its evidence, and its pre-registered flip condition. The skill is just the missing last step — a file that teaches your agent when to fetch it, how to diff it, and how to cite it. The headline prediction, AGI by 2027, resolves by January 1, 2028; watch mode means you hear about it the day the verdict moves.
License
The skill file and the dataset are both free: data is CC BY 4.0 — reuse anything with attribution and a link to agiscorecard.com.
Frequently asked questions
Run one command: mkdir -p ~/.claude/skills/agi-scorecard && curl -fsSL -o ~/.claude/skills/agi-scorecard/SKILL.md https://agiscorecard.com/skill.md — then ask your agent about AGI progress or type /agi.
No. It reads the site's static data.json file (CC BY 4.0) — no key, no auth, no rate-limit dance. Telegram/email delivery, if you want it, uses whatever your own agent platform provides.
The skill keeps the last copy of data.json locally and diffs the verdicts on each run. When a prediction flips (say Open → On track), it reports one line with the change; when nothing moved, it stays silent.
Any agent that loads SKILL.md-style skills — Claude Code natively, and OpenClaw or similar via their skills folder. Any tool that can fetch a URL can use the underlying /data.json directly.
The live scorecard updates as models ship and verdicts change.
View the live scorecard →Get the weekly AGI progress briefing
Verdict changes, lab milestones, and what they mean for the 2027 clock. Free — no hype, just signal.
Subscribe free →