← 返回 Skills 市场
shaoyanji

Skill Compiler

作者 shaoyanji · GitHub ↗ · v0.2.0
cross-platform ⚠ suspicious
747
总下载
1
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-compiler
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-compiler 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Add exe/execute trigger docs and bundled artifact-first entrypoint
v0.1.0
Initial mock package
元数据
Slug skill-compiler
版本 0.2.0
许可证
累计安装 3
当前安装数 3
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 747 次。

如何安装 Skill Compiler?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-compiler」即可一键安装,无需额外配置。

Skill Compiler 是免费的吗?

是的,Skill Compiler 完全免费(开源免费),可自由下载、安装和使用。

Skill Compiler 支持哪些平台?

Skill Compiler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Compiler?

由 shaoyanji(@shaoyanji)开发并维护,当前版本 v0.2.0。

💬 留言讨论