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

  1. Ask for the credential to search if not provided

  2. Search each location and collect results:

    # Environment variables
    env | grep -i "{{SEARCH_TERM}}"
    
Installs
5
GitHub Stars
2
First Seen
Mar 1, 2026
find-credential-usage — dalehurley/phpbot