Weather Api 1
Fetch weather data for construction scheduling. Historical data, forecasts, and risk assessment for outdoor work.
Why use this skill?
Optimize construction schedules with Weather API 1. Get real-time forecasts, historical data, and risk assessments to manage outdoor work projects efficiently.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/phucanh08/weather-api-1What This Skill Does
The Weather API 1 skill provides OpenClaw agents with the ability to retrieve hyper-local weather data, forecasts, and historical climate information specifically optimized for the construction industry. By integrating directly with Open-Meteo, this skill allows users to pull metrics such as temperature, humidity, wind speed, and precipitation. Beyond raw data, it includes an assessment layer that classifies weather risk levels—from low to critical—allowing site managers to identify when outdoor activities like concrete pouring, crane operations, or exterior finishing might be compromised by environmental conditions.
Installation
You can integrate this capability into your agent workflow using the following OpenClaw command:
clawhub install openclaw/skills/skills/phucanh08/weather-api-1
Once installed, ensure your environment has the required 'requests' and 'pandas' libraries installed to support the data processing logic provided in the implementation.
Use Cases
This skill is ideal for construction project managers and schedulers who need to move beyond generic weather forecasts. Use cases include:
- Automated Scheduling: Automatically flagging days where high wind speeds would trigger safety protocols for tower crane operations.
- Risk Mitigation: Analyzing historical climate data to calculate the probability of delays due to rainfall during critical project phases.
- Resource Management: Adjusting labor allocation for outdoor work based on hourly temperature and humidity thresholds that affect curing times or worker safety.
Example Prompts
- "Check the 7-day weather forecast for the project site at latitude 34.05 and longitude -118.24 and identify any days where wind speeds exceed safety thresholds for heavy machinery."
- "Provide a workability assessment for the next 3 days. Are there any expected weather conditions that would prevent concrete pouring based on local humidity and temperature?"
- "Summarize the historical rainfall data for our job site from last month to help us justify a weather-related schedule extension request."
Tips & Limitations
- Precision: Ensure you provide precise latitude and longitude coordinates for your specific job site, as micro-climates can vary significantly in construction contexts.
- Risk Thresholds: The risk assessment logic assumes standard construction safety practices. You should manually review 'CRITICAL' flagged days to cross-reference against local safety regulations.
- Data Refresh: Forecasts are based on publicly available meteorological models; always check local official warnings for extreme weather events like hurricanes or flash floods.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-phucanh08-weather-api-1": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
codex-cli
Use OpenAI Codex CLI for coding tasks. Triggers: codex, code review, fix CI, refactor code, implement feature, coding agent, gpt-5-codex. Enables Clawdbot to delegate coding work to Codex CLI as a subagent or direct tool.
web-search
Search the web for real-time information.
multi-search-engine
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.
google-search
Google web search via Gemini Search Grounding (primary) and Custom Search JSON API (fallback). Use for: (1) Synthesized answers with citations (grounded search), (2) Raw link results with snippets, (3) Image search. Excellent Hebrew support. Preferred over built-in web_search (Perplexity).
searxng
Privacy-respecting metasearch using your local SearXNG instance. Search the web, images, news, and more without external API dependencies.