weather-plus
SKILL.md
Weather Plus
Weather, forecasts, clothing index & feels-like temperature. No API key needed. 0.001 USDT/call.
Commands
| 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 |
Workflow
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