← 返回
未分类 Key

1asd1

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 weathe...
kim1903
未分类 clawhub v1.0.0 100000 Key: 需要
★ 0
Stars
📥 338
下载
💾 0
安装

概述

Weather Plus

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

Commands

CommandScriptDescription
:---:---:---
weatherscripts/weather.pyCurrent weather + feels-like
forecastscripts/forecast.pyMulti-day forecast (up to 7 days)
clothingscripts/clothing.pyClothing/dressing index + recommendations
billingscripts/billing.pySkillPay 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 VarRequiredDescription
:---:---::---
SKILLPAY_API_KEYYesSkillPay.me API key

References

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 20:30 安全 安全

安全检测

暂无安全检测报告