Pipeworx Weather
Skill by b-gutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/b-gutman/pipeworx-weatherWeather
Current conditions and multi-day forecasts for any location on Earth. Temperatures in Fahrenheit, wind in mph.
get_weather
Pass a latitude and longitude, get back: temperature, feels-like temperature, humidity percentage, weather conditions (clear, cloudy, rain, snow, thunderstorm, etc.), wind speed, and wind direction.
get_forecast
Up to 16 days of daily forecasts. Each day includes the high, low, total precipitation in mm, and conditions.
Example: current weather in San Francisco
curl -X POST https://gateway.pipeworx.io/weather/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_weather","arguments":{"latitude":37.7749,"longitude":-122.4194}}}'
Example: 5-day forecast for London
curl -X POST https://gateway.pipeworx.io/weather/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_forecast","arguments":{"latitude":51.5074,"longitude":-0.1278,"days":5}}}'
Powered by Open-Meteo. No API key needed.
{
"mcpServers": {
"weather": {
"url": "https://gateway.pipeworx.io/weather/mcp"
}
}
}
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-b-gutman-pipeworx-weather": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pipeworx-exchangerate
Simple currency exchange rates — all rates for a base currency or a direct pair lookup via open.er-api.com
pipeworx-genderize
Predict the likely gender associated with a first name — with optional country-specific calibration via genderize.io
Pipeworx Cdc
Skill by b-gutman
pipeworx-npm
npm MCP — wraps the npm Registry API (free, no auth)
Pipeworx Attom
Skill by b-gutman