Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
获取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.
获取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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
此技能用于获取2026年米兰冬奥会的以下数据:
各国/地区奖牌排名 金牌、银牌、铜牌数量 奖牌总数统计 国旗图片链接 详情页面链接
最新赛事新闻 精彩瞬间 赛后采访 视频资讯 赛事集锦
全部赛程安排 中国相关赛程 金牌赛赛程 热门赛程 比赛时间、状态、项目信息
中国队所有获奖运动员名单 奖牌类型(金牌/银牌/铜牌) 运动员姓名 比赛项目(大项和小项) 获奖时间 视频集锦链接 奖牌统计信息 数据来源:百度体育 (tiyu.baidu.com)
当用户需要查看奖牌榜前30名时: node scripts/milan-olympics.js top
获取指定数量的排名: 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
自动获取今天日期的全部赛程,无需手动指定日期: node scripts/milan-schedule.js today
自动获取明天日期的全部赛程,无需手动指定日期: 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
爱海贼的无处不在 我的微信公众号:无处不在的技术
数据从百度体育网页实时抓取,可能存在短暂延迟 奖牌榜数据会随着比赛进行不断更新 排名规则遵循国际奥委会标准(先按金牌数,再按银牌数,再按铜牌数) 新闻内容实时更新,包含文字报道、图片和视频 赛程数据包含比赛时间、项目、状态等信息
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.