claude-vault
01Plugin Claude Code
Vault-agnostic secret handling for Claude Code: the model never sees your plaintext keys.
Plugin Claude Code
Vault-agnostic secret handling for Claude Code: the model never sees your plaintext keys.
Plugin Claude Code
Vault-agnostic secret handling for Claude Code: store, list, and inject secrets without the model ever seeing plaintext. Multi-backend (file/Keychain/1Password) with PreToolUse blocking and output redaction.
Hook
Runs before the agent uses a tool for Read, Bash, Edit, Write, MultiEdit and NotebookEdit tool calls, executing pre_tool_block.py via python3. From hsperus/claude-vault.
Hook
Runs after a tool call finishes for Bash and Read tool calls, executing post_tool_redact.py via python3. From hsperus/claude-vault.
Skill Claude CodeCodex
Use this skill whenever the user mentions API keys, passwords, tokens, credentials, secrets, .env files, OAuth tokens, or any sensitive value that needs to end up in code, config, or a command. The skill stores secrets in a vault that the model never reads — you reference them by name and let the claude-vault CLI…