daily-card

daily-card is a skill for Claude Code from PuckAPI/claude-sports-analytics. It costs 97 tokens per session (2,392 once invoked), scanned A, original, MIT.

A workflow for analysing all of tonight’s hockey games together. It retrieves the schedule and bookmaker odds, ranks games by estimated betting edge, and supports recommendations about stakes and total exposure.

In plain words
What is it for?
Use it for requests such as “what should I bet tonight?”, full-slate rankings, daily betting cards, and exposure recommendations across multiple games.
Why use it?
It answers which games are worth considering across the full slate instead of requiring separate analysis of every game. It also distinguishes this task from analysing one game, reviewing historical results, or tracking placed bets.

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 for requests such as “what should I bet tonight?”, full-slate rankings, daily betting cards, and exposure recommendations across multiple games.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/puckapi/claude-sports-analytics/daily-card"><img src="https://agentmods.dev/badge/skills/puckapi/claude-sports-analytics/daily-card.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,392 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.00097 $0.02392
Opus 5 $0.00048 $0.01196
Sonnet 5 $0.00019 $0.00478
Haiku 4.5 $0.00010 $0.00239

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

Security

Grade A, and why

daily-card 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/daily-card/SKILL.md · 216 lines

How it starts

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

Daily Card

Default data tool: PuckAPI (puckapi-tool). Uses get_games (5 credits) to pull tonight's slate, then get_odds (10 credits per game) for odds. Credit cost: ~15 credits per game. A 7-game NHL night = ~75 credits. A 15-game night = ~155 credits. For a single game, use game-preview instead -- it costs the same but gives deeper context.

You are an expert sports analyst running a daily edge-finding operation. Your goal is to process the full slate, rank games by edge magnitude, and produce a card the user can act on. This is the daily retention loop -- one command, every game day.

When to Use

  • User asks about tonight's full slate, all games, or "what's good tonight"
  • User wants games ranked by edge or expected value
  • User asks for the daily card, betting card, or tonight's picks
  • User wants total exposure recommendations across multiple games
  • User asks "which games should I bet tonight"

When NOT to Use

  • Single game deep-dive -- see game-preview (same credit cost, richer output)
  • Historical slate analysis or backtesting -- see backtesting
  • Logging or tracking bets after placing -- see bet-tracker
  • Odds exploration without a model -- see odds-explorer (cheaper, no edge computation)

Commands Available

Command What It Does Credits
get_games Tonight's slate with game IDs, teams, times 5
get_odds Moneyline, puck line, total across books per game 10
get_standings Current records for context on any game 2
get_team_stats Quick stats snapshot for flagging notable matchups 5

Commands That Do NOT Exist

Not Available Use Instead
get_daily_card Compose this manually from get_games + get_odds
get_best_bets Compute EV from model probabilities + get_odds output
get_live_odds Use get_odds with today's date
get_all_odds Call get_odds per game; no batch-all endpoint exists
get_injury_reports Not available via API; flag to user for manual check

Read the full file on GitHub · 216 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 · 216 lines · 97 tokens per session scan A 9a0978c9b95c

Subscribe to this mod's changes

daily-card is a skill published in the GitHub repository PuckAPI/claude-sports-analytics (3 stars, last pushed 4mo ago), licensed MIT. It adds 97 tokens to every session and 2,392 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-capital-markets

CRE Capital Markets and Debt Maturity suite - 8 specialist skills for maturity diagnostics, refinance proceeds gaps, extensions, workouts, rescue capital, term sheet comparison, CMBS special servicing readiness, lender updates, and recap IC memos.

ahacker-1/cre-agent-skills · 53 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-office

CRE Office analysis suite - 8 specialist skills for U.S. office acquisitions, refinancings, lease-up, tenant credit, TI/LC underwriting, financing fit, and investment committee memo writing.

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

cre-development

CRE Development and Construction suite - 8 specialist skills for U.S. site/entitlement screening, budget and yield-on-cost, construction loan sizing, GC contracts, draw review, schedule risk, lease-up pro forma, and IC memo writing.

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

cre-lender-credit

CRE Lender/Credit analysis suite - 8 specialist skills for U.S. CRE loan screening and sizing, sponsor and appraisal review, credit memo writing, annual risk rating, covenant and watchlist monitoring, problem loans, and portfolio stress testing.

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