← 返回 Skills 市场
330
总下载
1
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install weather-plus
功能描述
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...
安全使用建议
This skill appears to implement its advertised weather, forecast, and clothing features using wttr.in and includes a billing integration with SkillPay.me. Before installing or entering any API key: (1) Verify the SKILLPAY_API_KEY requirement — the registry metadata omits it but SKILL.md and billing.py require it; (2) Confirm you trust skillpay.me as the billing endpoint and understand charges (calls to billing.py will POST your user_id and the SKILLPAY_API_KEY to that service); (3) If you want to test behavior, run the weather/forecast scripts locally without setting SKILLPAY_API_KEY (they fetch from wttr.in) and inspect billing.py to see what data would be sent; (4) Prefer providing a limited/test billing key or monitor usage if you supply a real key. The inconsistencies are likely sloppy documentation/metadata but should be clarified before you provide credentials or enable automated billing.
功能分析
Type: OpenClaw Skill
Name: weather-plus
Version: 1.0.1
The weather-plus skill provides weather forecasts and clothing recommendations by fetching data from the public wttr.in service. It includes a monetization layer via SkillPay.me (scripts/billing.py), which is explicitly documented in SKILL.md and requires a SKILLPAY_API_KEY. The code uses standard libraries (urllib) for network requests and does not exhibit signs of data exfiltration, unauthorized execution, or obfuscation.
能力评估
Purpose & Capability
The code and SKILL.md implement a weather+clothing service using wttr.in (no third‑party weather API key), and include a billing integration with SkillPay.me to charge 0.001 USDT/call — billing is a plausible extra capability for a paid skill, but the top-level registry metadata incorrectly lists no required env vars while SKILL.md and billing.py require SKILLPAY_API_KEY. Also the SKILL.md header's phrase 'No API key required' is ambiguous (it appears to mean no weather API key, but the skill still requires a SkillPay API key for billing).
Instruction Scope
Runtime instructions are explicit: run the provided Python scripts. The scripts only fetch data from wttr.in (weather/forecast) and SkillPay.me (billing). They do not attempt to read arbitrary host files, other env vars, or other system configuration.
Install Mechanism
No install spec or remote downloads are present; the skill is instruction + local Python scripts included in the package, which is low risk from an install mechanism perspective.
Credentials
The SKILL.md and scripts require SKILLPAY_API_KEY for billing. The registry metadata (which lists required env vars) does not declare this — an inconsistency that matters because you'd have to provide a billing API key that will be sent to https://skillpay.me. Requiring a single billing key is reasonable for a paid skill, but the missing/contradictory metadata and ambiguous 'No API key required' message are red flags that should be resolved before supplying secrets.
Persistence & Privilege
The skill does not request persistent installation privileges (always:false), does not modify other skills or system-wide agent settings, and has no install-time code that writes system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-plus - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-plus触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
v1.0.1: Updated SkillPay skill_id
v1.0.0
v1.0.0: Weather, forecast, clothing index, feels-like, no API key needed, SkillPay billing
元数据
常见问题
Weather Plus 是什么?
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 330 次。
如何安装 Weather Plus?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-plus」即可一键安装,无需额外配置。
Weather Plus 是免费的吗?
是的,Weather Plus 完全免费(开源免费),可自由下载、安装和使用。
Weather Plus 支持哪些平台?
Weather Plus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather Plus?
由 elevo11(@elevo11)开发并维护,当前版本 v1.0.1。
推荐 Skills