Secret Set banner
vaultry vaultry

Secret Set

Communication community

Description

--- description: Store a secret via native macOS dialog (hidden input). Value never appears in chat. allowed-tools: Bash --- Store a secret in the encrypted store using a native macOS password dialog. The value never appears in chat or logs. ## Usage `/secret-set <NAME>` or `/secret-set <NAME> <prompt text>` ## Pattern ```bash NAME="${ARGUMENTS_FIRST_WORD}" PROMPT="${ARGUMENTS_REST:-Paste value for $NAME:}" if [ -z "$NAME" ]; then echo "Usage: /secret-set <NAME> [prompt]"; exit 1; fi VAL=$(

Installation

Installs to ~/.claude/skills/vaultry-claude-secrets-secret-set/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vaultry-claude-secrets-secret-set && curl -fsSL https://raw.githubusercontent.com/vaultry/claude-secrets/HEAD/commands/secret-set.md -o ~/.claude/skills/vaultry-claude-secrets-secret-set/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository