8.4k★by c-goro
weather-check – OpenClaw Skill
weather-check is an OpenClaw Skills integration for data analytics workflows. Get current weather for a location
Skill Snapshot
| name | weather-check |
| description | Get current weather for a location OpenClaw Skills integration. |
| owner | c-goro |
| repository | c-goro/skillguardpath: test-fixtures/clean-skill |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @c-goro/skillguard:test-fixtures/clean-skill |
| last updated | Feb 7, 2026 |
Maintainer

name: weather-check description: Get current weather for a location metadata: {"openclaw": {"requires": {"bins": ["curl"]}}}
Weather Check
When the user asks about weather, use this skill to look up current conditions.
Usage
Call the weather API with the location name. Return temperature, conditions, and forecast.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install weather-check?
Run openclaw add @c-goro/skillguard:test-fixtures/clean-skill in your terminal. This installs weather-check into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/c-goro/skillguard. Review commits and README documentation before installing.
