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· 201·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain-lab/page-builder.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Page Builder" (bytesagain-lab/page-builder) from ClawHub.
Skill page: https://clawhub.ai/bytesagain-lab/page-builder
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install page-builder

ClawHub CLI

Package manager switcher

npx clawhub@latest install page-builder
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
201downloads
0stars
3versions
Updated 1w ago
v2.0.2
MIT-0

Page Builder

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Page Builder concepts, best practices, and implementation patterns. No API keys or credentials required.

Commands

CommandDescription
introintro reference
quickstartquickstart reference
patternspatterns reference
debuggingdebugging reference
performanceperformance reference
securitysecurity reference
migrationmigration reference
cheatsheetcheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...