claude-sports-analytics

作者 PuckAPI已验证

28 free Claude Code skills for NHL analytics, betting models, and hockey research. Works with PuckAPI MCP server for live data.

2
Stars
1
Forks
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/PuckAPI/claude-sports-analytics

快速入门

使用 claude-sports-analytics 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

PuckAPI Skills

Turn Claude into a hockey analyst. 28 free skills covering NHL analytics,
betting methodology, and predictive modeling. No code to install.


License: MIT Skills MCP Tools

Quick Start · All Skills · How It Works · Data · Docs


You:    "Build me an expected goals model from shot data"
Claude: [loads xg-model-building skill → walks you through feature selection,
         spatial coordinates, shot type encoding, logistic regression baseline,
         gradient boosting upgrade, calibration, and evaluation]
You:    "What's the edge on tonight's Sabres game?"
Claude: [loads odds-explorer + edge-detection → pulls live odds from 15+ books,
         compares to your model's probabilities, calculates EV, sizes the bet]

Quick Start

1. Clone the skills:

git clone https://github.com/PuckAPI/claude-sports-analytics.git

2. Connect live NHL data (optional — 500 free credits):

claude mcp add puckapi \
  --transport streamable-http \
  "https://mcp.puckapi.com/mcp?key=YOUR_API_KEY"

Get your free key at puckapi.com. Skills also work with your own CSV/JSON files — no API key needed.

3. Ask Claude anything:

"Analyze the Maple Leafs' season — record, Corsi, xG, special teams"
"Help me build a game prediction model"
"Show me tonight's odds and flag any line movement"
"Compare McDavid and MacKinnon across every stat"
"Backtest my betting strategy over the last 3 seasons"

The dispatch skill routes your request to the right 2-3 skills automatically.


Skills

Data Exploration — 7 skills
SkillWhat It Does
game-lookupFind games by date, team, season. Scores, schedule, results.
team-analysisStandings, advanced stats, strength of schedule, power rankings.
player-scoutingPlayer search, comparison, NHLe translation, career trajectory.
goalie-analysisGSAA, xSV%, high-danger save rate, workload tracking.
odds-explorerMulti-book odds comparison, best price, line movement detection.
nl-to-queryTranslates natural language questions into structured data queries.
game-previewFull pre-game breakdown: matchup, goalies, trends, odds, prediction.
Hockey Analytics — 2 skills
SkillWhat It Does
hockey-analyticsCorsi, Fenwick, xG, PDO, RAPM, WAR — definitions, context, proper usage.
xg-model-buildingBuild an expected goals model from scratch. Feature engineering through calibration.
Modeling Methodology — 7 skills
SkillWhat It Does
feature-engineeringRolling windows, lag features, leakage detection, feature catalogs.
walk-forward-validationTemporal cross-validation. Refuses k-fold on time-series data.
model-buildingLR → RF → XGBoost ladder. Hard-vote ensemble. Knows when to stop.
elo-engineering5 Elo variants (standard, margin, venue, recency, surface) with tuning.
probability-calibrationPlatt scaling, isotonic regression, reliability diagrams, Brier decomposition.
odds-analysis4 devigging methods: power, multiplicative, Shin, worst-case.
data-pipelineGitHub Actions automation, SQLite schema design, credit budgeting.
Betting — 5 skills
SkillWhat It Does
edge-detectionExpected value, Kelly criterion sizing, closing line value tracking.
backtestingWalk-forward historical strategy simulation with realistic constraints.
daily-cardFull slate analysis with edge rankings. Requires your model's probabilities.
bet-trackerLog predictions, track P&L, CLV, and test for statistical significance.
visualizationCalibration plots, edge distributions, player cards, correlation matrices.
Advanced Models — 4 skills
SkillWhat It Does
totals-modelingOver/under prediction. Pace metrics, Poisson distribution, under bias.
prop-modelingPlayer prop projections. TOI-first architecture, same-game parlay correlation.
war-gar-decompositionRAPM ridge regression, component GAR, contract surplus valuation.
playoff-simulationMonte Carlo bracket simulation. Series pricing, path probabilities.
Workflow + Infrastructure — 3 skills
SkillWhat It Does
dispatchRoutes your request to the right skills automatically. Start here.
ai-hockey-workflow4 patterns for hypothesis testing: explore, model, validate, deploy.
puckapi-toolMCP tool router. 13 endpoints, credit tracking, BYOD data support.

How It Works

Skills are markdown files, not code. Each one teaches Claude a specific domain. When you mention a topic, Claude reads the relevant skill and gains that expertise for the conversation.

What each skill includes:

  • When to use / when NOT to use
  • Step-by-step methodology
  • Python/pandas code templates
  • Anti-patterns it actively prevents
  • Chaining to the next logical skill

What skills prevent:

  • k-fold on time-series data
  • Future data leakage in features
  • Overfitting to small samples
  • Wrong devigging methods
  • Misinterpreting advanced stats

Data

SourceCoverage
PuckAPI MCP22,000+ games · 107,000+ odds records · 3,000+ players · 16 seasons (2008-present)
Your own filesEvery skill accepts CSV/JSON. Bring your own data, no credits needed.

Reference Docs

DocContents
hockey-glossary.mdCorsi, Fenwick, xG, PDO, RAPM, WAR
betting-glossary.mdOdds formats, vig, devigging, Kelly, CLV
tool-routing.mdDecision tree for picking the right data source
season-logic.mdNHL season IDs, game ID format, lockout handling

Contributing

Found an issue with a skill? Have a methodology improvement? PRs welcome.

Skills are markdown files in skills/[name]/SKILL.md. Each skill has a consistent structure — follow the existing patterns.


常见问题

What is claude-sports-analytics?

claude-sports-analytics is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by PuckAPI. 28 free Claude Code skills for NHL analytics, betting models, and hockey research. Works with PuckAPI MCP server for live data. It has 2 GitHub stars.

Is claude-sports-analytics safe to use?

Yes. claude-sports-analytics passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install claude-sports-analytics?

Clone the repository with "git clone https://github.com/PuckAPI/claude-sports-analytics" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to claude-sports-analytics?

Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-sports-analytics against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

Scrapling

by D4Vinci

🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

75,9137,581Python
MCP 服务器
查看详情

TrendRadar

by sansan0

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。

61,65224,883Python
MCP 服务器
查看详情

context7

by upstash

Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors

61,0602,938TypeScript
MCP 服务器
查看详情

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

39,9393,219C
MCP 服务器
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情