技能 编程开发 MDA兼容性演示(OpenClaw)

MDA兼容性演示(OpenClaw)

v20260526
mda-compat-openclaw
此技能用于演示和验证OpenClaw平台对通过MDA编译的技能的兼容性。它确认了MDA源文件能成功安装并被OpenClaw正确解析和识别,用于验证技能格式和加载流程的稳定性。
获取技能
271 次下载
概览

MDA Compat Demo (OpenClaw)

This skill exists to verify OpenClaw SKILL.md compatibility from an MDA-compiled output.

Three things are true if OpenClaw discovers and loads this skill:

  1. openclaw skills install <dir> --global accepts the MDA-emitted file.
  2. The frontmatter name matches the package directory name (spec §06-2.1).
  3. The agentskills.io v1 envelope subset (name, description) survives the round-trip from .mda source to compiled output to OpenClaw's managed plugin-skills directory.

Source: compat/openclaw/source.mda. Compile: mda compile compat/openclaw/source.mda --target SKILL.md --out-dir compat/openclaw/build --integrity.

What this does NOT prove:

  • That OpenClaw parses MDA-extended frontmatter under metadata.mda.* (we do not require it).
  • That signatures or integrity digests are verified at load time (no current runtime does that).
  • That MDA v1.0 can author OpenClaw-specific top-level fields (e.g. user-invocable, which one shipped OpenClaw skill carries at top level). Those are out of MDA v1.0 scope under §06-3.4, symmetric with the Claude Code runtime-fields gap.
信息
Category 编程开发
Name mda-compat-openclaw
版本 v20260526
大小 1.7KB
更新时间 2026-06-02
语言