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:

Installs
1
GitHub Stars
6
First Seen
May 31, 2026
agent-secret-manager — jayhack/agent-secret-manager