Comb skill
Skill ibnaleem/comb-skill
🔍 Give your AI agent access to the Combination of Many Breaches dataset, containing 3.2 billion credentials
npx -y skills add ibnaleem/comb-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Search 3.2 billion leaked credentials in the COMB dataset via ProxyNova API (no API key required).
The file declares its own license as GPL-3.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.8 KB, as published. Nobody here has run it
COMB
One primary service, no API keys needed.
The COMB API allows you to search emails, usernames, and passwords.
Required arg: email, username, or password.
Append ?query= with the supplied email, username, or password.
Simple request:
curl 'https://api.proxynova.com/comb?query=jrubin'
# Output:
# {
# "count": 795,
# "lines": [
# "[email protected]:IUSPgL1T",
# "[email protected]:michelle",
# "[email protected]:wayne9",
# "[email protected]:jake14",
# "[email protected]:maomao",
# "[email protected]:jacky",
# "[email protected]:jerry",
# "[email protected]:jr2203",
# "[email protected]:jr147369",
# "[email protected]:divorce",
# "[email protected]:divorce1",
# "[email protected]:vizsla123",
# "[email protected]:hammer316",
# "[email protected]:msierk05",
# "[email protected]:sasha2",
# "[email protected]:muaddib16",
# "[email protected]:stab8ler",
# "[email protected]:slower",
# "[email protected]:lacrosse",
# "[email protected]:pizza99"
# ]
# }
Rate Limits
The API will only return 100 results max. The API will also limit you to about 100 requests per minute.
References
https://www.proxynova.com/tools/comb/
https://cybernews.com/news/largest-compilation-of-emails-and-passwords-leaked-free/