open source · zero dependencies · pure bash

ipeaky

Keys never touch chat history.
Secure API key management for AI agents.

ipeaky
$ ipeaky store OPENAI_API_KEY
Key: ••••••••••••••••
✓ Stored securely (stdin → file, 600 perms)
 
$ ipeaky list
OPENAI_API_KEY = sk-7****
 
$ ipeaky test OPENAI_API_KEY
✓ OpenAI key is valid.

How keys flow

You
stdin
~/.openclaw/credentials/
chmod 600
chat history
shell args
process list
logs
🔒

stdin-only

Keys never appear in command arguments, ps output, or shell history. Invisible to everything except the target file.

🧪

built-in tests

Validate keys against OpenAI, ElevenLabs, Anthropic APIs with one command. Know it works before you ship.

👁️

masked display

List shows sk-7**** — enough to identify, never enough to compromise. Full values never leave the file.

zero dependencies

Pure bash. No npm install, no pip, no Docker. Runs on any Unix system with a shell. That's it.

$ clawhub install ipeaky click to copy