← Back to Skills Marketplace
Pipeworx weather
by
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-weather
Description
Provides current weather conditions and forecasts up to 16 days for any location using latitude and longitude coordinates.
Usage Guidance
This skill is internally consistent and simple: it sends latitude/longitude to an external Pipeworx gateway which returns weather data (no API key or installs). Before installing, consider whether you trust the gateway operator (gateway.pipeworx.io) with location data — the skill could log or retain requests. If you prefer, you could call Open-Meteo directly (it is public and keyless) or verify the gateway's privacy policy and operator. No credentials or system-level access are requested by this skill.
Capability Analysis
Type: OpenClaw Skill
Name: pipeworx-weather
Version: 1.0.0
The skill bundle provides standard weather forecasting functionality by interfacing with an MCP server at gateway.pipeworx.io. The SKILL.md file contains clear instructions and examples for retrieving weather data based on coordinates, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (current conditions and multi-day forecasts by latitude/longitude) match the SKILL.md examples and declared behavior. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
Runtime instructions are limited to POSTing JSON-RPC requests to https://gateway.pipeworx.io/weather/mcp to call get_weather or get_forecast with latitude/longitude (and optional days). The instructions do not ask the agent to read local files, other env vars, or aggregate unrelated data.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is written to disk or installed by the skill itself.
Credentials
The skill requests no environment variables or credentials (appropriate), but it routes requests through an external gateway (gateway.pipeworx.io). That means location data sent to the gateway could be logged/collected by the gateway operator; this is a privacy consideration rather than an incoherence with purpose.
Persistence & Privilege
always:false and user-invocable:true (default). The skill does not request persistent privileges, modify other skills, or require elevated system presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pipeworx-weather - After installation, invoke the skill by name or use
/pipeworx-weather - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pipeworx weather?
Provides current weather conditions and forecasts up to 16 days for any location using latitude and longitude coordinates. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install Pipeworx weather?
Run "/install pipeworx-weather" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipeworx weather free?
Yes, Pipeworx weather is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipeworx weather support?
Pipeworx weather is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipeworx weather?
It is built and maintained by Bruce Gutman (@b-gutman); the current version is v1.0.0.
More Skills