Leon speed_test_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/speed_test_skill" ~/.claude/skills/leon-ai-leon-speed-test-skill && rm -rf "$T"
manifest: skills/speed_test_skill/SKILL.md
source content

Guidance

Choose This Skill When

  • The owner explicitly wants to run a network speed test.

Resolve With Context

  • Treat this as an operational measurement request.
  • Keep follow-up answers tied to the current test result.

Avoid

  • Do not use this skill for general network troubleshooting unless the owner specifically asked for a speed test.