# Send Baidu Milan Winter Olympics 2026 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "baidu-milan-winter-olympics-2026",
    "name": "Baidu Milan Winter Olympics 2026",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/wuchubuzai2018/baidu-milan-winter-olympics-2026",
    "canonicalUrl": "https://clawhub.ai/wuchubuzai2018/baidu-milan-winter-olympics-2026",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/baidu-milan-winter-olympics-2026",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=baidu-milan-winter-olympics-2026",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/milan-china-medals.js",
      "scripts/milan-news.js",
      "scripts/milan-olympics.js",
      "scripts/milan-schedule.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/baidu-milan-winter-olympics-2026"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/baidu-milan-winter-olympics-2026",
    "downloadUrl": "https://openagent3.xyz/downloads/baidu-milan-winter-olympics-2026",
    "agentUrl": "https://openagent3.xyz/skills/baidu-milan-winter-olympics-2026/agent",
    "manifestUrl": "https://openagent3.xyz/skills/baidu-milan-winter-olympics-2026/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/baidu-milan-winter-olympics-2026/agent.md"
  }
}
```
## Documentation

### 技能概述

此技能用于获取2026年米兰冬奥会的以下数据：

### 1. 奖牌榜数据

各国/地区奖牌排名
金牌、银牌、铜牌数量
奖牌总数统计
国旗图片链接
详情页面链接

### 2. 现场新闻报道

最新赛事新闻
精彩瞬间
赛后采访
视频资讯
赛事集锦

### 3. 赛程数据

全部赛程安排
中国相关赛程
金牌赛赛程
热门赛程
比赛时间、状态、项目信息

### 4. 中国队获奖名单数据

中国队所有获奖运动员名单
奖牌类型（金牌/银牌/铜牌）
运动员姓名
比赛项目（大项和小项）
获奖时间
视频集锦链接
奖牌统计信息

数据来源：百度体育 (tiyu.baidu.com)

### 获取奖牌榜TOP30

当用户需要查看奖牌榜前30名时：

node scripts/milan-olympics.js top

### 获取奖牌榜TOP N

获取指定数量的排名：

node scripts/milan-olympics.js top 10

### 获取完整奖牌榜

node scripts/milan-olympics.js all

### 奖牌榜返回数据字段说明

字段类型说明ranknumber排名countrystring国家/地区名称（中文）countryEnstring国家/地区名称（英文）goldnumber金牌数silvernumber银牌数bronzenumber铜牌数totalnumber奖牌总数flagUrlstring国旗图片URLdetailUrlstring详情页面URL

### 获取最新新闻列表

当用户需要查看冬奥会现场新闻时：

node scripts/milan-news.js list

### 获取指定数量的新闻

获取20条最新新闻：

node scripts/milan-news.js list 20

### 按类型筛选新闻

获取"赛事集锦"类型的新闻：

node scripts/milan-news.js list 10 赛事集锦

### 获取可用的内容类型

node scripts/milan-news.js types

可用类型包括：

全部
热门内容
赛事集锦
精彩瞬间
选手集锦
赛后采访
赛前采访
项目介绍
专栏节目
其他

### 新闻数据字段说明

字段类型说明idstring新闻唯一标识titlestring新闻标题typestring内容类型：article（文章）、video（视频）、post（动态）subTypestring内容子类型sourcestring新闻来源urlstring详情页面URLimagesarray图片URL数组videoDurationstring视频时长（仅视频类型）videoUrlstring视频播放链接（仅视频类型）matchIdarray关联的赛事ID

### 获取全部获奖名单

当用户需要查看中国队所有获奖运动员时：

node scripts/milan-china-medals.js list

### 按奖牌类型筛选

获取中国队的金牌获奖名单：

node scripts/milan-china-medals.js list gold

获取中国队的银牌获奖名单：

node scripts/milan-china-medals.js list silver

获取中国队的铜牌获奖名单：

node scripts/milan-china-medals.js list bronze

### 获取奖牌统计

获取中国队奖牌统计信息（按项目和类型统计）：

node scripts/milan-china-medals.js stats

### 中国队获奖名单数据字段说明

代表团信息（delegationInfo）：

字段类型说明countrystring国家名称（中文）countryEnstring国家名称（英文）rankstring当前排名goldstring金牌数silverstring银牌数bronzestring铜牌数delegationIdstring代表团ID

获奖记录（medals）：

字段类型说明playerNamestring运动员姓名medalstring奖牌名称（如"第1银"）medalTypestring奖牌类型：gold/silver/bronzemedalRanknumber奖牌序号bigMatchstring大项（如"自由式滑雪"）smallMatchstring小项（如"自由式滑雪女子坡面障碍技巧"）datestring日期（如"02月09日"）timestring时间（如"21:00"）medalTimestring时间戳ranknumber比赛排名detailUrlstring详情页面URLlocstring本地链接videoInfoobject视频信息（含播放链接）playIconArrarray播放图标数组countrystring国家olympicEventIdstring赛事ID

### 获取全部赛程

node scripts/milan-schedule.js all

### 获取特定日期的赛程

node scripts/milan-schedule.js all 2026-02-08

### 获取中国相关赛程

node scripts/milan-schedule.js china

获取特定日期的中国赛程：

node scripts/milan-schedule.js china 2026-02-08

### 获取金牌赛赛程

node scripts/milan-schedule.js gold

获取特定日期的金牌赛：

node scripts/milan-schedule.js gold 2026-02-08

### 获取热门赛程

node scripts/milan-schedule.js hot

### 获取今天的赛程（综合TAB）

自动获取今天日期的全部赛程，无需手动指定日期：

node scripts/milan-schedule.js today

### 获取明天的赛程（综合TAB）

自动获取明天日期的全部赛程，无需手动指定日期：

node scripts/milan-schedule.js tomorrow

### 获取可用的日期列表

node scripts/milan-schedule.js dates

### 赛程数据字段说明

字段类型说明matchIdstring比赛唯一标识matchNamestring比赛名称sportNamestring项目大类名称eventNamestring具体小项名称startTimestring开始时间（HH:mm）startDatestring开始日期（YYYY-MM-DD）startDateTimestring完整开始时间statusstring比赛状态（未开赛、进行中、已结束等）statusIdstring状态IDdescstring比赛描述/备注isChinaboolean是否中国相关赛程isGoldboolean是否金牌赛isHotboolean是否热门赛程isMedalboolean是否奖牌赛hasLiveboolean是否有直播participantstring参赛类型（单人/团体）detailUrlstring详情页面URLiconArrarray图标标签数组

### 获取运动项目列表

查看所有可用的运动项目及其ID：

node scripts/milan-schedule.js sports

返回数据结构：

hot: 热门项目列表（包含热度值）
other: 其他项目列表

常见运动项目ID对照：

项目名称ID短道速滑302花样滑冰217速度滑冰103单板滑雪222自由式滑雪221冰壶212冰球113高山滑雪115雪车213雪橇214钢架雪车307跳台滑雪215越野滑雪220滑雪登山615北欧两项216冬季两项218

### 获取指定运动项目的赛程

查询特定运动项目的赛程安排：

# 获取短道速滑所有赛程
node scripts/milan-schedule.js sport 302

# 获取特定日期的短道速滑赛程
node scripts/milan-schedule.js sport 302 2026-02-10

### 获取中国指定运动项目的赛程

查询中国队在特定运动项目的赛程：

# 获取中国短道速滑赛程
node scripts/milan-schedule.js china-sport 302

# 获取特定日期中国短道速滑赛程
node scripts/milan-schedule.js china-sport 302 2026-02-10

### 作者介绍

爱海贼的无处不在
我的微信公众号：无处不在的技术

### 注意事项

数据从百度体育网页实时抓取，可能存在短暂延迟
奖牌榜数据会随着比赛进行不断更新
排名规则遵循国际奥委会标准（先按金牌数，再按银牌数，再按铜牌数）
新闻内容实时更新，包含文字报道、图片和视频
赛程数据包含比赛时间、项目、状态等信息
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wuchubuzai2018
- Version: 0.0.2
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/baidu-milan-winter-olympics-2026)
- [Send to Agent page](https://openagent3.xyz/skills/baidu-milan-winter-olympics-2026/agent)
- [JSON manifest](https://openagent3.xyz/skills/baidu-milan-winter-olympics-2026/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/baidu-milan-winter-olympics-2026/agent.md)
- [Download page](https://openagent3.xyz/downloads/baidu-milan-winter-olympics-2026)