Page Builder

v2.0.2

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Page Builder concepts, best practices, and implementation patterns.

0· 98·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 (Page Builder reference) match the actual contents: static reference text and CLI-like commands. There are no unexpected env vars, binaries, or external services required.
Instruction Scope
SKILL.md states outputs are produced via heredoc with no external calls; the shipped scripts/script.sh implements exactly that. Minor inconsistency: SKILL.md/version is 2.0.2 while the script's internal VERSION is 2.0.1 and the help heredoc is quoted (so $VERSION won't expand), which is a harmless documentation/versioning mismatch but worth noting.
Install Mechanism
No install spec is provided (instruction-only skill). A single bash script is included but no downloads or installation steps are required. Nothing writes external archives or fetches remote code.
Credentials
The skill requests no environment variables, no credentials, and the runtime script does not read sensitive config paths or environment variables. Proportional to the skill's functionality.
Persistence & Privilege
always is false and the skill does not request persistent/system privileges or change other skill configurations. It is invoked on demand and does not enable permanent background behavior.
Assessment
This skill is a simple, local reference/CLI script that prints documentation; it does not use network access or require credentials. You can inspect scripts/script.sh before using it (noting the script's internal VERSION differs from the registry version and the quoted heredoc means the literal "$VERSION" may appear in help output). If you plan to execute the script, run it in a safe environment (it appears benign) and confirm you trust the BytesAgain source.

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

latestvk97fwr55kw9qndd86g55m9ht1h83g02v

License

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

Comments