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/search_web_toolkit_skill" ~/.claude/skills/leon-ai-leon-search-web-toolkit-skill && rm -rf "$T"
manifest:
skills/search_web_toolkit_skill/SKILL.mdsource content
Guidance
Choose This Skill When
- The owner explicitly needs live web retrieval, search, or page analysis through this skill.
Resolve With Context
- Use the current task objective to choose the narrowest useful retrieval step.
- Prefer existing workflow context over repeating the same search.
Avoid
- Do not use this skill when a non-web local answer is sufficient.
- Do not broaden the search goal beyond the owner request.