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.

What this means

The agent may run weathercli commands to answer weather questions, but the documented commands are non-destructive and scoped to weather data retrieval.

Why it was flagged

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.

Skill content
Use the `weathercli` command to retrieve weather information for any location worldwide.
Recommendation

Use the skill for weather-related requests and review any command before allowing installation or unusual shell activity.

What this means

If weathercli is not already installed, installing from @latest means the exact code may change over time.

Why it was flagged

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.

Skill content
go install github.com/pjtf93/weathercli/cmd/weathercli@latest
Recommendation

Verify the GitHub project and consider pinning or reviewing a specific release before installing.

What this means

Locations you ask about may be shared with the weather provider as part of normal operation.

Why it was flagged

The skill discloses that weather data comes from an external API; requested locations may be sent to that provider.

Skill content
**No API key required** - Uses free Open-Meteo API
Recommendation

Avoid sending sensitive exact locations if approximate city-level weather is sufficient.