← Back to Skills Marketplace
vince-winkintel

Planetscale Cli Skills

by Vince Lozada · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
756
Downloads
2
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install planetscale-cli-skills
Description
Comprehensive PlanetScale CLI (pscale) command reference and workflows for database management via terminal. Use when user mentions PlanetScale CLI, pscale c...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install planetscale-cli-skills
  3. After installation, invoke the skill by name or use /planetscale-cli-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug planetscale-cli-skills
Version 1.0.2
License
All-time Installs 2
Active Installs 2
Total Versions 3
Frequently Asked Questions

What is Planetscale Cli Skills?

Comprehensive PlanetScale CLI (pscale) command reference and workflows for database management via terminal. Use when user mentions PlanetScale CLI, pscale c... It is an AI Agent Skill for Claude Code / OpenClaw, with 756 downloads so far.

How do I install Planetscale Cli Skills?

Run "/install planetscale-cli-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Planetscale Cli Skills free?

Yes, Planetscale Cli Skills is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Planetscale Cli Skills support?

Planetscale Cli Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Planetscale Cli Skills?

It is built and maintained by Vince Lozada (@vince-winkintel); the current version is v1.0.2.

💬 Comments