Baidu Milan Winter Olympics 2026

v0.0.2

获取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· 854·0 current·0 all-time
by无处不在@wuchubuzai2018

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for wuchubuzai2018/baidu-milan-winter-olympics-2026.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Baidu Milan Winter Olympics 2026" (wuchubuzai2018/baidu-milan-winter-olympics-2026) from ClawHub.
Skill page: https://clawhub.ai/wuchubuzai2018/baidu-milan-winter-olympics-2026
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install baidu-milan-winter-olympics-2026

ClawHub CLI

Package manager switcher

npx clawhub@latest install baidu-milan-winter-olympics-2026
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Baidu Milan Winter Olympics 2026) matches the included scripts and runtime instructions: the scripts request pages and APIs on tiyu.baidu.com to produce medal lists, news, China-specific medals, and schedules. The declared requirements (no env vars, no binaries) are consistent because the scripts are simple Node.js utilities that only need network access and Node to run.
Instruction Scope
SKILL.md instructs running the included node scripts with arguments to get different datasets; the scripts only perform HTTPS GET requests to Baidu Sports endpoints and parse responses. The instructions do not ask the agent to read local files, environment variables, or transmit data to third-party endpoints beyond tiyu.baidu.com. There is no scope creep in the instructions.
Install Mechanism
No install spec is provided (instruction-only), which keeps risk low. However, the package includes runnable JS scripts — users need Node installed to run them. Nothing in the manifest downloads third-party code at runtime or executes remote installers.
Credentials
The skill requires no environment variables, credentials, or config paths. The scripts do not read secrets or other environment variables; they only set HTTP headers (User-Agent pool, Referer/Origin pointing to tiyu.baidu.com) appropriate for scraping.
Persistence & Privilege
The skill does not request permanent presence (always: false) and does not modify other skills or system-wide configuration. It relies on explicit invocation (or normal autonomous invocation by the platform) and does not persist credentials or install background services.
Assessment
This skill appears to be what it claims: a set of Node.js scripts that scrape Baidu Sports for Olympics medal, news, and schedule data. Before installing or running it, consider: (1) Source and provenance — the package has no homepage and the author identity is not verified; review the included scripts yourself if you can. (2) Runtime environment — you need Node.js and network access; run in a sandbox if you are unsure. (3) Rate limits and TOS — frequent scraping may violate Baidu's terms or trigger IP blocking; avoid aggressive polling. (4) Privacy/copyright — news and video links are third-party content; respect copyright and do not redistribute protected media. (5) Safety check — although the code makes only HTTPS calls to tiyu.baidu.com and does not access local files or credentials, if you plan to modify it (or run it under elevated privileges), audit it first. If you want higher assurance, ask the author for a homepage/repo, or run the scripts in an isolated environment.

Like a lobster shell, security has layers — review code before you run it.

latestvk970xsn0j2eeg9a425eg8fp4b580w95m
854downloads
0stars
2versions
Updated 2mo ago
v0.0.2
MIT-0

2026年米兰冬奥会数据获取

技能概述

此技能用于获取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国旗图片URL
detailUrlstring详情页面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详情页面URL
imagesarray图片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/bronze
medalRanknumber奖牌序号
bigMatchstring大项(如"自由式滑雪")
smallMatchstring小项(如"自由式滑雪女子坡面障碍技巧")
datestring日期(如"02月09日")
timestring时间(如"21:00")
medalTimestring时间戳
ranknumber比赛排名
detailUrlstring详情页面URL
locstring本地链接
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状态ID
descstring比赛描述/备注
isChinaboolean是否中国相关赛程
isGoldboolean是否金牌赛
isHotboolean是否热门赛程
isMedalboolean是否奖牌赛
hasLiveboolean是否有直播
participantstring参赛类型(单人/团体)
detailUrlstring详情页面URL
iconArrarray图标标签数组

获取运动项目列表

查看所有可用的运动项目及其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

作者介绍

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

注意事项

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

Comments

Loading comments...