← Back to Skills Marketplace
elevo11

Weather Plus

by elevo11 · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
330
Downloads
1
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install 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 weathe...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather-plus
  3. After installation, invoke the skill by name or use /weather-plus
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug weather-plus
Version 1.0.1
License
All-time Installs 3
Active Installs 3
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 330 downloads so far.

How do I install Weather Plus?

Run "/install weather-plus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weather Plus free?

Yes, Weather Plus is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Weather Plus support?

Weather Plus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weather Plus?

It is built and maintained by elevo11 (@elevo11); the current version is v1.0.1.

💬 Comments