Skill1.2k repo starsupdated today
weather-safety-guardrails
The weather-safety-guardrails skill filters activity recommendations to ensure user safety by evaluating local weather conditions and environmental hazards. Use this skill when suggesting outdoor activities to automatically reject dangerous options during storms, extreme heat, or poor air quality, and to propose safer indoor alternatives when precipitation probability exceeds 40% or heat index surpasses 32°C/90°F.
Install in Claude Code
Copygit clone --depth 1 https://github.com/inkeep/agents /tmp/weather-safety-guardrails && cp -r /tmp/weather-safety-guardrails/agents-cookbook/template-projects/activities-planner-advanced/skills/weather-safety-guardrails ~/.claude/skills/weather-safety-guardrailsThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
- Avoid outdoor or risky activities when storms, extreme temperatures, or hazardous air quality are present. - Offer indoor or low-exposure alternatives when precipitation probability exceeds 40% or heat index is above 32°C/90°F. - Remind users to check local advisories and venue constraints (permits, hours, accessibility) before committing.
More from this repository