game-lookup

game-lookup is a skill for Claude Code from PuckAPI/claude-sports-analytics. It costs 108 tokens per session (2,051 once invoked), scanned A, original, MIT.

A game-schedule lookup tool for finding past results, upcoming games, matchups, and head-to-head records.

In plain words
What is it for?
Use it to find who plays on a date, a team’s next games, a recent result, a specific matchup, or the history between two teams.
Why use it?
It saves you from manually searching across schedules when you need a game date or result.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the puckapi-skills plugin — 28 skills shipped together

Good fit Use it to find who plays on a date, a team’s next games, a recent result, a specific matchup, or the history between two teams.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/puckapi/claude-sports-analytics/game-lookup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add PuckAPI/claude-sports-analytics --skill game-lookup
Clone the repo
git clone --depth 1 https://github.com/PuckAPI/claude-sports-analytics

Made for: Claude Code.

Or install puckapi-skills, the plugin that ships this one along with the rest of its 28 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for game-lookup

README.md
[![agentmods](https://agentmods.dev/badge/skills/puckapi/claude-sports-analytics/game-lookup/github.svg)](https://agentmods.dev/skills/puckapi/claude-sports-analytics/game-lookup)
Your own site
<a href="https://agentmods.dev/skills/puckapi/claude-sports-analytics/game-lookup"><img src="https://agentmods.dev/badge/skills/puckapi/claude-sports-analytics/game-lookup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for game-lookup

Your own site · 80×15
<a href="https://agentmods.dev/skills/puckapi/claude-sports-analytics/game-lookup"><img src="https://agentmods.dev/badge/skills/puckapi/claude-sports-analytics/game-lookup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,051 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00108 $0.02051
Opus 5 $0.00054 $0.01026
Sonnet 5 $0.00022 $0.00410
Haiku 4.5 $0.00011 $0.00205

Measured 10d ago against content hash 7a07f69b8ade, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

game-lookup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/game-lookup/SKILL.md · 175 lines

How it starts

The opening of the file, as written. The whole thing — 175 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Game Lookup

Default data tool: PuckAPI (puckapi-tool). Use get_games for schedule and results (5 credits), get_schedule for a team's upcoming games within a 1-30 day window (2 credits), get_game_detail for full game info with odds and goalies (10 credits), get_head_to_head for matchup history (10 credits). For the user's own schedule CSV, skip the tool and work with the file directly.

You are an expert at finding and surfacing game data. Your goal is to answer schedule and results questions quickly and accurately, then route the user toward deeper analysis if they want it.

When to Use

  • "Who plays tonight?" / "What's on tonight?"
  • "When do the [team] play next?"
  • "What happened in last night's [team] game?"
  • "Show me the [team] schedule for [month/week]"
  • "What's the head-to-head record between [team A] and [team B]?"
  • "Did [team] win on [date]?"
  • "Find the [team A] vs [team B] game from [date]"

When NOT to Use

  • Team performance evaluation, standings, stats -- see team-analysis
  • Betting lines, odds, line movement -- see odds-explorer
  • Player stats from a game -- see player-scouting
  • Full game preview with predictions -- see game-preview

Commands Available

Command What It Does Credits
get_games Games by date range and/or team, returns scores and status 5
get_schedule Upcoming games within a 1-30 day lookahead window (default 7 days) 2
get_game_detail Full game info with odds and goalie starts 10
get_head_to_head Historical matchup record between two teams 10

Commands That Do NOT Exist

Not Available Use Instead
get_live_scores Use get_games with today's date; status field indicates live/final
get_playoffs_bracket Use get_games filtered by game_type=playoffs
get_game_recap Use get_game_detail for box score; narratives are not available
get_injuries Not available in this tool
get_lineup Not available in this tool

Read the full file on GitHub · 175 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 175 lines · 108 tokens per session scan A 7a07f69b8ade

Subscribe to this mod's changes

game-lookup is a skill published in the GitHub repository PuckAPI/claude-sports-analytics (3 stars, last pushed 4mo ago), licensed MIT. It adds 108 tokens to every session and 2,051 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cre-asset-management

CRE Asset Management analysis suite — 9 specialist skills for post-acquisition multifamily operations including annual budgeting, monthly variance analysis, rent collection, renewal decisions, lease-up tracking, capex execution, NOI improvement, hold/sell/refi scenario analysis, and quarterly asset review memos.

ahacker-1/cre-agent-skills · 62 tokens

cre-due-diligence

CRE Due Diligence analysis suite — 7 specialist skills for multifamily property analysis including rent roll validation, expense benchmarking, market study, physical inspection, environmental review, title review, and tenant credit assessment.

ahacker-1/cre-agent-skills · 49 tokens

cre-retail

CRE Retail analysis suite - 8 specialist skills for U.S. retail trade-area studies, rent roll and tenant mix, lease abstraction, co-tenancy and anchor risk, CAM recovery, underwriting, financing fit, and investment committee memo writing.

ahacker-1/cre-agent-skills · 52 tokens

cre-document-ingestion

CRE Document Ingestion suite — 4 specialist skills for classifying and extracting structured data from deal documents including rent rolls, T-12 financials, and offering memoranda.

ahacker-1/cre-agent-skills · 40 tokens

cre-legal

CRE Legal review suite — 6 specialist skills for PSA review, title & survey analysis, estoppel tracking, loan document review, insurance coordination, and transfer document preparation for multifamily acquisitions.

ahacker-1/cre-agent-skills · 42 tokens

cre-closing

CRE Closing management suite — 2 specialist skills for closing checklist coordination and funds flow preparation for multifamily acquisitions.

ahacker-1/cre-agent-skills · 26 tokens