← Back to Skills Marketplace
pjtf93

Weathercli

by pjtf93 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
2449
Downloads
3
Stars
15
Active Installs
1
Versions
Install in OpenClaw
/install weathercli
Description
Get current weather conditions and forecasts for any location worldwide. Returns structured data with temperature, humidity, wind, precipitation, and more. No API key required.
Usage Guidance
This appears coherent, but before installing: (1) verify the GitHub repository (pjtf93/weathercli) and read the source or release checksums to ensure the binary matches expectations; (2) prefer installing from a trusted package/release or build from source if you have concerns; (3) be aware 'go install' requires the Go toolchain and network access; (4) the skill uses Open‑Meteo (no API key) so no credentials are needed — verify that behavior in the source if you need higher assurance; (5) if you do not want the agent to call external binaries autonomously, disable autonomous invocation or avoid installing the CLI on hosts the agent can access.
Capability Analysis
Type: OpenClaw Skill Name: weathercli Version: 0.1.0 The `SKILL.md` file includes explicit instructions for installing the `weathercli` tool using `go install github.com/pjtf93/weathercli/cmd/weathercli@latest` if it's not available. While the stated purpose of the skill is benign (retrieving weather information), instructing an AI agent to fetch and execute code from an external GitHub repository represents a supply chain risk. This is a risky capability without clear malicious intent, as it allows arbitrary code execution from an external source, fitting the criteria for 'suspicious'.
Capability Assessment
Purpose & Capability
Name/description claim retrieving weather data aligns with the SKILL.md which documents a CLI that uses Open‑Meteo (no API key). The declared lack of required env vars/credentials matches the stated purpose.
Instruction Scope
Runtime instructions only tell the agent to call the local weathercli binary (with --json recommended) and how to interpret outputs; they do not instruct reading unrelated files, harvesting environment variables, or sending data to unexpected endpoints.
Install Mechanism
There is no automatic install spec in the registry (lowest risk). SKILL.md suggests installing via 'go install github.com/pjtf93/weathercli' or downloading releases from GitHub — a normal user-side install path but it requires trusting that third‑party GitHub repo/source and a networked build/install.
Credentials
The skill requests no environment variables, credentials, or config paths, consistent with using a free, no‑key API (Open‑Meteo).
Persistence & Privilege
always is false and the skill does not request persistent/system privileges. It can be invoked autonomously (platform default), which is expected for skills of this type.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weathercli
  3. After installation, invoke the skill by name or use /weathercli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of weathercli. - Provides real-time current weather and detailed forecast (daily or hourly) for any location worldwide—no API key required. - Supports flexible location input, human-readable and JSON outputs, and structured data including temperature, humidity, wind, precipitation, UV index, and more. - Includes location search with coordinates and timezone info. - Easy CLI usage with clear error messages, best practices, and installation instructions. - Uses Open-Meteo API with worldwide coverage and local timezone adjustment.
Metadata
Slug weathercli
Version 0.1.0
License
All-time Installs 15
Active Installs 15
Total Versions 1
Frequently Asked Questions

What is Weathercli?

Get current weather conditions and forecasts for any location worldwide. Returns structured data with temperature, humidity, wind, precipitation, and more. No API key required. It is an AI Agent Skill for Claude Code / OpenClaw, with 2449 downloads so far.

How do I install Weathercli?

Run "/install weathercli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weathercli free?

Yes, Weathercli is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Weathercli support?

Weathercli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weathercli?

It is built and maintained by pjtf93 (@pjtf93); the current version is v0.1.0.

💬 Comments