Install
openclaw skills install @space-cadet/pass-secretsStore, retrieve, list, and remove GPG-encrypted secrets using the pass password-store with a specified GPG key.
openclaw skills install @space-cadet/pass-secretsStore and retrieve secrets using pass (password-store) with GPG encryption.
# Already initialized:
# - GPG key: 4FA146198B574BE88C2FCE607BCA61011E422C14
# - Pass store: ~/.password-store/
pass insert -m path/to/secret
# Type value, press Ctrl+D
Or pipe directly:
echo "value" | gpg --encrypt --recipient 4FA146198B574BE88C2FCE607BCA61011E422C14 > ~/.password-store/path.gpg
pass show path/to/secret
pass ls
pass rm path/to/secret
| Path | Description |
|---|---|
api/kimi | Kimi API key |
api/kimi-plugin | Kimi plugin API key |
api/gemini | Gemini API key |
api/openrouter | OpenRouter API key |
~/.password-store/ and ~/.gnupg/ separately