A smart weather query and analysis skill providing real-time conditions, multi-day forecasts, and actionable lifestyle recommendations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weather-wang
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-wang using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust interface for AI agents to query and interpret meteorological data for any specified city or region. It goes beyond basic temperature reporting by integrating intelligent reasoning to categorize weather quality and provide context-aware lifestyle suggestions. By leveraging this tool within the Openclaw Skills ecosystem, developers can build agents that proactively assist users with daily planning and travel safety.
The skill supports detailed data points including precipitation probability, wind direction, humidity, air quality index (AQI), and UV levels. It is designed to synthesize complex weather patterns into human-readable highlights and actionable advice, making it an essential component for any personal assistant or travel-oriented AI agent.
To integrate this weather query capability into your Openclaw Skills environment, ensure your agent has access to the query_weather tool. You can initialize the skill using the following configuration steps:
# Install the weather skill package
openclaw install skill-weather-query
# Configure your API keys for the weather data provider
export WEATHER_API_KEY="your_api_key_here"
The skill organizes output data into a structured format to ensure clarity and ease of integration. Below is the primary data structure used for weather reports:
| Key | Type | Description |
|---|---|---|
| weather_report | Object | Root container for the weather data |
| current_summary | String | A punchy summary of real-time conditions |
| forecast_summary | String | Overview of the weather trend for the requested period |
| highlights | Array | Bulleted list of key meteorological takeaways |
| suggestions | Array | Contextual advice (e.g., UV protection, clothing) |
| alerts | Array | Formal meteorological warnings (if any) |
Loading
A professional-grade weather querying and analysis skill that provides real-time data, multi-day forecasts, and actionable AI-generated travel advice.

A sophisticated state management and session recovery system that prevents data loss during subagent timeouts by using checkpoints and scheduled cron resumes.

A comprehensive automation skill for managing the full lifecycle of FoxReach cold email outreach, from lead sourcing to campaign analytics.

Automate and manage every aspect of your FoxReach cold email outreach platform through a powerful AI-driven interface.

A Node.js-based automation suite for managing the full lifecycle of BTC-collateralized loans on the PGP (Elastos) network.

A specialized skill enabling the execution of AetherLang V3 domain-specific AI workflows directly through Claude Code for high-depth analysis.








































