← Live scorecard
Agent skill

Add a live AGI tracker to your agent — one command

Last updated: July 11, 2026 · Updated as verdicts change
By the AGI Scorecard team · methodology & independence
Yes — one command adds a live AGI-progress checker to your agent. The agi-scorecard skill teaches Claude Code (or any SKILL.md-compatible agent) to fetch this site’s graded Situational Awareness verdicts from /data.json, answer AGI-timeline questions from live data, and alert you when a verdict flips. No API key — the dataset is a static CC BY 4.0 file on a CDN.

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 sayThe 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

How do I add the AGI Scorecard to Claude Code?

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.

Does the skill need an API key?

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.

How do verdict-change alerts work?

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.

Which agents does it work with?

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 →