← Back to Skills Marketplace
308
Downloads
0
Stars
0
Active Installs
14
Versions
Install in OpenClaw
/install openweather-cli
Description
Use this skill when the user wants to run, troubleshoot, or extend the owget CLI for geocoding, current weather, and 5-day forecasts with OpenWeatherMap.
Usage Guidance
This skill appears coherent for building and using the owget CLI. Before installing: inspect the referenced GitHub repository (code, recent commits, and README) to ensure you trust the source; do not paste your API key into public places or commit it; avoid installing binaries into system directories without review (use a user-local Go bin); be cautious when using debug mode in shared/logged environments since runtime redaction is a doc claim you may want to verify; if you prefer lower risk, interact directly with OpenWeatherMap's API from known clients or use a pinned release/commit rather than cloning the repo HEAD.
Capability Analysis
Type: OpenClaw Skill
Name: openweather-cli
Version: 1.1.3
The skill provides instructions for installing and using a Go-based OpenWeatherMap CLI (owget) from a GitHub repository (https://github.com/ParinLL/OpenWeatherMap-script). The SKILL.md file contains standard installation procedures and usage patterns, including security-conscious advice such as redacting API keys in debug logs and warning against unnecessary admin privileges. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (OpenWeather CLI / owget) line up with the declared requirements: OPENWEATHER_API_KEY and the Go toolchain are appropriate and expected for building and running a Go-based OpenWeather client.
Instruction Scope
SKILL.md contains build/run/troubleshooting instructions limited to cloning the referenced GitHub repo, running 'go install', setting OPENWEATHER_API_KEY, and invoking owget commands; it does not instruct reading unrelated system files or exfiltrating data. It advises redaction of sensitive query params in debug logs (a guideline rather than an enforced check).
Install Mechanism
The skill is instruction-only (no automated install). It recommends git-cloning and building code from a GitHub repo. That is normal for CLI tools, but pulling and building third-party source carries typical risks — review the repo code before running 'go install' and avoid installing into system-wide protected paths without inspection.
Credentials
Only a single service credential (OPENWEATHER_API_KEY) and the Go binary are required; these are proportional to the declared purpose and no unrelated secrets or config paths are requested.
Persistence & Privilege
Skill is not forced-always, does not request persistent system modifications, and does not declare elevated privileges. The default ability for the agent to invoke the skill autonomously is unchanged and not by itself concerning.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openweather-cli - After installation, invoke the skill by name or use
/openweather-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.3
Use requires.bins (not binaries) for go toolchain declaration so registry parses required binaries correctly.
v1.1.2
Add top-level requires (env+binaries) to align registry metadata with SKILL metadata and remove go-toolchain mismatch warning.
v1.1.1
Publish minimal package containing only SKILL.md
v1.1.0
Publish minimal package containing only SKILL.md
v1.0.9
Publish minimal package containing only SKILL.md
v1.0.8
Rename skill to openweather-cli and align README ClawHub page/install command.
v1.0.7
Simplify GitHub install section and expand binary usage guidance in English
v1.0.6
Translate SKILL.md content to English
v1.0.5
Clarify trust-first install guidance and privilege risk notes in SKILL.md
v1.0.4
Publish minimal package containing only SKILL.md
v1.0.3
Declare Go binary requirement and make non-sudo install path the default
v1.0.2
Redact API key from debug request logs and align safety docs
v1.0.1
Declare OPENWEATHER_API_KEY as required env and primary credential in metadata
v1.0.0
Initial publish
Metadata
Frequently Asked Questions
What is OpenWeather CLI?
Use this skill when the user wants to run, troubleshoot, or extend the owget CLI for geocoding, current weather, and 5-day forecasts with OpenWeatherMap. It is an AI Agent Skill for Claude Code / OpenClaw, with 308 downloads so far.
How do I install OpenWeather CLI?
Run "/install openweather-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenWeather CLI free?
Yes, OpenWeather CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenWeather CLI support?
OpenWeather CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenWeather CLI?
It is built and maintained by Parin Lai (@parinll); the current version is v1.1.3.
More Skills