openclaw/extensions/open-prose
2026-05-04 10:09:55 +01:00
..
skills/prose
index.ts
openclaw.plugin.json perf: mark capability plugins startup lazy 2026-04-28 04:33:47 +01:00
package.json chore(release): prepare 2026.5.4 2026-05-04 10:09:55 +01:00
README.md
runtime-api.ts
tsconfig.json

OpenProse (plugin)

Adds the OpenProse skill pack and /prose slash command.

Enable

Bundled plugins are disabled by default. Enable this one:

{
  "plugins": {
    "entries": {
      "open-prose": { "enabled": true }
    }
  }
}

Restart the Gateway after enabling.

What you get

  • /prose slash command (user-invocable skill)
  • OpenProse VM semantics (.prose programs + multi-agent orchestration)
  • Telemetry support (best-effort, per OpenProse spec)