Weather Plus

👤 elevo11 📦 v1.0.1 ⭐ 4.4 ⬇️ 945 下載
🏠 生活服務 免費 🔑 需 API Key

📖 技能介紹


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 Plus

Weather, forecasts, clothing index & feels-like temperature. No API key needed. 0.001 USDT/call.

Commands

小蔥技能站7w4.net,專業的AI技能分享平臺。

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
4. Clothing:  python3 scripts/clothing.py --city "Chengdu"

Examples

# 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"

Config

Env Var Required Description
SKILLPAY_API_KEY Yes SkillPay.me API key

References

See references/clothing-index.md for dressing recommendation methodology.

🤖 AI 評測

這個天氣 Skill 質量不錯,功能豐富且完全免費使用。能查詢即時天氣、多日預報、穿衣建議,還能根據溫度溼度智慧推薦穿著,並給出紫外線、雨天、大風等提醒。輸出介面美觀,配有 emoji 圖示,閱讀體驗好。中文支援流暢,城市支援廣泛。唯一的不足是缺少備用資料來源,高峰期 wttr.in 可能響應慢,但日常使用完全夠用。

📊 多維度評分

適應性4.2
規範性3.9
有效性4.7
可靠性4.4
可信度4.8

📁 包含檔案 (7 個)

📄 SKILL.md 1.7 KB
📄 _meta.json 131 B
📄 references/clothing-index.md 1.1 KB
📄 scripts/billing.py 2.7 KB
📄 scripts/clothing.py 5.6 KB
📄 scripts/forecast.py 3.3 KB
📄 scripts/weather.py 4.1 KB