← Back to Skills Marketplace
ckchzh

Js Compiler

by BytesAgain2 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
189
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install js-compiler
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for JS Compiler concepts, best practices, and implementation patterns.
README (SKILL.md)

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

Command Description
intro intro reference
quickstart quickstart reference
patterns patterns reference
debugging debugging reference
performance performance reference
security security reference
migration migration reference
cheatsheet cheatsheet 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 | [email protected]

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: js-compiler Version: 2.0.2 The skill is a purely informational reference tool providing documentation for 'js-compiler' concepts. The implementation in 'scripts/script.sh' uses static heredocs to output plain-text guides and contains no network calls, sensitive file access, or command execution beyond basic output. All content in 'SKILL.md' and the script is consistent with the stated purpose of providing a developer cheatsheet.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install js-compiler
  3. After installation, invoke the skill by name or use /js-compiler
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
publish v2.0.0
Metadata
Slug js-compiler
Version 2.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Js Compiler?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for JS Compiler concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 189 downloads so far.

How do I install Js Compiler?

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

Is Js Compiler free?

Yes, Js Compiler is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Js Compiler support?

Js Compiler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Js Compiler?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.2.

💬 Comments