/install skylv-secret-detector
Secrets Scanner
Overview
Scans repositories for accidentally committed secrets and API keys.
When to Use
- User asks to "scan for secrets" or "security audit"
- Pre-commit or pre-push security check
Patterns to Detect
AWS Key: AKIA[0-9A-Z]{16} GitHub Token: ghp_[a-zA-Z0-9]{36} Generic API Key: api[_-]?key.[a-zA-Z0-9]{20,} Private Key: -----BEGIN (RSA|DSA|EC) PRIVATE KEY----- Password in URL: ://[^@]+:.@ Slack Token: xox[baprs]-[0-9]{10,13}-[0-9]{10,13}
Commands
Windows: Select-String -Path . -Include .js,.py -Recurse -Pattern "ghp_[a-zA-Z0-9]{36}"
Linux/macOS: grep -rE "ghp_[a-zA-Z0-9]{36}|AKIA[0-9A-Z]{16}" --include=".js" --include=".py" .
Prevention
Add to .gitignore: .env .key credentials. secrets.* *.pem
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-secret-detector - After installation, invoke the skill by name or use
/skylv-secret-detector - Provide required inputs per the skill's parameter spec and get structured output
What is Skylv Secret Detector?
Scans code for leaked secrets, API keys, tokens, and passwords. Triggers: scan secrets, check api key, security scan, leaked token. It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install Skylv Secret Detector?
Run "/install skylv-secret-detector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv Secret Detector free?
Yes, Skylv Secret Detector is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv Secret Detector support?
Skylv Secret Detector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv Secret Detector?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.