/install doppler
doppler
Setup
macOS:
brew install dopplerhq/cli/doppler
Or install from https://docs.doppler.com/docs/install-cli for other platforms.
Verify installation:
doppler --version
Always use --json flag when calling commands programmatically.
Authentication
doppler login
Resources
Setup
| Command | Description |
|---|---|
doppler setup |
Configure Doppler for current directory |
doppler setup --project \x3Cname> --config \x3Cconfig> |
Configure with specific project and config |
Secrets
| Command | Description |
|---|---|
doppler secrets |
List all secrets in current config |
doppler secrets get KEY |
Get a specific secret value |
doppler secrets get KEY --plain |
Get plain text value (no formatting) |
doppler secrets set KEY=value |
Set a secret |
doppler secrets set KEY1=val1 KEY2=val2 |
Set multiple secrets |
doppler secrets delete KEY |
Delete a secret |
doppler secrets download --no-file --format env |
Download secrets as .env format |
doppler secrets download --no-file --format json |
Download secrets as JSON |
Run
| Command | Description |
|---|---|
doppler run -- \x3Ccommand> |
Run a command with secrets injected as env vars |
doppler run -- npm start |
Run npm start with secrets injected |
doppler run --command "echo \$KEY" |
Run shell command with secrets |
Projects
| Command | Description |
|---|---|
doppler projects |
List all projects |
doppler projects create \x3Cname> |
Create a new project |
doppler projects delete \x3Cname> |
Delete a project |
doppler projects get \x3Cname> |
Get project details |
Configs
| Command | Description |
|---|---|
doppler configs |
List all configs in current project |
doppler configs create --name \x3Cname> --environment \x3Cenv> |
Create a new config |
doppler configs delete --config \x3Cname> --yes |
Delete a config |
doppler configs clone --config \x3Csource> --name \x3Ctarget> |
Clone a config |
Environments
| Command | Description |
|---|---|
doppler environments |
List all environments |
doppler environments create --name \x3Cname> --slug \x3Cslug> |
Create an environment |
doppler environments delete \x3Cslug> |
Delete an environment |
Activity
| Command | Description |
|---|---|
doppler activity |
View recent activity log |
doppler activity --number 20 |
View last 20 activity entries |
Global Flags
| Flag | Description |
|---|---|
--json |
Output result as JSON |
--project \x3Cname> |
Specify project |
--config \x3Cname> |
Specify config |
--token \x3Ctoken> |
Use service token for auth |
--no-color |
Disable colored output |
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install doppler - After installation, invoke the skill by name or use
/doppler - Provide required inputs per the skill's parameter spec and get structured output
What is Doppler?
Manage secrets and environment variables via Doppler CLI - secrets, projects, configs, environments. Use when user mentions 'doppler', 'secrets management',... It is an AI Agent Skill for Claude Code / OpenClaw, with 248 downloads so far.
How do I install Doppler?
Run "/install doppler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Doppler free?
Yes, Doppler is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Doppler support?
Doppler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Doppler?
It is built and maintained by Melvyn (@melvynx); the current version is v1.0.0.