スキル一覧に戻る
elliottminns

doppler

by elliottminns

Skills for Dreamfox 🦊 - Clawdbot agent skills

1🍴 0📅 2026年1月8日
GitHubで見るManusで実行

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

  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:

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)
  • --plain strips quotes/newlines for scripting
  • Never log or echo secret values
  • Prefer doppler secrets get <NAME> --plain for 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

レビュー

💬

レビュー機能は近日公開予定です