← Back to Skills Marketplace
382
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install shulian-weather
Description
Get current weather and forecasts via WeatherAPI.com. Use when: user asks about weather, temperature, or forecasts for any location. IMPORTANT: You must conf...
Usage Guidance
This skill appears coherent and low-risk: it simply issues HTTPS requests to api.weatherapi.com using your WEATHER_API_KEY via curl. Before installing, (1) ensure you obtain the API key from the official WeatherAPI site and store it securely (avoid adding long-lived keys to shared shell rc files if the machine is multi-user), (2) confirm you’re comfortable with outbound requests to WeatherAPI (requests include the location strings you query), and (3) verify curl is an acceptable dependency on your system. Because this is instruction-only (no code bundled), the main risk is accidental leakage of the API key—prefer configuring it in the OpenClaw UI or a secure secret store rather than a world-readable file.
Capability Analysis
Type: OpenClaw Skill
Name: shulian-weather
Version: 1.0.0
The skill's primary function is benign, providing weather information via WeatherAPI.com. However, the `SKILL.md` file defines `curl` commands that dynamically incorporate user input (e.g., location for `q=London`). If the OpenClaw agent does not properly sanitize this user input before executing the shell commands, it could lead to shell injection, allowing an attacker to execute arbitrary commands on the host system. This represents a significant vulnerability (potential RCE) but does not show clear evidence of intentional malicious behavior by the skill author, thus classifying it as suspicious.
Capability Assessment
Purpose & Capability
Name/description, required binary (curl), and primaryEnv (WEATHER_API_KEY) all match the declared purpose of calling WeatherAPI.com. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md only instructs how to provide an API key and shows curl commands to WeatherAPI endpoints. It refers to user-facing OpenClaw config files and logs (~/.openclaw/*) for setup/troubleshooting, which is reasonable and within scope.
Install Mechanism
Instruction-only skill with no install spec and no code to install—lowest install risk. It does require curl to be present, which is documented in metadata.
Credentials
Only the WEATHER_API_KEY is required (declared as primaryEnv) and the SKILL.md uses that same variable and an optional config-file apiKey entry. There are no extraneous SECRET/TOKEN/PASSWORD env vars requested.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or cross-skill configuration changes. It asks the user to edit the skill's own OpenClaw config or set an env var—normal behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shulian-weather - After installation, invoke the skill by name or use
/shulian-weather - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of shulian-weather skill.
- Provides current weather and forecasts using WeatherAPI.com.
- Requires users to supply and configure their own WeatherAPI key.
- Supports configuration via OpenClaw UI, config file, or environment variable.
- Needs curl and WEATHER_API_KEY environment variable to function.
- Suitable for answering weather, temperature, and forecast queries globally.
Metadata
Frequently Asked Questions
What is 数联互通weather?
Get current weather and forecasts via WeatherAPI.com. Use when: user asks about weather, temperature, or forecasts for any location. IMPORTANT: You must conf... It is an AI Agent Skill for Claude Code / OpenClaw, with 382 downloads so far.
How do I install 数联互通weather?
Run "/install shulian-weather" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 数联互通weather free?
Yes, 数联互通weather is completely free (open-source). You can download, install and use it at no cost.
Which platforms does 数联互通weather support?
数联互通weather is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 数联互通weather?
It is built and maintained by PILAO (@jianmo1997); the current version is v1.0.0.
More Skills