← 返回
未分类 中文

AC Milan Match Monitor

Check if AC Milan played yesterday and send the result. Uses ESPN public API — no token, no region restrictions. Works with curl directly. Silent if no match...
检查AC米兰昨天是否比赛并返回结果。使用ESPN公开API,无需令牌或地区限制,可直接用curl调用。若无比赛则不返回信息。
paoloxiamn paoloxiamn 来源
未分类 clawhub v1.2.1 1 版本 100000 Key: 无需
★ 1
Stars
📥 317
下载
💾 0
安装
1
版本
#latest

概述

AC Milan Match Monitor

Check yesterday's AC Milan match result using ESPN's public API.

Why ESPN API?

  • ✅ No API key required
  • ✅ No region restrictions (works anywhere)
  • ✅ Direct curl, no browser needed
  • ❌ Don't use web_search (region-blocked)
  • ❌ Don't use acmilan.com (React SPA, curl gets empty shell)
  • ❌ Don't use sofascore API (returns 403)

Setup

Place scripts/check_match.py in your skill folder. No dependencies beyond Python 3 stdlib.

Usage

Run the script via nodes.run or locally:

python3 scripts/check_match.py

Output (if match yesterday):

⚽ AC Milan ✅ Win
Score: AC Milan 3 - 2 Torino
Competition: Serie A

Output (if no match): silent, no output.

Cron Integration

{
  "payload": {
    "kind": "agentTurn",
    "message": "Run the AC Milan match check script via nodes.run:\n[\"/usr/bin/python3\", \"/path/to/skills/acmilan-match-monitor/scripts/check_match.py\"]\n\nIf output exists, forward it to the user.\nIf no output, end silently.",
    "model": "dashscope/qwen-plus",
    "timeoutSeconds": 60
  },
  "schedule": { "kind": "cron", "expr": "30 8 * * *", "tz": "Asia/Shanghai" }
}

Key Info

  • AC Milan ESPN ID: 103
  • League code: ita.1 (Serie A)
  • API endpoint: https://site.api.espn.com/apis/site/v2/sports/soccer/ita.1/teams/103/schedule?limit=5

版本历史

共 1 个版本

  • v1.2.1 当前
    2026-05-07 10:14 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 208 📥 68,468
data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 296 📥 140,231
ai-agent

LX Agent Optimizer

paoloxiamn
一款经实战检验的代理自我改进系统,由非程序员在数周的OpenClaw真实使用中打造。无废话,无理论——每条规则均是从实际使用中提炼出来的。
★ 2 📥 533