What it does

Checks if a password (or list of passwords) appears in known data breaches via the Have I Been Pwned (HIBP) Pwned Passwords API.

How it arrives

You don't install skills one by one. ClevskillSetup installs the whole curated pack, wires the safety hooks, and verifies each skill actually runs on your machine. The weekly health scan re-checks it from then on, and repairs route through your approval.

Setup

This skill works best with a Have I Been Pwned API key (a free tier exists). The installer's Connect step walks you through getting the key, validates it against the provider, and stores it in the encrypted vault; it is never written to a plaintext file. Without the key the skill still runs in local-only mode where that is safe, and tells you what it skipped.

Invoke it

In Claude Code or Claude Cowork, just ask in plain language; skills trigger on intent. Things people say that make this skill run:

you: is my password breached
you: check this password
you: has this password been pwned
claude: [password-breach-checker runs, result returned with full audit log]

Part of the security suite: it runs automatically where it applies, fails closed on errors, and never sends your content anywhere.