Agent skill
doppler
Fetch secrets from Doppler for API keys and credentials.
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
- Create project in Doppler dashboard
- Add secrets (GEMINI_API_KEY, BREX_TOKEN, etc.)
- Generate service token for project/config
- Set
DOPPLER_TOKENon server
Common commands
Get a single secret:
doppler secrets get GEMINI_API_KEY --plain
List all secrets (names only):
doppler secrets --only-names
List secrets with values:
doppler secrets
Run a command with secrets injected:
doppler run -- some-command
Download secrets as JSON:
doppler secrets download --no-file --format json
Notes
- Service tokens are scoped to a single project + config (e.g.,
dev,prod) --plainstrips quotes/newlines for scripting- Never log or echo secret values
- Prefer
doppler secrets get <NAME> --plainfor single secrets
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
linear
Query and manage Linear issues, projects, and team workflows.
clawdhub
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
frontend-design
Expert frontend design guidelines for creating beautiful, modern UIs. Use when building landing pages, dashboards, or any user interface.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
Didn't find tool you were looking for?