Agent skill

doppler

Fetch secrets from Doppler for API keys and credentials.

Stars 3
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/elliottminns/dreamfox-skills/tree/main/doppler

Metadata

Additional technical details for this skill

clawdbot
{
    "emoji": "\ud83d\udd10",
    "install": [
        {
            "id": "brew",
            "bins": [
                "doppler"
            ],
            "kind": "brew",
            "label": "Install doppler (brew)",
            "formula": "dopplerhq/cli/doppler"
        },
        {
            "id": "script",
            "bins": [
                "doppler"
            ],
            "kind": "bash",
            "label": "Install doppler (script)",
            "command": "curl -sLf https://cli.doppler.com/install.sh | sh"
        }
    ],
    "requires": {
        "env": [
            "DOPPLER_TOKEN"
        ],
        "bins": [
            "doppler"
        ]
    }
}

SKILL.md

doppler

Use doppler to fetch secrets. Requires DOPPLER_TOKEN env var (service token scoped to project).

Setup

  1. Create project in Doppler dashboard
  2. Add secrets (GEMINI_API_KEY, BREX_TOKEN, etc.)
  3. Generate service token for project/config
  4. Set DOPPLER_TOKEN on server

Common commands

Get a single secret:

bash
doppler secrets get GEMINI_API_KEY --plain

List all secrets (names only):

bash
doppler secrets --only-names

List secrets with values:

bash
doppler secrets

Run a command with secrets injected:

bash
doppler run -- some-command

Download secrets as JSON:

bash
doppler secrets download --no-file --format json

Notes

  • Service tokens are scoped to a single project + config (e.g., dev, prod)
  • --plain strips quotes/newlines for scripting
  • Never log or echo secret values
  • Prefer doppler secrets get <NAME> --plain for single secrets

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results