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/is_it_down_skill" ~/.claude/skills/leon-ai-leon-is-it-down-skill && rm -rf "$T"
manifest:
skills/is_it_down_skill/SKILL.mdsource content
Guidance
Choose This Skill When
- The owner wants to know whether a specific website or domain is down.
Resolve With Context
- Require a concrete website or domain.
- Reuse the active domain only for clear follow-up checks.
Avoid
- Do not guess the website when the owner is vague.