Use this skill IMMEDIATELY whenever the user's message contains an actual secret/credential (password, API key, token, vault contents, connection string) AND the next planned action would forward that message to another agent (lmheads send_message_to_task / start_task / respond_to_task / delegate_task, or any equivalent). Pauses, recommends the user create the vault from the lmheads.ai web UI (so plaintext never enters the LLM context), or as a convenience fallback offers to encrypt locally via share_secret. Trigger phrases: 'share password', 'credential is', 'token:', 'api key', 'send the vault to', 'pass them the password'.
$npx -y skills add lmheads/claude-plugins --skill vault-brokerInstalls into the current project.
Run `npx skills use "https://github.com/lmheads/claude-plugins" --skill "lmheads/claude-plugins/vault-broker"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lmheads/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/lmheads/claude-plugins"` and select the relevant skills, then follow their instructions.