agent-secret-manager
Installation
SKILL.md
Agent Secret Manager
When setup, tests, migrations, deploy previews, or integrations need secret values, run agent-secret-manager through npx instead of asking the human to paste values into chat.
Commands
Request one or more secrets:
npx agent-secret-manager request OPENAI_API_KEY --reason "Run the local OpenAI example"
Generate a request spec with no secret values:
npx agent-secret-manager spec OPENAI_API_KEY DATABASE_URL > secrets.request.json
Request from a spec: