首页龙虾技能列表 › Doppler

Doppler

v1.0.0

Manage secrets and environment variables via Doppler CLI - secrets, projects, configs, environments. Use when user mentions 'doppler', 'secrets management',...

0· 207·0 当前·0 累计
by @melvynx (Melvyn)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/11
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is an instruction-only helper for the Doppler CLI and its requested actions and guidance are consistent with that purpose.
评估建议
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 ...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/11

- 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.

● 无害

安装命令 点击复制

官方npx clawhub@latest install doppler
镜像加速npx clawhub@latest install doppler --registry https://cn.clawhub-mirror.com

技能文档

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

CommandDescription
doppler setupConfigure Doppler for current directory
doppler setup --project --config Configure with specific project and config

Secrets

CommandDescription
doppler secretsList all secrets in current config
doppler secrets get KEYGet a specific secret value
doppler secrets get KEY --plainGet plain text value (no formatting)
doppler secrets set KEY=valueSet a secret
doppler secrets set KEY1=val1 KEY2=val2Set multiple secrets
doppler secrets delete KEYDelete a secret
doppler secrets download --no-file --format envDownload secrets as .env format
doppler secrets download --no-file --format jsonDownload secrets as JSON

Run

CommandDescription
doppler run -- Run a command with secrets injected as env vars
doppler run -- npm startRun npm start with secrets injected
doppler run --command "echo \$KEY"Run shell command with secrets

Projects

CommandDescription
doppler projectsList all projects
doppler projects create Create a new project
doppler projects delete Delete a project
doppler projects get Get project details

Configs

CommandDescription
doppler configsList all configs in current project
doppler configs create --name --environment Create a new config
doppler configs delete --config --yesDelete a config
doppler configs clone --config --name Clone a config

Environments

CommandDescription
doppler environmentsList all environments
doppler environments create --name --slug Create an environment
doppler environments delete Delete an environment

Activity

CommandDescription
doppler activityView recent activity log
doppler activity --number 20View last 20 activity entries

Global Flags

FlagDescription
--jsonOutput result as JSON
--project Specify project
--config Specify config
--token Use service token for auth
--no-colorDisable colored output
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务