keyward
01Plugin Claude Code
Plugin marketplace listing 1 plugin: keyward.
Plugin Claude Code
Plugin marketplace listing 1 plugin: keyward.
Plugin Claude Code
Auto-detects API keys and secrets in your prompts, saves them to chmod-600 files in /.claude/secrets/, blocks the original prompt, and re-submits a sanitized version via OS-level paste automation. Cross-platform (macOS, Linux, Windows). Zero-friction secret hygiene for Claude Code.
Command
List all secrets currently saved by Keyward (names only, never values).
Command
Delete a saved secret slot from /.claude/secrets/.
Command
Save an API key to /.claude/secrets/ .txt. The hook intercepts the value before it reaches the model.
Command
Bypass Keyward detection for this single prompt — useful for discussing key formats, pasting example tokens, or sharing logs that contain dummy secrets.
Hook
Runs when you submit a prompt, before the agent sees it, executing intercept.py via python3. From albemiglio/keyward.
Skill Claude CodeCodex
Use when a prompt references a file path under /.claude/secrets/, or contains a > reference, or asks to use a saved API key. Teaches the correct pattern for reading vaulted secrets WITHOUT leaking them into bash output, the model context, or the session transcript.