Nhl Data

🌐Community
by machina-sports · vlatest · Repository

Access comprehensive NHL game statistics, player performance data, and historical trends from machina-sports' reliable database.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add nhl-data npx -- -y @trustedskills/nhl-data
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "nhl-data": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/nhl-data"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to comprehensive NHL (National Hockey League) data from machina-sports’ database. It allows an AI agent to retrieve live scores, standings, team rosters, schedules, player statistics, news articles, and more. The skill leverages a command-line interface (CLI) for optimal performance and avoids potential import path issues.

When to use it

  • To quickly check today's NHL game scores.
  • When needing to view conference or division standings for a specific season.
  • To find the roster of a particular NHL team.
  • For accessing detailed game summaries, including box scores and scoring plays.
  • To retrieve recent NHL news and injury reports.

Key capabilities

  • get_scoreboard: Retrieves live/recent NHL scores.
  • get_standings: Provides standings by conference and division.
  • get_teams: Lists all NHL teams.
  • get_team_roster: Returns the full roster for a team.
  • get_game_summary: Delivers detailed box score and scoring plays.
  • Access to various other data points including schedules, leaders, news, play-by-play, injuries, transactions, futures, team stats, and player stats.

Example prompts

  • "What are today's NHL scores?"
  • "Show me the Eastern Conference standings."
  • "Who's on the Maple Leafs roster?"

Tips & gotchas

  • Season Year: The season year is automatically derived from the system prompt’s currentDate. Do not hardcode it.
  • Team IDs: If only a team name is provided, use the get_teams command to resolve the team ID before using team-specific commands.
  • CLI Preferred: Using the CLI (sports-skills nhl ...) is recommended over direct Python imports to avoid potential issues.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
machina-sports
Installs
52

🌐 Community

Passed automated security scans.