A specialized weather data integration for fetching forecasts, historical trends, and site-specific risk assessments for construction project management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weather-api-1
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-api-1 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This Openclaw Skills integration provides a robust interface for accessing meteorological data tailored specifically for the construction industry. Since weather impacts approximately 50% of all construction activities, this skill bridges the gap between raw atmospheric data and actionable project management. It allows developers and project managers to programmatically retrieve historical trends and future forecasts to mitigate delays and optimize site safety.
By leveraging the Open-Meteo API, the skill provides a Python-based client to evaluate workability based on specific environmental thresholds. Whether you are managing concrete pours, crane operations, or exterior painting, this Openclaw Skills resource ensures that weather-related risks are quantified and integrated directly into your automated workflows, allowing for data-driven decision making in the field.
To get started with this skill on Openclaw Skills, ensure you have the required Python dependencies installed in your environment.
pip install requests pandas
Once installed, you can initialize the client and begin fetching weather data immediately without complex API keys for basic tiers:
from weather_api import WeatherAPIClient
weather = WeatherAPIClient()
# Get a 7-day forecast for your site coordinates
conditions = weather.get_forecast(latitude=52.52, longitude=13.41, days=7)
The skill organizes data into structured formats that facilitate both automated processing and human-readable reporting.
| Attribute | Description | Data Type |
|---|---|---|
| timestamp | The specific hour or date of the weather record | datetime |
| risk_level | The assessed danger for construction (LOW to CRITICAL) | Enum |
| workable_hours | The estimated number of hours viable for outdoor work | int |
| affected_activities | List of specific tasks (e.g., 'concrete_pour') impacted | list |
| precipitation | Recorded or forecasted rainfall in millimeters | float |
Loading
A privacy-first metasearch skill that enables AI agents to query local SearXNG instances for web, image, and news data.

Perform real-time web searches directly within your AI agent's workflow to access the latest internet data.

A comprehensive search integration for AI agents providing access to 17 global and domestic search engines without the need for API keys.

Power your AI agent with real-time Google Search results and Gemini-powered grounding for accurate, cited answers.

An advanced brand identity extraction engine that uses computer vision and web scraping to generate structured visual profiles from any website.

A sophisticated routing engine that transforms natural language descriptions into structured visual configurations for automated image generation.








































