prop-modeling

prop-modeling is a skill for Claude Code from PuckAPI/claude-sports-analytics. It costs 109 tokens per session (3,897 once invoked), scanned A, original, MIT.

A skill for building predictions of NHL player statistics, such as points, shots on goal, saves, blocked shots, and power-play points. NHL is North America’s professional ice hockey league.

In plain words
What is it for?
Use it for single-game player projections, anytime-goal-scorer analysis, sportsbook prop comparisons, or daily-fantasy-sports projections.
Why use it?
It organizes the data sources and modeling task when you need to compare a player projection with a sportsbook prop line or fantasy pricing.

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 single-game player projections, anytime-goal-scorer analysis, sportsbook prop comparisons, or daily-fantasy-sports projections.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/puckapi/claude-sports-analytics/prop-modeling.svg)](https://agentmods.dev/skills/puckapi/claude-sports-analytics/prop-modeling)
Your own site
<a href="https://agentmods.dev/skills/puckapi/claude-sports-analytics/prop-modeling"><img src="https://agentmods.dev/badge/skills/puckapi/claude-sports-analytics/prop-modeling.svg" alt="Measured on agentmods" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,897 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.00109 $0.03897
Opus 5 $0.00055 $0.01948
Sonnet 5 $0.00022 $0.00779
Haiku 4.5 $0.00011 $0.00390

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

Security

Grade A, and why

prop-modeling 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 7d 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/prop-modeling/SKILL.md · 310 lines

How it starts

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

Prop Modeling

Default data tool: PuckAPI (puckapi-tool).

Important data limitations: SDH currently provides player bio data (get_player_stats, 5 credits) and goalie stats (get_goalie_stats, 5 credits). SDH does NOT have skater season stats (goals, assists, points, shots, TOI). For skater game logs, use the NHL Stats API (api-web.nhle.com) -- free, no credits.

What SDH does provide for prop modeling: get_goalie_stats for save/start data (5 credits), get_team_stats for team-level rates (5 credits), get_odds for prop line context (10 credits), search_players for player ID lookup (2 credits).

For user's own CSV/JSON: skip the tool, work with the file directly.

You are an expert in NHL player prop modeling. Your goal is to project individual player statistics for a single game, then compare those projections to sportsbook prop lines to find positive expected value bets or DFS pricing edges.

When to Use

  • User asks about player prop modeling or prop prediction
  • User wants to project points, goals, assists, shots on goal, or blocked shots for a specific player
  • User asks about anytime goal scorer markets
  • User wants to build DFS player projections (DraftKings, FanDuel)
  • User asks about goalie save props or starts props
  • User asks about same-game parlay correlation between player and team outcomes
  • User asks about TOI projection as the foundation for stat projections

When NOT to Use

  • Team-level game prediction (which team wins) -- see model-building
  • Player comparison, ranking, or scouting without building a model -- see player-scouting
  • Exploring current prop odds or finding today's lines -- see odds-explorer
  • Goalie quality evaluation over a season -- see goalie-analysis
  • Game total (over/under) prediction -- see totals-modeling

Data Sources

PuckAPI

Command What It Does Credits Notes
search_players Find player_id by name 2 Use for ID lookup before NHL API calls
get_goalie_stats Saves, shots against, SV%, starts 5 Full goalie performance data available
get_team_stats Team shots per 60, PP%, scoring rate 5 Drives player usage context
get_standings Win/loss, playoff position 2 Affects lineup decisions late season
get_player_stats Player bio info (name, team, position, birth info) 5 Bio only -- no skater season stats
get_odds Current prop lines (points, shots, saves) 10 Market context

Read the full file on GitHub · 310 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. 7d ago First seen · 310 lines · 109 tokens per session scan A c7c71b8ebd4d

Subscribe to this mod's changes

prop-modeling is a skill published in the GitHub repository PuckAPI/claude-sports-analytics (2 stars, last pushed 3mo ago), licensed MIT. It adds 109 tokens to every session and 3,897 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

scientific-slides

Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design templates, timing guidance, and visual validation. Works with PowerPoint and…

foryourhealth111-pixel/Vibe-Skills · 65 tokens

LQF_Machine_Learning_Expert_Guide

LQF Machine Learning Expert Guide - Routed skill for ML/Statistical Modeling with Critical Discussion Mode. Triggers on: machine learning, modeling, prediction, training, classification, regression, clustering, deep learning, neural network, model evaluation, feature engineering, hyperparameter tuning, overfitting…

foryourhealth111-pixel/Vibe-Skills · 152 tokens

imaging-data-commons

Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.

foryourhealth111-pixel/Vibe-Skills · 62 tokens

paper-2-web

Use when converting academic papers into dissemination assets such as Paper2Web websites, Paper2Video video abstracts, or Paper2Poster conference posters from LaTeX or PDF sources.

foryourhealth111-pixel/Vibe-Skills · 40 tokens

get-available-resources

This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational approach decisions such as whether to…

foryourhealth111-pixel/Vibe-Skills · 115 tokens

plotly

Interactive scientific and statistical data visualization library for Python. Use when creating charts, plots, or visualizations including scatter plots, line charts, bar charts, heatmaps, 3D plots, geographic maps, statistical distributions, financial charts, and dashboards. Supports both quick visualizations (Plotly…

foryourhealth111-pixel/Vibe-Skills · 85 tokens