← All skills
Tencent SkillHub · Data Analysis

Baidu Milan Winter Olympics 2026

获取2026年米兰冬奥会数据技能,包括奖牌榜排名、现场新闻报道和赛程安排。从百度体育网页抓取实时的奖牌排行榜信息、最新新闻资讯和比赛赛程。当用户需要获取米兰冬奥会需求,需要查询冬奥会奖牌榜、了解各国奖牌数量、获取现场新闻、查看赛程安排时使用此技能。能够根据指定时间(今天、明天、yyyy-MM-dd日期格式)或指定运动项目获取赛程安排。A skill for retrieving 2026 Milan Winter Olympics data, including medal standings, live news reports, and competition schedules. Scrapes real-time medal rankings, latest news, and match schedules from Baidu Sports. Use this skill when users need to query Winter Olympics medal standings, check medal counts by country, get live news, or view competition schedules.

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

获取2026年米兰冬奥会数据技能,包括奖牌榜排名、现场新闻报道和赛程安排。从百度体育网页抓取实时的奖牌排行榜信息、最新新闻资讯和比赛赛程。当用户需要获取米兰冬奥会需求,需要查询冬奥会奖牌榜、了解各国奖牌数量、获取现场新闻、查看赛程安排时使用此技能。能够根据指定时间(今天、明天、yyyy-MM-dd日期格式)或指定运动项目获取赛程安排。A skill for retrieving 2026 Milan Winter Olympics data, including medal standings, live news reports, and competition schedules. Scrapes real-time medal rankings, latest news, and match schedules from Baidu Sports. Use this skill when users need to query Winter Olympics medal standings, check medal counts by country, get live news, or view competition schedules.

⬇ 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
SKILL.md, scripts/milan-china-medals.js, scripts/milan-news.js, scripts/milan-olympics.js, scripts/milan-schedule.js

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. 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. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.0.2

Documentation

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

技能概述

此技能用于获取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

作者介绍

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

注意事项

数据从百度体育网页实时抓取,可能存在短暂延迟 奖牌榜数据会随着比赛进行不断更新 排名规则遵循国际奥委会标准(先按金牌数,再按银牌数,再按铜牌数) 新闻内容实时更新,包含文字报道、图片和视频 赛程数据包含比赛时间、项目、状态等信息

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/milan-china-medals.js Scripts
  • scripts/milan-news.js Scripts
  • scripts/milan-olympics.js Scripts
  • scripts/milan-schedule.js Scripts