对 diet-tracking-analysis/SKILL.md 进行了针对 OpenClaw skill 运行时的兼容性分析。该 skill 本质上是一个完整的应用被包装成 SKILL.md 格式,其假设的能力远超 OpenClaw skill 系统所提供的范围。
OpenClaw 的 skill 系统是轻量级 prompt 注入——引擎扫描 SKILL.md 文件、解析 frontmatter、将内容注入到 LLM 的 system prompt 中。模型随后使用 agent 已有的工具(exec、read、write 等)来执行指令。Skill 不是独立的运行时。