find-credential-usage
Installation
SKILL.md
Find Credential Usage
Input Parameters
| Parameter | Required | Description | Example |
|---|---|---|---|
credential_to_search |
Yes | The API key, token, password, or credential string to search for | sk-svcacct-2HXNWxbX0cap |
search_scope |
No | full (entire home directory), projects (Code/Herd only), or critical (.env and config files only) |
full |
Procedure
-
Ask for the credential to search if not provided
-
Search each location and collect results:
# Environment variables env | grep -i "{{SEARCH_TERM}}"