Vault Secrets

Store, read or rotate a credential — a provider API key, a channel bot token, an MCP token, a third-party service key — or add a new secret kind. Use whenever a change touches a credential at rest, whenever something needs to be encrypted, and whenever reviewing code that could leak a plaintext key into a response, a log line or an audit entry. Everything seals through app/core/vault.py; there is deliberately no second mechanism.

vstorm-co 1e58509 4.5 KB Updated

File contents

vstorm-co/agenticos/tree/main/.claude/skills/vault-secrets commit 1e58509c2c

Frequently asked questions

npx skillmds@latest add vstorm-co/vault-secrets