albemiglio

8 mods across 1 repository, 1 stars between them.

keyward

01

albemiglio/keyward

Plugin Claude Code

Plugin marketplace listing 1 plugin: keyward.

1 19d ago A tokens not measured original MIT

keyward

02

albemiglio/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.

1 19d ago A tokens not measured original MIT

key-list

03

albemiglio/keyward

Command

List all secrets currently saved by Keyward (names only, never values).

1 19d ago A 15 tokens original MIT

key-rm

04

albemiglio/keyward

Command

Delete a saved secret slot from /.claude/secrets/.

1 19d ago A 12 tokens original MIT

key

05

albemiglio/keyward

Command

Save an API key to /.claude/secrets/ .txt. The hook intercepts the value before it reaches the model.

1 19d ago C 27 tokens original MIT

raw

06

albemiglio/keyward

Command

Bypass Keyward detection for this single prompt — useful for discussing key formats, pasting example tokens, or sharing logs that contain dummy secrets.

1 19d ago A 29 tokens original MIT

UserPromptSubmit

07

albemiglio/keyward

Hook

Runs when you submit a prompt, before the agent sees it, executing intercept.py via python3. From albemiglio/keyward.

1 19d ago A tokens not measured copy · 83% MIT

using-keyward

08

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.

1 19d ago C 68 tokens original MIT