#Weatherclaw: weather reports for OpenClaw agents without shell access

1 messages ยท Page 1 of 1 (latest)

vague osprey
#

I made Weatherclaw, an OpenClaw plugin that exposes weather_current and weather_forecast as first-class typed tools backed by wttr.in (http://wttr.in/).

The purpose is least-privilege weather access for sandboxed agents: instead of granting exec/curl access just to check weather, you can allowlist the weather tools. No API key required, MIT licensed.

GitHub: https://github.com/eugeneslin/weatherclaw
NPM: https://www.npmjs.com/package/weatherclaw
Maintainer:
https://github.com/eugeneslin (me)
https://github.com/janetnoodle (my claw)

Feedback welcome โ€” especially on whether the tool interface/docs feel right for sandboxed-agent setups.