baidu-milan-winter-olympics-2026

Original🇨🇳 Chinese
Translated
4 scriptsChecked / no sensitive code detected

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. This skill is intended for users who need to access Milan Winter Olympics data, such as querying medal standings, checking medal counts of various countries, obtaining live news, or viewing competition schedules. It supports retrieving competition schedules by specified time (today, tomorrow, or yyyy-MM-dd date format) or designated sports events.

8installs
Added on

NPX Install

npx skill4agent add wuchubuzai2018/expert-skills-hub baidu-milan-winter-olympics-2026

SKILL.md Content (Chinese)

View Translation Comparison →

2026 Milan Winter Olympics Data Retrieval

Skill Overview

This skill is used to retrieve the following data for the 2026 Milan Winter Olympics:

1. Medal Standings Data

  • Country/region medal rankings
  • Number of gold, silver, and bronze medals
  • Total medal statistics
  • National flag image URL
  • Detail page link

2. Live News Reports

  • Latest event news
  • Highlight moments
  • Post-match interviews
  • Video news
  • Event highlights

3. Competition Schedule Data

  • Full competition schedule
  • China-related competitions
  • Gold medal match schedule
  • Popular competition schedule
  • Match time, status, and event information

4. China Team Medal Winners Data

  • List of all medal-winning athletes from the Chinese team
  • Medal type (gold/silver/bronze)
  • Athlete names
  • Competition events (major and minor categories)
  • Medal-winning date
  • Video highlight links
  • Medal statistics
Data Source: Baidu Sports (tiyu.baidu.com)

Retrieve Medal Standings Data

Retrieve Top 30 Medal Standings

When users need to view the top 30 in the medal standings:
bash
node scripts/milan-olympics.js top

Retrieve Top N Medal Standings

Retrieve a specified number of rankings:
bash
node scripts/milan-olympics.js top 10

Retrieve Full Medal Standings

bash
node scripts/milan-olympics.js all

Medal Standings Return Data Field Description

FieldTypeDescription
ranknumberRanking
countrystringCountry/Region Name (Chinese)
countryEnstringCountry/Region Name (English)
goldnumberNumber of gold medals
silvernumberNumber of silver medals
bronzenumberNumber of bronze medals
totalnumberTotal number of medals
flagUrlstringNational Flag Image URL
detailUrlstringDetail Page URL

Retrieve Live News Data

Retrieve Latest News List

When users need to view live news of the Winter Olympics:
bash
node scripts/milan-news.js list

Retrieve a Specified Number of News Items

Retrieve 20 latest news items:
bash
node scripts/milan-news.js list 20

Filter News by Type

Retrieve news of the "Event Highlights" type:
bash
node scripts/milan-news.js list 10 赛事集锦

Retrieve Available Content Types

bash
node scripts/milan-news.js types
Available types include:
  • All
  • Popular Content
  • Event Highlights
  • Highlight Moments
  • Athlete Highlights
  • Post-match Interviews
  • Pre-match Interviews
  • Event Introduction
  • Column Programs
  • Others

News Data Field Description

FieldTypeDescription
idstringUnique news identifier
titlestringNews title
typestringContent type: article, video, post
subTypestringContent sub-type
sourcestringNews source
urlstringDetail page URL
imagesarrayArray of image URLs
videoDurationstringVideo duration (video type only)
videoUrlstringVideo playback link (video type only)
matchIdarrayAssociated match IDs

Retrieve China Team Medal Winners Data

Retrieve All Medal Winners List

When users need to view all medal-winning athletes of the Chinese team:
bash
node scripts/milan-china-medals.js list

Filter by Medal Type

Retrieve gold medal winners of the Chinese team:
bash
node scripts/milan-china-medals.js list gold
Retrieve silver medal winners of the Chinese team:
bash
node scripts/milan-china-medals.js list silver
Retrieve bronze medal winners of the Chinese team:
bash
node scripts/milan-china-medals.js list bronze

Retrieve Medal Statistics

Retrieve medal statistics of the Chinese team (statistics by event and type):
bash
node scripts/milan-china-medals.js stats

China Team Medal Winners Data Field Description

Delegation Information (delegationInfo):
FieldTypeDescription
countrystringCountry Name (Chinese)
countryEnstringCountry Name (English)
rankstringCurrent ranking
goldstringNumber of gold medals
silverstringNumber of silver medals
bronzestringNumber of bronze medals
delegationIdstringDelegation ID
Medal Records (medals):
FieldTypeDescription
playerNamestringAthlete name
medalstringMedal name (e.g., "1st Silver")
medalTypestringMedal type: gold/silver/bronze
medalRanknumberMedal serial number
bigMatchstringMajor event (e.g., "Freestyle Skiing")
smallMatchstringMinor event (e.g., "Women's Freestyle Skiing Slopestyle")
datestringDate (e.g., "02/09")
timestringTime (e.g., "21:00")
medalTimestringTimestamp
ranknumberMatch ranking
detailUrlstringDetail page URL
locstringLocal link
videoInfoobjectVideo information (including playback link)
playIconArrarrayArray of play icons
countrystringCountry
olympicEventIdstringOlympic event ID

Retrieve Competition Schedule Data

Retrieve Full Competition Schedule

bash
node scripts/milan-schedule.js all

Retrieve Schedule for a Specific Date

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

Retrieve China-related Competition Schedule

bash
node scripts/milan-schedule.js china
Retrieve China-related schedule for a specific date:
bash
node scripts/milan-schedule.js china 2026-02-08

Retrieve Gold Medal Match Schedule

bash
node scripts/milan-schedule.js gold
Retrieve gold medal matches for a specific date:
bash
node scripts/milan-schedule.js gold 2026-02-08

Retrieve Popular Competition Schedule

bash
node scripts/milan-schedule.js hot

Retrieve Today's Schedule (Comprehensive Tab)

Automatically retrieve the full schedule for today, no need to manually specify the date:
bash
node scripts/milan-schedule.js today

Retrieve Tomorrow's Schedule (Comprehensive Tab)

Automatically retrieve the full schedule for tomorrow, no need to manually specify the date:
bash
node scripts/milan-schedule.js tomorrow

Retrieve Available Date List

bash
node scripts/milan-schedule.js dates

Competition Schedule Data Field Description

FieldTypeDescription
matchIdstringUnique match identifier
matchNamestringMatch name
sportNamestringMajor sport category name
eventNamestringSpecific minor event name
startTimestringStart time (HH:mm)
startDatestringStart date (YYYY-MM-DD)
startDateTimestringFull start time
statusstringMatch status (Not started, In progress, Completed, etc.)
statusIdstringStatus ID
descstringMatch description/notes
isChinabooleanWhether it is a China-related competition
isGoldbooleanWhether it is a gold medal match
isHotbooleanWhether it is a popular competition
isMedalbooleanWhether it is a medal match
hasLivebooleanWhether live broadcast is available
participantstringParticipant type (Individual/Team)
detailUrlstringDetail page URL
iconArrarrayArray of icon tags

Retrieve Sports Event List

View all available sports events and their IDs:
bash
node scripts/milan-schedule.js sports
Return data structure:
  • hot: List of popular sports events (including popularity values)
  • other: List of other sports events
Common Sports Event ID Mapping:
Event NameID
Short Track Speed Skating302
Figure Skating217
Speed Skating103
Snowboarding222
Freestyle Skiing221
Curling212
Ice Hockey113
Alpine Skiing115
Bobsleigh213
Luge214
Skeleton307
Ski Jumping215
Cross-Country Skiing220
Ski Mountaineering615
Nordic Combined216
Biathlon218

Retrieve Schedule for a Specified Sports Event

Query the schedule for a specific sports event:
bash
# Retrieve all schedules for Short Track Speed Skating
node scripts/milan-schedule.js sport 302

# Retrieve Short Track Speed Skating schedule for a specific date
node scripts/milan-schedule.js sport 302 2026-02-10

Retrieve China-related Schedule for a Specified Sports Event

Query the Chinese team's schedule for a specific sports event:
bash
# Retrieve Chinese team's Short Track Speed Skating schedule
node scripts/milan-schedule.js china-sport 302

# Retrieve Chinese team's Short Track Speed Skating schedule for a specific date
node scripts/milan-schedule.js china-sport 302 2026-02-10

Author Introduction

  • Everywhere Who Loves One Piece
  • My WeChat Official Account: Ubiquitous Technology

Notes

  • Data is scraped in real-time from Baidu Sports, so there may be a slight delay
  • Medal standings data will be continuously updated as competitions progress
  • Ranking rules follow the International Olympic Committee standards (first by gold medal count, then silver, then bronze)
  • News content is updated in real-time, including text reports, images, and videos
  • Schedule data includes match time, event, status, and other information