japan-ski-weather

Fetch Japan ski resort weather forecasts, snow depth, and snow conditions from tenki.jp for ski trip planning.

Requirements

Requires python3 and access to tenki.jp.

Install

npx skills add whtsky/skills -s japan-ski-weather

Japan Ski Weather

Fetch weather from tenki.jp for any ski resort or ropeway in Japan.

Usage

# Pass a tenki.jp URL directly
python scripts/fetch_weather.py <url>

Finding Resort URLs

tenki.jp URL patterns:

To find a resort URL, search web for site:tenki.jp <resort name> 天気 and use the matching URL.

Examples

# Zao Ropeway
python scripts/fetch_weather.py https://tenki.jp/leisure/2/9/34/24837/

# Ski resort (includes snow depth info)
python scripts/fetch_weather.py https://tenki.jp/season/ski/2/9/15191/

# Compact output
python scripts/fetch_weather.py https://tenki.jp/leisure/2/9/34/24837/ -c

Output

View source on GitHub →