← Back to Skills Marketplace
melvynx

Doppler

by Melvyn · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
248
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install doppler
Description
Manage secrets and environment variables via Doppler CLI - secrets, projects, configs, environments. Use when user mentions 'doppler', 'secrets management',...
README (SKILL.md)

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
Usage Guidance
This skill is coherent: it merely documents how to use the official Doppler CLI. Before installing or letting an agent run commands: verify the install command against Doppler's official docs, prefer installing from the official source, and be careful when authenticating the CLI (tokens grant access to secrets). Never run untrusted commands via 'doppler run' (it injects real secrets into the command's environment). If you need stricter safety, prefer creating a least-privilege service token for the CLI and review any agent actions that would call 'doppler run' or 'doppler secrets get' before allowing them.
Capability Analysis
Type: OpenClaw Skill Name: doppler Version: 1.0.0 The skill provides a standard interface for the Doppler CLI to manage secrets and environment variables. It uses official installation methods (brew install dopplerhq/cli/doppler) and documents legitimate CLI commands for secret management, project configuration, and activity logging. No evidence of malicious intent, unauthorized data exfiltration, or prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md content: all instructions and examples are Doppler CLI commands and installation instructions. The skill does not request unrelated credentials, binaries, or access.
Instruction Scope
Runtime instructions stay on-topic: how to install, authenticate, list/manage secrets, projects, configs, environments, and use 'doppler run'. The doc advises using --json and references doppler login and --token (both expected). It does not instruct reading arbitrary files, system state, or sending data to unexpected external endpoints.
Install Mechanism
No install spec is embedded in the package (instruction-only). The SKILL.md recommends 'brew install dopplerhq/cli/doppler' or the official Doppler install docs — a standard and proportional recommendation for installing the official CLI.
Credentials
The skill requests no environment variables or credentials itself. It does instruct using 'doppler login' and mentions the '--token' flag (both normal for a secrets manager). Users should understand authenticating the CLI will provide access to secrets; that is expected but important to be cautious about which tokens/credentials are used and stored.
Persistence & Privilege
Skill is instruction-only, has no install-time persistence, and 'always' is false. It does allow agent invocation (normal), but the skill does not request system-wide config changes or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install doppler
  3. After installation, invoke the skill by name or use /doppler
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the doppler skill. - Allows managing secrets and environment variables via the Doppler CLI. - Provides command guidance for secrets, projects, configs, environments, and activity logging. - Includes setup instructions, authentication steps, and global flags for flexible CLI usage.
Metadata
Slug doppler
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments