← Back to Skills Marketplace
shaoyanji

Skill Compiler

by shaoyanji · GitHub ↗ · v0.2.0
cross-platform ⚠ suspicious
747
Downloads
1
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install skill-compiler
Description
Compile SKILL.md files into runtime artifacts (SKILL.struct.json and SKILL.toon), verify freshness/health, and prepare portable publish-ready skill folders f...
Usage Guidance
This package appears incomplete: SKILL.md refers to scripts (check-env, compile-skill, compile-all, exe) and required binaries (mdquery, toon) that are not included or declared in the registry metadata. Before installing or running: (1) inspect the referenced scripts in the repository (skills/public/skill-compiler/scripts/*) — do not run them until you can review their contents; (2) verify where the listed helper binaries come from and whether they are already on your system or need to be installed from trusted sources; (3) run the compiler only in a sandbox or non-production checkout to avoid unintended writes across ./skills; (4) if you got this from a registry listing, ask the publisher why the package lacks the scripts it references or obtain a complete release (scripts + checksums) from a trusted homepage. The inconsistencies could be an innocuous packaging omission, but they also make the skill's behavior unclear — treat it as suspicious until you can validate the missing components.
Capability Analysis
Type: OpenClaw Skill Name: skill-compiler Version: 0.2.0 The skill-compiler bundle is a developer tool designed to optimize SKILL.md files into runtime artifacts (JSON/toon) for better performance. The provided files (SKILL.md, _meta.json, and skill.yaml) describe standard local compilation and environment check tasks without requesting network access or sensitive secrets. No evidence of malicious intent, data exfiltration, or prompt injection was found in the documentation or metadata.
Capability Assessment
Purpose & Capability
The skill claims to 'compile' SKILL.md using scripts under skills/public/skill-compiler/scripts, and its SKILL.md frontmatter lists required bins (bash, mdquery, jq, toon). However the package contains no scripts or binaries and the registry metadata lists no required binaries or env vars — this mismatch means the skill cannot perform its claimed purpose as provided and raises questions about where the required tooling lives.
Instruction Scope
The runtime instructions instruct the agent to run local scripts to check environment, compile a specific SKILL.md, and compile all SKILL.md under ./skills — operations that will read and write many repository files. That file-system scope is consistent with a compiler, but the referenced scripts (check-env, compile-skill, compile-all, exe) are not present in the file manifest, so the instructions are incomplete and could cause the agent to try to run non-existent commands or to search for external tooling.
Install Mechanism
There is no install spec (instruction-only), which is low-risk from an installation/extraction perspective. The absence of an installer reduces the chance of arbitrary code being downloaded as part of an install, but it also means the skill as packaged is incomplete.
Credentials
No environment variables, credentials, or config paths are requested. The SKILL.md frontmatter lists 'network: false' and 'secrets: []', which aligns with a local compile tool and does not ask for unrelated credentials.
Persistence & Privilege
The skill does not request always:true and does not claim autonomous privileges. It does describe writing artifact files (SKILL.struct.json, SKILL.toon) into the repository, which is expected for a compiler but is a file-write capability the user should be aware of before running.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-compiler
  3. After installation, invoke the skill by name or use /skill-compiler
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Add exe/execute trigger docs and bundled artifact-first entrypoint
v0.1.0
Initial mock package
Metadata
Slug skill-compiler
Version 0.2.0
License
All-time Installs 3
Active Installs 3
Total Versions 2
Frequently Asked Questions

What is Skill Compiler?

Compile SKILL.md files into runtime artifacts (SKILL.struct.json and SKILL.toon), verify freshness/health, and prepare portable publish-ready skill folders f... It is an AI Agent Skill for Claude Code / OpenClaw, with 747 downloads so far.

How do I install Skill Compiler?

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

Is Skill Compiler free?

Yes, Skill Compiler is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Skill Compiler support?

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

Who created Skill Compiler?

It is built and maintained by shaoyanji (@shaoyanji); the current version is v0.2.0.

💬 Comments