Weathercli
PassAudited by ClawScan on May 1, 2026.
Overview
Weathercli is a coherent weather lookup skill, with visible external CLI/API use that users should verify before relying on or installing.
This skill appears safe for normal weather lookups. Before installing the CLI, verify the referenced GitHub project or pin a release, and remember that queried locations may be sent to the external weather API.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may run weathercli commands to answer weather questions, but the documented commands are non-destructive and scoped to weather data retrieval.
The skill relies on local command execution, which is expected for a CLI-based weather skill and is limited to weather lookup commands in the provided instructions.
Use the `weathercli` command to retrieve weather information for any location worldwide.
Use the skill for weather-related requests and review any command before allowing installation or unusual shell activity.
If weathercli is not already installed, installing from @latest means the exact code may change over time.
The fallback installation path pulls an external GitHub-hosted CLI at @latest, which is disclosed and purpose-aligned but not pinned to a specific reviewed version.
go install github.com/pjtf93/weathercli/cmd/weathercli@latest
Verify the GitHub project and consider pinning or reviewing a specific release before installing.
Locations you ask about may be shared with the weather provider as part of normal operation.
The skill discloses that weather data comes from an external API; requested locations may be sent to that provider.
**No API key required** - Uses free Open-Meteo API
Avoid sending sensitive exact locations if approximate city-level weather is sufficient.
