Wttr
v1.0.0CLI tool to fetch current weather and forecasts worldwide using wttr.in via simple curl commands, supporting multiple formats and locations.
⭐ 0· 57·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name, description, and instructions all describe fetching weather from wttr.in via curl — there are no extraneous credentials, binaries, or unrelated requirements.
Instruction Scope
SKILL.md only directs use of curl/wget against wttr.in, shows example URLs and formats, and suggests a shell alias; it does not instruct reading local files, accessing other services, or sending data to unexpected endpoints.
Install Mechanism
No install spec or code files are executed; this is instruction-only and relies on existing curl/wget, which is low-risk.
Credentials
No environment variables, credentials, or config paths are requested. The skill's operations (HTTP queries to wttr.in) are consistent with its purpose.
Persistence & Privilege
always is false and the skill does not request permanent system presence or modify other skills; autonomous invocation is allowed but is the platform default and acceptable here.
Assessment
This skill is low-risk and simply instructs the agent to fetch weather from wttr.in with curl. Before using: (1) be aware that queries go to wttr.in (the service will see the request URL and your IP), so do not include any sensitive data in the query parameters; (2) prefer invoking curl directly if you want minimal surface area rather than adding an alias in a shared agent environment; (3) if you need an audited or offline solution, consider using an official package or a local cached data source; and (4) if you require stronger assurance, verify the upstream wttr.in project (linked in the README) rather than relying on an anonymous registry owner.Like a lobster shell, security has layers — review code before you run it.
latestvk97czyw15s91zs6mtg4dn0z88s83pz34
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
