Leon have_i_been_pwned_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/have_i_been_pwned_skill" ~/.claude/skills/leon-ai-leon-have-i-been-pwned-skill && rm -rf "$T"
manifest: skills/have_i_been_pwned_skill/SKILL.md
source content

Guidance

Choose This Skill When

  • The owner wants to check whether an email address appears in Have I Been Pwned.

Resolve With Context

  • Require a concrete email address.
  • Keep the response factual and breach-focused.

Avoid

  • Do not guess an email address from surrounding context.