BetterPrompt

v1.0.3

Discover, install, and run reusable AI prompt skills from the BetterPrompt registry via the CLI (betterprompt / bp). Use when a user needs to find a prompt s...

0· 128·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe discovering and running BetterPrompt prompt skills. The SKILL.md instructs the agent to use the BetterPrompt CLI, manage skills, search, generate outputs, and install into agents — all consistent with the stated purpose. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are narrowly scoped to running the BetterPrompt CLI commands (search, info, generate, outputs, skill install/uninstall) and handling CLI output. The guide references local image file paths and an explicit working directory flag (--dir), which are relevant for providing image inputs and project-scoped installs. There are no instructions to read arbitrary system files or unrelated environment variables.
Install Mechanism
Install spec uses the npm package 'betterprompt' (creates binaries betterprompt, bp). This is expected for a CLI integration, but npm installs execute third-party code and are a moderate-risk install mechanism — review the package source, version, and provenance before globally installing.
Credentials
The skill declares no required environment variables or credentials. Authentication is performed via the CLI's browser login flow (expected). No unrelated secrets or cross-service credentials are requested.
Persistence & Privilege
The skill does not request always:true and does not demand elevated platform privileges. The CLI can install prompt skills into agents (via --agent) which is appropriate for its purpose; this is scoped to the agent skill-management workflow rather than modifying unrelated system-wide settings.
Assessment
This skill is internally consistent and simply instructs the agent to use the BetterPrompt CLI. Before installing: 1) Review the npm package (betterprompt) source and published author to ensure it matches the project's homepage; 2) Prefer project-scoped installs over global (-g) or use a container/VM for isolation; 3) Be aware the CLI's browser login will produce tokens/cookies stored locally — treat them like credentials; 4) Inspect individual prompt skills (skillmd) before installing them into your agent, since installed prompt skills can run arbitrary prompts and may ask for local file inputs or send data to external endpoints; 5) Pin a specific CLI version rather than always using @latest to reduce supply-chain risk.

Like a lobster shell, security has layers — review code before you run it.

latestvk971j2gekzh2a2nkjzzs7fdrhx83pd0s

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧩 Clawdis

Install

Install BetterPrompt CLI (node)
Bins: betterprompt, bp
npm i -g betterprompt

Comments