← 返回
效率工具 中文

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...
将 SKILL.md 文件编译为运行时产物(SKILL.struct.json 和 SKILL.toon),验证文件新鲜度与健康状态,并生成可移植的发布就绪技能目录。
shaoyanji
效率工具 clawhub v0.2.0 1 版本 99811 Key: 无需
★ 1
Stars
📥 1,036
下载
💾 5
安装
1
版本
#latest

概述

skill-compiler

Compile-first workflow for skill runtime performance.

Commands

# Check local dependencies
skills/public/skill-compiler/scripts/check-env

# Compile one skill doc
skills/public/skill-compiler/scripts/compile-skill --skill skills/todoist/SKILL.md

# Compile all SKILL.md under a root (default: ./skills)
skills/public/skill-compiler/scripts/compile-all --root skills

Outputs

For each input SKILL.md, compiler generates sibling artifacts:

  • SKILL.struct.json (canonical runtime structure)
  • SKILL.toon (token-lean projection)

Entrypoint trigger setup (exe / execute)

Preferred runtime trigger words:

  • exe
  • execute

Resolution order:

  1. SKILL.struct.json / SKILL.toon (artifact-first)
  2. quick_cmd from frontmatter
  3. SKILL.md fallback

Use bundled helper:

skills/public/skill-compiler/scripts/exe skill-compiler

Publish-ready shape

This folder is ClawHub-ready once versioned:

  • SKILL.md
  • skill.yaml
  • scripts/*

Optional publish command:

clawhub publish ./skills/public/skill-compiler \
  --slug skill-compiler \
  --name "Skill Compiler" \
  --version 0.2.0 \
  --changelog "Add exe/execute trigger docs and artifact-first entrypoint"

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-03-30 16:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,633
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,834
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,284