Leon weather_forecast_skill

Guidance

install
source · Clone the upstream repo
git clone https://github.com/leon-ai/leon
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leon-ai/leon "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/weather_forecast_skill" ~/.claude/skills/leon-ai-leon-weather-forecast-skill && rm -rf "$T"
manifest: skills/weather_forecast_skill/SKILL.md
source content

Guidance

Choose This Skill When

  • The owner wants a forecast for a place and optionally a specific day or time window.

Resolve With Context

  • Prefer an explicitly stated location.
  • Reuse the active location or forecast horizon from the current skill context only when the owner is clearly following up.

Avoid

  • Do not assume a location if none was provided or grounded in the active conversation.
  • Do not answer historical climate questions with this forecast skill.