Japan ski weather
A collection of agent skills. Mostly vibe coded.
npx -y skills add whtsky/skills --skill japan-ski-weatherAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Fetch Japan ski resort weather forecasts, snow depth, and snow conditions from tenki.jp for ski trip planning.
SKILL.md
1.2 KB, 269 tokens by cl100k_base, as published. Nobody here has run it
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:
- 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
# 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
What ships with it: 1 file
7.2 KB alongside SKILL.md, 1 of them executable
scripts/
- fetch_weather.pyruns7.2 KB