openclaw/extensions/open-prose
2026-04-20 13:16:40 +01:00
..
skills/prose
index.ts
openclaw.plugin.json
package.json chore: release 2026.4.20 2026-04-20 13:16:40 +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)