By ellyseum
Secure secrets handling for Claude Code - run API calls without exposing keys in session logs
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Cross-model consultation and autonomous repo grinding as Claude Code skills wrapped around @ellyseum/cordyceps. `cordy` spawns peer LLMs (Codex, Gemini, Ollama, Claude variants) in parallel for code reviews, plan critiques, brainstorms, and cross-family fact-checks. `grinder` loops through user-defined work units (plan → council → revise → implement → test → diff council → commit) until done.
Eidetic memory - injects knowledge map from memory files on session start
Externalize Claude's auto-memory into your project directory — git-committable, portable, collaboratively editable
Interactive PTY terminal sessions for Claude Code — spawn, interact with, and manage terminal processes with real TTY support
Context awareness plugin — tracks model, effort, token usage. Injects status into conversation when state changes.
npx claudepluginhub ellyseum/claude-vault --plugin claude-vaultSecrets lifecycle with masking for Claude Code: set, get, list, rotate, delete, validate, run-with-secrets, and a web UI (/secrets:*). Bundles the PostToolUse output-masking hook (plugin-local hook-mask-output.sh, resolved via CLAUDE_PLUGIN_ROOT) so credentials never print unmasked - no host script install needed.
Encrypted secrets manager for Claude Code sessions backed by a private Git repo
Blocks secrets and PII before they reach the Anthropic API
Scan codebase for exposed secrets, API keys, passwords, and sensitive credentials
Real-time secret-leak guardrails for AI coding agents (Claude Code, Codex), Git hooks, and CI.
Secret safety hooks: auto-load credentials via CLAUDE_ENV_FILE, redact secrets from CLI output. Powered by the nopeek CLI.