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.
Why use this skill?
Track live scores for NFL, NBA, Soccer, and more with the OpenClaw sports-ticker. Get free, real-time game updates and alerts.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/robbyczgw-cla/sports-tickerWhat This Skill Does
The sports-ticker skill is a powerful, lightweight OpenClaw agent designed to keep you updated on your favorite sports teams in real-time. By leveraging the free and publicly accessible ESPN API, this skill eliminates the need for expensive subscriptions or API keys, providing live score alerts, game-day reminders, and comprehensive league schedules. It supports a massive range of sports, including Soccer, NFL, NBA, NHL, MLB, and F1. Whether you need an alert when a goal is scored, a notification 30 minutes before tip-off, or a summary of final scores, this skill automates your sports tracking so you never miss a moment of the action.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/robbyczgw-cla/sports-ticker
Once installed, initialize your configuration by running python3 scripts/setup.py. This triggers an interactive wizard that helps you select your teams, configure alert styles, set quiet hours, and define your preferred notification preferences. If you need to refresh your configuration later, you can force a re-run using python3 scripts/setup.py --force.
Use Cases
- Casual Fans: Set up quiet hours so that you receive only final scores rather than play-by-play updates during the work day.
- Die-Hard Enthusiasts: Track specific teams across multiple leagues, receiving real-time alerts for touchdowns, red cards, home runs, or 3-pointers as they happen.
- Data Junkies: Use the
scripts/schedule.py --jsonorscripts/auto_setup_crons.py --jsoncommands to feed game data into other OpenClaw workflows or external databases. - Proactive Planning: Utilize the scheduling features to see upcoming fixtures for the next 30 days, allowing you to plan your viewing schedule well in advance.
Example Prompts
- "Check the current live scores for my tracked NBA teams and tell me if the Lakers are playing tonight."
- "Show me the next five games for Barcelona and add a reminder 30 minutes before kickoff."
- "List all upcoming NFL games for the next 7 days in a compact format."
Tips & Limitations
- Proactive Management: Use
scripts/auto_setup_crons.pyto ensure your notifications are automated on your system even when you aren't actively monitoring your terminal. - Finding Teams: If you are unsure about a team's ID, use
scripts/setup.py find "Team Name" sportto quickly retrieve the correct identifier for your config. - Limitations: The skill is dependent on the uptime and availability of the ESPN API. While robust, ensure your system has reliable internet access to receive timely updates. Because the configuration is stored locally in
config.json, back up this file if you frequently migrate your OpenClaw agent settings.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-robbyczgw-cla-sports-ticker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution
Related Skills
smart-followups
Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep Dive, Related) when user types "/followups".
personas
Transform into 20 specialized AI personalities on demand. Switch mid-conversation and load only the active persona.
agent-protocol
Agent-to-agent communication protocol. Enables skills to communicate via events, build workflow chains, and orchestrate without human intervention.
personal-analytics
Analyze conversation patterns, track productivity, and surface self-knowledge insights. Use when user wants to understand their own patterns (when they chat, what topics they discuss, productivity trends, sentiment over time). Provides weekly/monthly reports, topic recommendations, and time-based insights. Privacy-first design with all analysis local.
agent-chronicle
AI-powered diary generation for agents - creates rich, reflective journal entries (400-600 words) with Quote Hall of Fame, Curiosity Backlog, Decision Archaeology, and Relationship Evolution. Generates personal, emotional entries from the agent's perspective. Works best with Claude models (Haiku, Sonnet, Opus).