← Back to Skills Marketplace
Weather Query
by
JaceyMarvin99
· GitHub ↗
· v0.1.0
861
Downloads
2
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install weather-query
Description
Use when users ask about weather conditions, forecasts, or climate information for locations in China.
Usage Guidance
This skill appears to do what it says: run two shell scripts that call a third‑party weather API and return results. Before installing, consider that: (1) location queries (user input) are sent to https://60s.viki.moe — verify you trust that provider and its privacy policy if you will send sensitive or private location data; (2) SKILL.md does not list the remote hostname, so inspect the scripts (already included) to confirm behavior; (3) no credentials are requested, so there is no obvious credential exfiltration risk, but if you prefer trusted sources swap the API endpoint to a known provider; (4) run the skill in a controlled environment if you need to audit traffic (e.g., via a network proxy) before deploying broadly.
Capability Analysis
Type: OpenClaw Skill
Name: weather-query
Version: 0.1.0
The OpenClaw AgentSkills bundle 'weather-query' is classified as benign. The `SKILL.md` provides clear, non-malicious instructions to the AI agent for querying weather information, focusing on output formatting and token optimization. The `scripts/forecast.sh` and `scripts/realtime.sh` shell scripts correctly sanitize user input for the `query` parameter using `curl --data-urlencode`, effectively preventing shell injection vulnerabilities. All parameters are validated with regex, and the scripts make legitimate API calls to `https://60s.viki.moe/v2/weather` and `https://60s.viki.moe/v2/weather/forecast` for their stated purpose, with no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
Capability Assessment
Purpose & Capability
The name/description match the included scripts: realtime.sh and forecast.sh query a weather API and return current conditions and forecasts for Chinese locations. Required resources (no env, no binaries) are proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the provided shell scripts and to format responses by encoding. The scripts make outbound HTTPS GET requests and will transmit user-provided location queries to https://60s.viki.moe. The SKILL.md does not disclose that hostname explicitly; this is not malicious but is a privacy/trust consideration. The scripts do not read local files or environment variables beyond parameters, and they do not attempt extra data collection.
Install Mechanism
No install spec; the skill is instruction+script only. The scripts are plain shell and do not download or install additional code. This is low-risk from an install/execution perspective.
Credentials
The skill requests no environment variables or credentials. There are no config paths required. This is proportionate to a simple weather lookup skill.
Persistence & Privilege
The skill does not request persistent/system privileges and is not marked always:true. It does not modify other skills or system configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-query - After installation, invoke the skill by name or use
/weather-query - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
weather-query 0.1.0
- Initial release of the weather-query skill.
- Provides real-time weather information and forecasts for locations in China.
- Supports current conditions, air quality, daily life indices, and weather alerts.
- Includes scripts for both real-time data and multi-day forecasts.
- User can request info in text, markdown, or JSON formats.
- Offers usage best practices and troubleshooting guidance.
Metadata
Frequently Asked Questions
What is Weather Query?
Use when users ask about weather conditions, forecasts, or climate information for locations in China. It is an AI Agent Skill for Claude Code / OpenClaw, with 861 downloads so far.
How do I install Weather Query?
Run "/install weather-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weather Query free?
Yes, Weather Query is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Weather Query support?
Weather Query is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weather Query?
It is built and maintained by JaceyMarvin99 (@jaceymarvin99); the current version is v0.1.0.
More Skills