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)
Installs
1
GitHub Stars
3
First Seen
Jun 16, 2026
locker — aibot88/sec_skill_store