openclaw/extensions/open-prose
2026-05-06 09:47:34 +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: bump version to 2026.5.6 2026-05-06 09:47:34 +01:00
README.md
runtime-api.ts
tsconfig.json chore(plugins): bulk add package boundary tsconfig rollout 2026-04-07 08:48:23 +01:00

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)