{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sports-ticker",
    "name": "Sports Ticker",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/robbyczgw-cla/sports-ticker",
    "canonicalUrl": "https://clawhub.ai/robbyczgw-cla/sports-ticker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/sports-ticker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sports-ticker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "config.example.json",
      "package.json",
      "scripts/auto_setup_crons.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/sports-ticker"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/sports-ticker",
    "agentPageUrl": "https://openagent3.xyz/skills/sports-ticker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sports-ticker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sports-ticker/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Sports Ticker",
        "body": "Track your favorite teams across multiple sports with FREE live alerts!\n\nSupports: ⚽ Soccer • 🏈 NFL • 🏀 NBA • 🏒 NHL • ⚾ MLB • 🏎 F1"
      },
      {
        "title": "First Run (Onboarding)",
        "body": "When no config.json exists, running the setup script launches an interactive wizard:\n\npython3 scripts/setup.py\n\nThe wizard asks:\n\n📺 Which sports? — Pick from Soccer, NFL, NBA, NHL, MLB, F1\n🏆 Which teams? — Choose from popular teams or search for any team\n🔔 Alert style? — Live scores, final only, or daily digest\n⏰ Game-day reminders? — Get a heads-up 30 mins before kick-off\n🌙 Quiet hours? — Pause alerts while you sleep\n\nAfter setup, your config.json is ready and you can start tracking!\n\nRe-run setup anytime:\n\npython3 scripts/setup.py --force  # Overwrites existing config"
      },
      {
        "title": "Quick Start",
        "body": "# First time? Just run setup!\npython3 scripts/setup.py  # Interactive wizard\n\n# Find team IDs (any sport)\npython3 scripts/setup.py find \"Lakers\" basketball\npython3 scripts/setup.py find \"Chiefs\" football\npython3 scripts/setup.py find \"Barcelona\" soccer\n\n# Test\npython3 scripts/ticker.py"
      },
      {
        "title": "Config Example",
        "body": "{\n  \"teams\": [\n    {\n      \"name\": \"Barcelona\",\n      \"emoji\": \"🔵🔴\",\n      \"sport\": \"soccer\",\n      \"espn_id\": \"83\",\n      \"espn_leagues\": [\"esp.1\", \"uefa.champions\"]\n    },\n    {\n      \"name\": \"Lakers\",\n      \"emoji\": \"🏀💜💛\",\n      \"sport\": \"basketball\",\n      \"espn_id\": \"13\",\n      \"espn_leagues\": [\"nba\"]\n    }\n  ]\n}"
      },
      {
        "title": "Commands",
        "body": "# Ticker for all teams\npython3 scripts/ticker.py\n\n# Live monitor (for cron)\npython3 scripts/live_monitor.py\n\n# League scoreboard\npython3 scripts/ticker.py league nba basketball\npython3 scripts/ticker.py league nfl football\npython3 scripts/ticker.py league eng.1 soccer\n\n# 📅 Schedule - View upcoming fixtures (NEW in v3!)\npython3 scripts/schedule.py                    # All teams, next 14 days\npython3 scripts/schedule.py --days 30          # Look further ahead\npython3 scripts/schedule.py --team spurs       # Specific team\npython3 scripts/schedule.py --compact          # One-liner format\npython3 scripts/schedule.py --json             # JSON output\n\n# 🤖 Auto Setup Crons - Generate match-day crons (NEW in v3!)\npython3 scripts/auto_setup_crons.py            # All teams, next 7 days\npython3 scripts/auto_setup_crons.py --team spurs --days 14\npython3 scripts/auto_setup_crons.py --json     # Machine-readable\npython3 scripts/auto_setup_crons.py --commands # OpenClaw CLI commands\n\n# ESPN direct\npython3 scripts/espn.py leagues\npython3 scripts/espn.py scoreboard nba basketball\npython3 scripts/espn.py search \"Chiefs\" football"
      },
      {
        "title": "Alert Types",
        "body": "🏟 Game start (kick-off / tip-off)\n⚽🏈🏀⚾ Scoring plays (goals, touchdowns, 3-pointers, home runs)\n🟥 Red cards / Ejections\n⏸ Halftime / Period breaks\n🏁 Final results (WIN/LOSS/DRAW)"
      },
      {
        "title": "ESPN API (Free!)",
        "body": "No key needed. Covers all major sports and 50+ leagues worldwide.\n\nSupported Sports:\n\nSoccer: Premier League, La Liga, Champions League, MLS, and 30+ more\nFootball: NFL\nBasketball: NBA, WNBA, NCAA\nHockey: NHL\nBaseball: MLB\nRacing: Formula 1"
      }
    ],
    "body": "Sports Ticker\n\nTrack your favorite teams across multiple sports with FREE live alerts!\n\nSupports: ⚽ Soccer • 🏈 NFL • 🏀 NBA • 🏒 NHL • ⚾ MLB • 🏎 F1\n\nFirst Run (Onboarding)\n\nWhen no config.json exists, running the setup script launches an interactive wizard:\n\npython3 scripts/setup.py\n\n\nThe wizard asks:\n\n📺 Which sports? — Pick from Soccer, NFL, NBA, NHL, MLB, F1\n🏆 Which teams? — Choose from popular teams or search for any team\n🔔 Alert style? — Live scores, final only, or daily digest\n⏰ Game-day reminders? — Get a heads-up 30 mins before kick-off\n🌙 Quiet hours? — Pause alerts while you sleep\n\nAfter setup, your config.json is ready and you can start tracking!\n\nRe-run setup anytime:\n\npython3 scripts/setup.py --force  # Overwrites existing config\n\nQuick Start\n# First time? Just run setup!\npython3 scripts/setup.py  # Interactive wizard\n\n# Find team IDs (any sport)\npython3 scripts/setup.py find \"Lakers\" basketball\npython3 scripts/setup.py find \"Chiefs\" football\npython3 scripts/setup.py find \"Barcelona\" soccer\n\n# Test\npython3 scripts/ticker.py\n\nConfig Example\n{\n  \"teams\": [\n    {\n      \"name\": \"Barcelona\",\n      \"emoji\": \"🔵🔴\",\n      \"sport\": \"soccer\",\n      \"espn_id\": \"83\",\n      \"espn_leagues\": [\"esp.1\", \"uefa.champions\"]\n    },\n    {\n      \"name\": \"Lakers\",\n      \"emoji\": \"🏀💜💛\",\n      \"sport\": \"basketball\",\n      \"espn_id\": \"13\",\n      \"espn_leagues\": [\"nba\"]\n    }\n  ]\n}\n\nCommands\n# Ticker for all teams\npython3 scripts/ticker.py\n\n# Live monitor (for cron)\npython3 scripts/live_monitor.py\n\n# League scoreboard\npython3 scripts/ticker.py league nba basketball\npython3 scripts/ticker.py league nfl football\npython3 scripts/ticker.py league eng.1 soccer\n\n# 📅 Schedule - View upcoming fixtures (NEW in v3!)\npython3 scripts/schedule.py                    # All teams, next 14 days\npython3 scripts/schedule.py --days 30          # Look further ahead\npython3 scripts/schedule.py --team spurs       # Specific team\npython3 scripts/schedule.py --compact          # One-liner format\npython3 scripts/schedule.py --json             # JSON output\n\n# 🤖 Auto Setup Crons - Generate match-day crons (NEW in v3!)\npython3 scripts/auto_setup_crons.py            # All teams, next 7 days\npython3 scripts/auto_setup_crons.py --team spurs --days 14\npython3 scripts/auto_setup_crons.py --json     # Machine-readable\npython3 scripts/auto_setup_crons.py --commands # OpenClaw CLI commands\n\n# ESPN direct\npython3 scripts/espn.py leagues\npython3 scripts/espn.py scoreboard nba basketball\npython3 scripts/espn.py search \"Chiefs\" football\n\nAlert Types\n🏟 Game start (kick-off / tip-off)\n⚽🏈🏀⚾ Scoring plays (goals, touchdowns, 3-pointers, home runs)\n🟥 Red cards / Ejections\n⏸ Halftime / Period breaks\n🏁 Final results (WIN/LOSS/DRAW)\nESPN API (Free!)\n\nNo key needed. Covers all major sports and 50+ leagues worldwide.\n\nSupported Sports:\n\nSoccer: Premier League, La Liga, Champions League, MLS, and 30+ more\nFootball: NFL\nBasketball: NBA, WNBA, NCAA\nHockey: NHL\nBaseball: MLB\nRacing: Formula 1"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/robbyczgw-cla/sports-ticker",
    "publisherUrl": "https://clawhub.ai/robbyczgw-cla/sports-ticker",
    "owner": "robbyczgw-cla",
    "version": "3.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sports-ticker",
    "downloadUrl": "https://openagent3.xyz/downloads/sports-ticker",
    "agentUrl": "https://openagent3.xyz/skills/sports-ticker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sports-ticker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sports-ticker/agent.md"
  }
}