mirror of https://github.com/openclaw/openclaw.git
* Extensions: fix oxfmt drift on main * Plugins: restore runtime barrel exports on main * Config: restore web search compatibility types * Telegram: align test harness with reply runtime * Plugin SDK: fix channel config accessor generics * CLI: remove redundant search provider casts * Tests: restore main typecheck coverage * Lobster: fix test import formatting * Extensions: route bundled seams through plugin-sdk * Tests: use extension env helper for xai * Image generation: fix main oxfmt drift * Config: restore latest main compatibility checks * Plugin SDK: align guardrail tests with lint * Telegram: type native command skill mock |
||
|---|---|---|
| .. | ||
| skills/prose | ||
| README.md | ||
| index.ts | ||
| openclaw.plugin.json | ||
| package.json | ||
| runtime-api.ts | ||
README.md
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
/proseslash command (user-invocable skill)- OpenProse VM semantics (
.proseprograms + multi-agent orchestration) - Telemetry support (best-effort, per OpenProse spec)