Js Compiler

v2.0.2

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

0· 183·1 current·1 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ckchzh/js-compiler.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Js Compiler" (ckchzh/js-compiler) from ClawHub.
Skill page: https://clawhub.ai/ckchzh/js-compiler
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 js-compiler

ClawHub CLI

Package manager switcher

npx clawhub@latest install js-compiler
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (
Instruction Scope
SKILL.md states all commands output plain-text via heredoc with no external calls; the shell script implements only heredoc outputs and contains no network calls, no file reads/writes beyond stdout, and no access to environment variables or secrets. Small implementation bugs: help heredoc is single-quoted and contains the literal "$VERSION" rather than expanding it, and the script uses "shift 2" unconditionally which could drop arguments unexpectedly. These are functional issues, not scope creep.
Install Mechanism
No install spec; skill is instruction-only plus a simple script. No downloads, no package installs, and nothing is written to disk by an installer step — low-risk.
Credentials
No required environment variables, no credentials, and the script does not read env vars or config paths. The declared requirements (none) are proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other agent/system configs. Normal user-invocable/autonomous invocation settings are present but not combined with other privileges.
Assessment
This skill is essentially a local help/reference script and appears safe to install from a capability/privilege standpoint. Before using, you may want to: 1) review/correct minor bugs (version string mismatch, help shows literal $VERSION, cheatsheet references a non-existent "troubleshooting" command, and the unconditional "shift 2" may drop arguments) if you plan to run it with arguments; 2) run the script locally in a safe environment to verify behavior (e.g., ./scripts/script.sh help); and 3) confirm you obtained the skill from a trusted source. There is no network access or secret usage in the code, so no credential exposure is evident.

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

latestvk974b6qjm9scxsbxxc4r1wckds83htrh
183downloads
0stars
3versions
Updated 1mo ago
v2.0.2
MIT-0

Js Compiler

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for JS Compiler 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...