SS
Sports Scores
🔵 Stable🕐 updated 2026-07-18
🔷 SkillSpec L3
pm-live
Get live scores, schedules, and standings for major leagues with zero API keys — ESPN's public JSON endpoints via curl, covering NFL, NBA, MLB, NHL, and world football. Use when asked what's the score, did my team win, today's games, or league standings right now. Produces the scores with game state (live/final/scheduled), the asked-team answer first, and the rerunnable command — with the unofficial-API caveat stated.
What to give it
▸Team or league — resolve nicknames ("the Niners" → San Francisco 49ers, NFL); ambiguous city names ("New York") get asked
▸Which game — today's default; "did they win" on an off-day means the most recent game — say which game is being answered
▸Time zone — game times convert to the user's local
✅ The bar it holds itself to
Every skill in this library self-verifies — these are this skill's own quality checks, straight from its definition.
✓The asked team's result leads; the slate follows
✓Every score carries its game state, and live scores their fetch time
✓Nicknames/cities resolved to the right team, asked about when ambiguous
✓Game times converted to the user's zone
✓The unofficial-source line appears
⚠️ What it refuses to do
Do not answer scores from memory — every remembered score is an old score
Do not present a live score without its clock state and fetch time
Do not guess between same-name teams — resolve or ask
Do not improvise when the endpoint reshapes — report and hand over the command
Do not editorialize outcomes ("embarrassing loss") — the user's team just lost; read the room, give the facts
Install
npx pm-claude-skills add --agent claude # or codex · cursor · gemini · hermes
# or one-line MCP (every skill, any client):
claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
Related skills
🔌 Embed this skill
Drop this on your blog, docs, or site — it renders a "Run this skill" card:
<div data-pm-skill="sports-scores"></div>
<script src="https://mohitagw15856.github.io/pm-claude-skills/embed.js" async></script>
💬 Discussion
Sports Scores is one of 599 open-source professional AI agent skills — all SkillSpec L3.
Try them all in the browser · ⭐ Star on GitHub · Browse the full catalog