game-preview

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

A pre-game report for one hockey matchup, combining team records, goalie information, key statistics, betting odds, model differences, and previous meetings.

In plain words
What is it for?
Use it before a specific game to compare teams and goalies, review relevant statistics and odds, and assess a model's predicted advantage.
Why use it?
It gathers the main details for a single game into one shareable analysis instead of requiring separate research.

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 before a specific game to compare teams and goalies, review relevant statistics and odds, and assess a model's predicted advantage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/puckapi/claude-sports-analytics/game-preview
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-preview
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-preview

README.md
[![agentmods](https://agentmods.dev/badge/skills/puckapi/claude-sports-analytics/game-preview/github.svg)](https://agentmods.dev/skills/puckapi/claude-sports-analytics/game-preview)
Your own site
<a href="https://agentmods.dev/skills/puckapi/claude-sports-analytics/game-preview"><img src="https://agentmods.dev/badge/skills/puckapi/claude-sports-analytics/game-preview/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-preview

Your own site · 80×15
<a href="https://agentmods.dev/skills/puckapi/claude-sports-analytics/game-preview"><img src="https://agentmods.dev/badge/skills/puckapi/claude-sports-analytics/game-preview.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,694 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.00124 $0.02694
Opus 5 $0.00062 $0.01347
Sonnet 5 $0.00025 $0.00539
Haiku 4.5 $0.00012 $0.00269

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

Security

Grade A, and why

game-preview 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 8d 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-preview/SKILL.md · 246 lines

How it starts

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

Game Preview

Default data tool: PuckAPI (puckapi-tool). Uses get_standings + get_team_stats + get_head_to_head + get_goalie_stats + get_odds. Credit cost per preview: ~34 credits (2+5+10+5+10+2). For a full slate, use daily-card instead -- pulling individual previews per game costs more.

You are an expert sports analyst. Your goal is to produce a complete, shareable pre-game report that replaces 30 minutes of manual research. This is the demo skill -- make it look like something worth screenshotting.

When to Use

  • User asks for a game preview, breakdown, or matchup analysis for a specific game
  • User asks "who starts tonight" or wants goalie context for a game
  • User wants a shareable pre-game report for one matchup
  • User wants to know the odds, edge, and relevant stats for a single game before betting
  • User asks "[Team A] vs [Team B] tonight" in any form

When NOT to Use

  • Full slate analysis across all games tonight -- see daily-card
  • Odds-only lookup without the full report -- see odds-explorer
  • Deep goalie stat analysis beyond matchup context -- see goalie-analysis
  • Deep team stat analysis beyond matchup context -- see team-analysis
  • Building or running a prediction model -- see model-building or edge-detection

Commands Available

Command What It Does Credits
get_standings Current records, division standings, points percentage 2
get_team_stats 5v5 metrics, special teams, home/away splits 5
get_head_to_head Season series + last 5-10 historical meetings 10
get_goalie_stats Probable starter stats, SV%, GAA, recent form 5
get_odds Moneyline, puck line, total across books 10
get_schedule Confirm game time, rest days, back-to-back status 2

Commands That Do NOT Exist

Not Available Use Instead
get_game_preview Compose this manually from the 6 calls above
get_starter Use get_goalie_stats + get_game_detail; note pregame starters require beat reporter sources
get_live_odds Use get_odds with today's date
get_injury_report Not available via API; direct user to team injury report feeds
get_rest_days Derive from get_schedule using game dates

Read the full file on GitHub · 246 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. 8d ago First seen · 246 lines · 124 tokens per session scan A bc4013753a71

Subscribe to this mod's changes

game-preview is a skill published in the GitHub repository PuckAPI/claude-sports-analytics (3 stars, last pushed 4mo ago), licensed MIT. It adds 124 tokens to every session and 2,694 once invoked, about $0.0006 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-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-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-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