Inside Claude Code, run these three commands:
/plugin marketplace add https://github.com/breachsense/breachsense-plugins
/plugin install breachsense@breachsense
/reload-plugins
Pick “Install for you (user scope)” when prompted so the skill is available across every project on your machine.
Run /skills to confirm. You should see breachsense:query listed as on. The skill is open source. The data behind it requires a Breachsense license key, which you set with one environment variable (covered below).
Most investigators use the plugin for quick checks mid-incident. Ask “Has alex@example.com shown up in any stealer log this quarter?” or “Find anyone with a leaked AWS key tied to our org.” Claude routes the question, returns the relevant rows, and flags what’s worth acting on first. No curl flags or endpoint paths to remember.
The plugin shines in fast triage. The REST API is still the right path for continuous monitoring, watchlist management at scale, and SIEM/SOAR integrations. The plugin is for the ad-hoc question you’d otherwise lose ten minutes to.

