A high-performance weather retrieval skill providing real-time conditions, air quality indices, and multi-day forecasts for locations across China.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weather-query
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install weather-query using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Weather Query skill is a robust tool designed for AI agents to fetch precise environmental data within China. By utilizing dedicated shell scripts, this skill enables agents to access current conditions, atmospheric data, and life indices with high accuracy. As part of the Openclaw Skills ecosystem, it focuses on providing structured data that can be optimized for different token consumption levels, ensuring that AI agents can remain informed about weather alerts and climate trends without unnecessary overhead.
This skill is particularly valuable for applications requiring hyper-local data, as it supports not just major cities but also specific districts. Whether integrated into a travel assistant or a daily planning agent, Weather Query provides the necessary context to make smart recommendations based on real-world conditions.
realtime.sh for current data or forecast.sh for future predictions.To integrate this skill into your environment, ensure the provided shell scripts are accessible. You can trigger the weather retrieval via the CLI as follows:
# Get real-time weather
./scripts/realtime.sh "北京" --encoding markdown
# Get an 8-day forecast
./scripts/forecast.sh "上海" --encoding json --days 8
Note that all location queries must be input using Chinese characters for accurate API matching within the Openclaw Skills framework.
The skill organizes weather data into structured formats to facilitate easy parsing by AI agents. Data points are categorized by location and update timestamps.
| Feature | Description | Formats Supported |
|---|---|---|
| Real-time Data | Temp, humidity, wind, and AQI | Markdown, Text, JSON |
| Forecasts | Hourly and daily (up to 8 days) predictions | Markdown, Text, JSON |
| Life Indices | Suggestions for clothing, UV, and car washing | Markdown, JSON |
| Alerts | Official weather warnings and alerts | Markdown, JSON |
Metadata including the updated timestamp is provided in every response to ensure data freshness.
Loading
A lightweight shell-based skill for AI agents to retrieve live daily exchange rates and comprehensive currency data.

A specialized skill for AI agents to fetch, summarize, and display curated daily news from the 60s API in various formats.

A powerful tool for fetching curated daily briefings on artificial intelligence and large language models.

A lightweight tool for AI agents to retrieve the official daily Bing homepage background through multiple output formats.

A local-first, event-driven RAG system designed for indexing and querying commercial real estate audit and investigation case folders with page-level citations.

A specialized automation tool designed to scroll, extract, and summarize X posts from specific handles using the actionbook-rs framework.








































