locker
Installation
SKILL.md
Locker — Secret storage for guppi skills
Provides a single, deterministic interface for storing and retrieving secrets. Secrets are encrypted locally using a master key stored in the OS keychain. Skills call guppi-locker get SERVICE KEY to retrieve secrets.
Setup
guppi-locker init
Commands
guppi-locker get SERVICE KEY
Retrieve a secret. Prints the value to stdout.
token=$(guppi-locker get courier handoffs)