openclaw/extensions/open-prose
Peter Steinberger 7bf80dc2c6
chore(tooling): enforce formatting and refresh TypeScript checks (#104239)
* chore(tooling): enforce current formatter and refresh checks

* chore(tooling): keep release changelog formatter-owned

* chore(tooling): retain compatible Node type surface

* ci: enforce formatting for docs-only changes

* ci: isolate docs formatter check

* chore(tooling): apply updated lint and format rules

* chore(tooling): satisfy updated switch lint

* style(ui): apply Linux formatter layout

* test(doctor): match quiet local audio contribution

* test(doctor): assert quiet output only

* test(doctor): follow restored information contract
2026-07-11 01:09:51 -07:00
..
skills/prose chore(tooling): enforce formatting and refresh TypeScript checks (#104239) 2026-07-11 01:09:51 -07:00
index.ts
openclaw.plugin.json feat: add Control UI plugin management (#103176) 2026-07-10 11:56:44 +01:00
package.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +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)