← スキル一覧に戻る

doppler
by elliottminns
Skills for Dreamfox 🦊 - Clawdbot agent skills
⭐ 1🍴 0📅 2026年1月8日
SKILL.md
name: doppler description: Fetch secrets from Doppler for API keys and credentials. homepage: https://doppler.com metadata: {"clawdbot":{"emoji":"🔐","requires":{"bins":["doppler"],"env":["DOPPLER_TOKEN"]},"install":[{"id":"brew","kind":"brew","formula":"dopplerhq/cli/doppler","bins":["doppler"],"label":"Install doppler (brew)"},{"id":"script","kind":"bash","command":"curl -sLf https://cli.doppler.com/install.sh | sh","bins":["doppler"],"label":"Install doppler (script)"}]}}
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
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です