โ† All skills
Tencent SkillHub ยท Developer Tools

Sports Ticker

Live sports alerts for Soccer, NFL, NBA, NHL, MLB, F1 and more. Real-time scoring with FREE ESPN API. Track any team from any major league worldwide.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Live sports alerts for Soccer, NFL, NBA, NHL, MLB, F1 and more. Real-time scoring with FREE ESPN API. Track any team from any major league worldwide.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, README.md, SKILL.md, config.example.json, package.json, scripts/auto_setup_crons.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
3.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Sports Ticker

Track your favorite teams across multiple sports with FREE live alerts! Supports: โšฝ Soccer โ€ข ๐Ÿˆ NFL โ€ข ๐Ÿ€ NBA โ€ข ๐Ÿ’ NHL โ€ข โšพ MLB โ€ข ๐ŸŽ F1

First Run (Onboarding)

When no config.json exists, running the setup script launches an interactive wizard: python3 scripts/setup.py The wizard asks: ๐Ÿ“บ Which sports? โ€” Pick from Soccer, NFL, NBA, NHL, MLB, F1 ๐Ÿ† Which teams? โ€” Choose from popular teams or search for any team ๐Ÿ”” Alert style? โ€” Live scores, final only, or daily digest โฐ Game-day reminders? โ€” Get a heads-up 30 mins before kick-off ๐ŸŒ™ Quiet hours? โ€” Pause alerts while you sleep After setup, your config.json is ready and you can start tracking! Re-run setup anytime: python3 scripts/setup.py --force # Overwrites existing config

Quick Start

# First time? Just run setup! python3 scripts/setup.py # Interactive wizard # Find team IDs (any sport) python3 scripts/setup.py find "Lakers" basketball python3 scripts/setup.py find "Chiefs" football python3 scripts/setup.py find "Barcelona" soccer # Test python3 scripts/ticker.py

Config Example

{ "teams": [ { "name": "Barcelona", "emoji": "๐Ÿ”ต๐Ÿ”ด", "sport": "soccer", "espn_id": "83", "espn_leagues": ["esp.1", "uefa.champions"] }, { "name": "Lakers", "emoji": "๐Ÿ€๐Ÿ’œ๐Ÿ’›", "sport": "basketball", "espn_id": "13", "espn_leagues": ["nba"] } ] }

Commands

# Ticker for all teams python3 scripts/ticker.py # Live monitor (for cron) python3 scripts/live_monitor.py # League scoreboard python3 scripts/ticker.py league nba basketball python3 scripts/ticker.py league nfl football python3 scripts/ticker.py league eng.1 soccer # ๐Ÿ“… Schedule - View upcoming fixtures (NEW in v3!) python3 scripts/schedule.py # All teams, next 14 days python3 scripts/schedule.py --days 30 # Look further ahead python3 scripts/schedule.py --team spurs # Specific team python3 scripts/schedule.py --compact # One-liner format python3 scripts/schedule.py --json # JSON output # ๐Ÿค– Auto Setup Crons - Generate match-day crons (NEW in v3!) python3 scripts/auto_setup_crons.py # All teams, next 7 days python3 scripts/auto_setup_crons.py --team spurs --days 14 python3 scripts/auto_setup_crons.py --json # Machine-readable python3 scripts/auto_setup_crons.py --commands # OpenClaw CLI commands # ESPN direct python3 scripts/espn.py leagues python3 scripts/espn.py scoreboard nba basketball python3 scripts/espn.py search "Chiefs" football

Alert Types

๐ŸŸ Game start (kick-off / tip-off) โšฝ๐Ÿˆ๐Ÿ€โšพ Scoring plays (goals, touchdowns, 3-pointers, home runs) ๐ŸŸฅ Red cards / Ejections โธ Halftime / Period breaks ๐Ÿ Final results (WIN/LOSS/DRAW)

ESPN API (Free!)

No key needed. Covers all major sports and 50+ leagues worldwide. Supported Sports: Soccer: Premier League, La Liga, Champions League, MLS, and 30+ more Football: NFL Basketball: NBA, WNBA, NCAA Hockey: NHL Baseball: MLB Racing: Formula 1

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Config1 Scripts
  • SKILL.md Primary doc
  • CHANGELOG.md Docs
  • README.md Docs
  • scripts/auto_setup_crons.py Scripts
  • config.example.json Config
  • package.json Config