secrets
Installation
SKILL.md
Secrets
Use this skill to load local credential sets into agent-run commands without printing or copying secret values into chat.
Credential files live under:
~/.secrets/.env.{name}[.{stage}]
Examples:
$secrets slackuses~/.secrets/.env.slack.$secrets chat.produses~/.secrets/.env.chat.prod.$secrets init foocreates~/.secrets/.env.foo.
Manage values with dotenvx. Do not hand-edit encrypted values unless the user explicitly wants plaintext local env files.