
Weather Automation
- 1 installs
- 6 repo stars
- Updated January 30, 2026
- claude-office-skills/skills-hub
automate weather-based workflows, forecasts, alerts, and location-aware notifications
About
Weather Automation integrates with your automation platform. Use it to automate weather-based workflows, forecasts, alerts, and location-aware notifications.
- Automate weather-based workflows, forecasts, alert...
- Workflow integration and automation
Weather Automation by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,980 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/claude-office-skills/skills-hub --skill weather-automationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 6 |
| Last updated | January 30, 2026 |
| Repository | claude-office-skills/skills-hub ↗ |
What it does
automate weather-based workflows, forecasts, alerts, and location-aware notifications
Files
Weather Automation
Automate weather-based workflows and notifications.
Core Capabilities
Current Weather
current_weather:
location: "San Francisco, CA"
# or coordinates
lat: 37.7749
lon: -122.4194
response:
temperature: 65°F
feels_like: 63°F
humidity: 72%
wind_speed: 12 mph
conditions: "Partly Cloudy"
uv_index: 5Forecast
forecast:
location: "New York, NY"
days: 7
daily:
- date: "2024-01-20"
high: 45°F
low: 32°F
conditions: "Snow"
precipitation_chance: 80%
hourly:
interval: 3 # hours
periods: 24Weather Alerts
alert_rules:
- name: "Rain Alert"
condition:
precipitation_chance: "> 70%"
within_hours: 6
action:
notify: slack
message: "☔ Rain expected in next 6 hours"
- name: "Freeze Warning"
condition:
temperature: "< 32°F"
action:
- notify: sms
- trigger: home_assistant
action: protect_pipesWorkflow Examples
Morning Briefing
morning_weather:
trigger: daily at 6:30 AM
actions:
- get_forecast:
location: home
days: 1
- send_notification:
channel: slack_dm
message: |
🌤️ Good morning! Today's weather:
High: {{high}}°F | Low: {{low}}°F
{{conditions}}
{{#if rain}}☔ Bring an umbrella!{{/if}}Event Planning
event_weather:
trigger: calendar_event_tomorrow
condition:
event_type: outdoor
actions:
- get_forecast:
location: "{{event.location}}"
date: "{{event.date}}"
- if:
precipitation_chance: "> 50%"
then:
- notify: organizer
message: "Consider backup venue - rain likely"Best Practices
1. Caching: Cache frequent requests 2. Units: Support both metric/imperial 3. Accuracy: Use reliable data sources 4. Alerts: Set sensible thresholds 5. Location: Support multiple formats
Related skills
Automation & Workflowsintegrations