name: weather-plus description: > Get current weather, multi-day forecasts, clothing index, and feels-like temperature. No API key required. Use when a user wants to: (1) Check current weather, (2) View multi-day forecasts, (3) Get clothing/dressing recommendations, (4) Check feels-like temperature and comfort index. Supports any city worldwide. Integrates SkillPay.me at 0.001 USDT/call.
Weather, forecasts, clothing index & feels-like temperature. No API key needed. 0.001 USDT/call.
| Command | Script | Description |
|---|---|---|
| weather | scripts/weather.py |
Current weather + feels-like |
| forecast | scripts/forecast.py |
Multi-day forecast (up to 7 days) |
| clothing | scripts/clothing.py |
Clothing/dressing index + recommendations |
| billing | scripts/billing.py |
SkillPay charge/balance/payment |
1. Billing: python3 scripts/billing.py --charge --user-id <id>
2. Weather: python3 scripts/weather.py --city "Beijing"
3. Forecast: python3 scripts/forecast.py --city "Shanghai" --days 5
4. Clothing: python3 scripts/clothing.py --city "Chengdu"
# Current weather
python3 scripts/weather.py --city "New York"
python3 scripts/weather.py --city "成都"
# Multi-day forecast
python3 scripts/forecast.py --city "Tokyo" --days 7
# Clothing index
python3 scripts/clothing.py --city "Beijing"
python3 scripts/clothing.py --city "London"
| Env Var | Required | Description |
|---|---|---|
SKILLPAY_API_KEY |
Yes | SkillPay.me API key |
See references/clothing-index.md for dressing recommendation methodology.
7w4.net提供免费和付费技能下载。
这个天气 Skill 质量不错,功能丰富且完全免费使用。能查询实时天气、多日预报、穿衣建议,还能根据温度湿度智能推荐穿着,并给出紫外线、雨天、大风等提醒。输出界面美观,配有 emoji 图标,阅读体验好。中文支持流畅,城市支持广泛。唯一的不足是缺少备用数据源,高峰期 wttr.in 可能响应慢,但日常使用完全够用。