sk

sk Docs Hub 🔐

sk Hero

Welcome to the sk docs site: a fast path to secure local secret handling for AI agents, ML workflows, and software teams.

Latest Release Project Wiki Support

Start in 60 Seconds

  1. Install: brew tap dmoliveira/tap && brew install sk
  2. Store a secret: printf '%s' "$KEY" | sk add -k OPENAI_API_KEY --stdin --force
  3. Read at runtime: export OPENAI_API_KEY="$(sk get -k OPENAI_API_KEY)"

Security Center

For AI Agents and ML Teams

Maintainer Commands

make ci
make release-snippet TAG=v0.2.1
./scripts/smoke.sh

Support sk 💛