# Japan Ski Weather

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

- Skill: `whtsky/japan-ski-weather` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add whtsky/japan-ski-weather`
- Raw SKILL.md: https://api.skillmd.com/api/skills/whtsky/japan-ski-weather/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: whtsky (https://skillmd.com/u/whtsky)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/whtsky/japan-ski-weather

---


# Japan Ski Weather

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

## Usage

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

## Finding Resort URLs

tenki.jp URL patterns:
- Ski resorts: `https://tenki.jp/season/ski/{region}/{pref}/{id}/`
- Leisure spots/ropeways: `https://tenki.jp/leisure/{region}/{pref}/{area}/{id}/`

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

## Examples

```bash
# 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

- **Weather**: 7-14 day forecast
- **Snow** (ski resorts): snow depth, snow quality, conditions

