← Back to Skills Marketplace
ryansorr1

My Weather

by ryansorr1 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1238
Downloads
2
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install my-weather
Description
Provides current weather conditions for any city, airport code, or zip code using wttr.in without requiring an API key.
README (SKILL.md)

My Weather

Get current weather using wttr.in (no API key required).

Example

curl -s "wttr.in/78023?format=3"
# Output: San Antonio: ⛅️ +28°C

Location

Use city name, airport code, or zip code:

curl -s "wttr.in/London?format=3"
curl -s "wttr.in/JFK?format=3"
curl -s "wttr.in/78023?format=3"

Format options

  • ?format=3 - Compact one-liner
  • ?format=%l:+%c+%t+%h+%w - Custom format
  • ?T - Full forecast
  • ?0 - Current only
  • ?1 - Today only

Units

  • ?m - Metric
  • ?u - USCS
Usage Guidance
This skill is small and internally consistent: it just tells the agent to query wttr.in for weather and asks for no secrets or installs. Before installing, consider: (1) network/privacy — queries include location (city, zip, or airport code) which will be sent to a public service (wttr.in); (2) trust — the skill's source/homepage are not provided, so if provenance matters verify the publisher; and (3) execution context — the agent will perform outbound HTTP requests (via curl in examples), so ensure you are comfortable with the agent making network calls. If those points are acceptable, the skill is proportionate to its purpose.
Capability Analysis
Type: OpenClaw Skill Name: my-weather Version: 1.0.0 The skill bundle is benign. All files consistently describe and implement a weather retrieval skill using the legitimate `wttr.in` service via `curl`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection with harmful intent, or obfuscation. The `SKILL.md` provides clear, non-malicious instructions for the AI agent to interact with `wttr.in`.
Capability Assessment
Purpose & Capability
Name and intent (weather lookup) align with the SKILL.md which shows curl commands to wttr.in; package.json simply points to SKILL.md. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are limited to making HTTP requests to wttr.in (examples using curl and format/query options). The instructions do not ask the agent to read local files, access environment variables, or contact other endpoints. Note: the skill performs outbound network calls to a public service (wttr.in) which is expected for this purpose.
Install Mechanism
No install spec and no code files beyond SKILL.md and a minimal package.json — nothing is written to disk or downloaded. This is the lowest-risk install profile.
Credentials
The skill requires no environment variables, credentials, or config paths. That is proportionate for a simple public-weather lookup service.
Persistence & Privilege
always is false (no forced persistence) and model invocation defaults are unchanged. The skill does not request elevated or persistent system privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install my-weather
  3. After installation, invoke the skill by name or use /my-weather
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: - Get current weather instantly with wttr.in—no API key needed. - Supports lookup by city name, airport code, or zip code. - Customizable output formats, including one-liners and detailed forecasts. - Choose metric or USCS units.
Metadata
Slug my-weather
Version 1.0.0
License
All-time Installs 7
Active Installs 7
Total Versions 1
Frequently Asked Questions

What is My Weather?

Provides current weather conditions for any city, airport code, or zip code using wttr.in without requiring an API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 1238 downloads so far.

How do I install My Weather?

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

Is My Weather free?

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

Which platforms does My Weather support?

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

Who created My Weather?

It is built and maintained by ryansorr1 (@ryansorr1); the current version is v1.0.0.

💬 Comments