openclaw/extensions/open-prose
Yaroslav Halchenko 524d17102b [DATALAD RUNCMD] chore: fix typos with codespell
Fixed typos:
- re-use -> reuse (docs/token-use.md, src/commands/agent/session.ts)
- overlayed -> overlaid (docs/tools/browser.md)
- assistent -> assistant (extensions/open-prose/skills/prose/guidance/antipatterns.md)
- thats -> that's (test files)

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "uvx codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2026-01-24 23:19:09 -05:00
..
skills/prose [DATALAD RUNCMD] chore: fix typos with codespell 2026-01-24 23:19:09 -05:00
clawdbot.plugin.json feat: add OpenProse plugin skills 2026-01-23 00:49:40 +00:00
index.ts feat: add OpenProse plugin skills 2026-01-23 00:49:40 +00:00
package.json chore: bump version to 2026.1.23 2026-01-23 22:14:56 +00:00
README.md feat: add OpenProse plugin skills 2026-01-23 00:49:40 +00: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)