install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/skillguard/test-fixtures/clean-skill" ~/.claude/skills/sundial-org-awesome-openclaw-skills-weather-check && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/skillguard/test-fixtures/clean-skill" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-weather-check && rm -rf "$T"
manifest:
skills/skillguard/test-fixtures/clean-skill/SKILL.mdsource content
Weather Check
When the user asks about weather, use this skill to look up current conditions.
Usage
Call the weather API with the location name. Return temperature, conditions, and forecast.