π¦ ClawHub
Dark Web Credential Checker
by @edgeiq-labs
Checks if email addresses or usernames appear in public data breaches and dark web leaks, reporting exposed data types and breach details.
π‘ Examples
Basic email check (free tier)
python3 credential_checker.py --email "your_email@example.com"
Pro username + breach source search
EDGEIQ_EMAIL=your_email@gmail.com python3 credential_checker.py \
--email "your_email@example.com" \
--username "johndoe" \
--pro
Full bundle scan with JSON report
EDGEIQ_EMAIL=your_email@gmail.com python3 credential_checker.py \
--email "your_email@example.com" \
--bundle --output breach-report.json
As OpenClaw Discord Command
In #edgeiq-support channel:
!breach user@example.com
!breach user@example.com --pro
!breach user@example.com --username johndoe --bundle
TERMINAL
clawhub install edgeiq-dark-web-credential-checker