weather-api

Installation
SKILL.md

Weather API for Construction

Overview

Weather impacts 50% of construction activities. This skill fetches weather data for scheduling, risk assessment, and productivity adjustments.

Python Implementation

import requests
import pandas as pd
from typing import Dict, Any, List, Optional
from dataclasses import dataclass
from datetime import datetime, timedelta
from enum import Enum
Installs
66
GitHub Stars
229
First Seen
Mar 5, 2026
weather-api — datadrivenconstruction/ddc_skills_for_ai_agents_in_construction