← 返回 Skills 市场
melvynx

Doppler

作者 Melvyn · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
248
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install doppler
功能描述
Manage secrets and environment variables via Doppler CLI - secrets, projects, configs, environments. Use when user mentions 'doppler', 'secrets management',...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install doppler
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /doppler 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug doppler
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Doppler 是什么?

Manage secrets and environment variables via Doppler CLI - secrets, projects, configs, environments. Use when user mentions 'doppler', 'secrets management',... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 248 次。

如何安装 Doppler?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install doppler」即可一键安装,无需额外配置。

Doppler 是免费的吗?

是的,Doppler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Doppler 支持哪些平台?

Doppler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Doppler?

由 Melvyn(@melvynx)开发并维护,当前版本 v1.0.0。

💬 留言讨论