← 返回 Skills 市场
vince-winkintel

Planetscale Cli Skills

作者 Vince Lozada · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
756
总下载
2
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install planetscale-cli-skills
功能描述
Comprehensive PlanetScale CLI (pscale) command reference and workflows for database management via terminal. Use when user mentions PlanetScale CLI, pscale c...
安全使用建议
Overall this appears coherent and implements only PlanetScale CLI operations. Before installing or running scripts: 1) confirm you trust the skill source (README references a GitHub repo and ClawHub but source was listed as unknown); 2) ensure the pscale CLI is installed and authenticated (pscale auth login or export service token env vars); 3) note the scripts require PCRE-enabled grep (grep -oP) — this may fail on BSD/macOS grep; adjust to use grep -E/awk/jq or install GNU grep if needed; 4) do not paste service tokens into public places and don't commit them to VCS; 5) the registry metadata vs SKILL.md has a small mismatch about required binaries/env — treat pscale as required even if registry shows none. If you want extra assurance, inspect the included scripts locally (they are small and validate inputs) before running them.
功能分析
Type: OpenClaw Skill Name: planetscale-cli-skills Version: 1.0.2 The OpenClaw AgentSkills bundle for PlanetScale CLI is classified as benign. The skill's purpose is clearly defined as providing command reference and automation for `pscale` operations. The `SKILL.md` and `README.md` files contain no prompt injection attempts, and the shell scripts (`scripts/*.sh`) implement robust input validation (`validate_safe_name` function) to prevent shell injection. All `pscale` commands are executed with arguments passed as discrete tokens, further mitigating injection risks. Credential handling is delegated to the `pscale` CLI or environment variables as intended, with no evidence of unauthorized reading, storage, or exfiltration of sensitive data. The use of `grep -oP` is for parsing `pscale` output, not user input, and is not a vulnerability in this context.
能力评估
Purpose & Capability
Name/description match the actual contents: command references, workflows, and three bash automation scripts for pscale operations. The capabilities requested (running pscale CLI commands, optional service token env vars) are appropriate for a PlanetScale CLI helper.
Instruction Scope
SKILL.md only instructs running the pscale CLI and the included scripts. The scripts validate inputs, avoid eval/dynamic execution, and pass arguments as tokens. They reference the pscale config location for context but do not read or transmit unrelated system files or secrets.
Install Mechanism
No install spec (instruction-only) and scripts are included in the bundle. There are no downloaded binaries or remote installers. This is the lowest-risk install model and matches the skill's stated behavior.
Credentials
The skill documents optional environment variables PLANETSCALE_SERVICE_TOKEN_ID and PLANETSCALE_SERVICE_TOKEN for CI use — appropriate and proportionate. It also notes interactive login stores tokens in ~/.config/planetscale/. Minor inconsistency: top-level registry metadata lists no required binaries/env, while SKILL.md declares pscale as a required binary and those two env vars as optional.
Persistence & Privilege
always:false and user-invocable:true (normal). The skill does not request persistent system-wide changes or other skills' config. Scripts are local and run only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install planetscale-cli-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /planetscale-cli-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Security fixes: removed eval from all scripts, added input validation allowlist, added openclaw metadata block for Purpose & Capability / Credentials transparency
v1.0.1
Added requirements metadata for transparency (pscale binary, env vars, security notes about shell eval and grep portability)
v1.0.0
Initial release: 8 sub-skills, 3 automation scripts, complete pscale CLI coverage with 90-95% token efficiency
元数据
Slug planetscale-cli-skills
版本 1.0.2
许可证
累计安装 2
当前安装数 2
历史版本数 3
常见问题

Planetscale Cli Skills 是什么?

Comprehensive PlanetScale CLI (pscale) command reference and workflows for database management via terminal. Use when user mentions PlanetScale CLI, pscale c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 756 次。

如何安装 Planetscale Cli Skills?

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

Planetscale Cli Skills 是免费的吗?

是的,Planetscale Cli Skills 完全免费(开源免费),可自由下载、安装和使用。

Planetscale Cli Skills 支持哪些平台?

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

谁开发了 Planetscale Cli Skills?

由 Vince Lozada(@vince-winkintel)开发并维护,当前版本 v1.0.2。

💬 留言讨论