openclaw/extensions/open-prose
2026-06-30 11:31:08 -07:00
..
skills/prose docs: require OpenProse remote import consent 2026-06-24 16:36:48 -05:00
index.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
openclaw.plugin.json
package.json chore(release): close out 2026.6.11 on main 2026-06-30 11:31:08 -07:00
README.md
runtime-api.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
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)