Remove the bundled OpenProse plugin and /prose command now that upstream owns the maintained Agent Skill. Preserve /prose as migration documentation and let Doctor clean stale plugin configuration. BREAKING CHANGE: The bundled OpenProse plugin and /prose command are removed. Co-authored-by: Ayaan Zaidi <hi@obviy.us>
1.8 KiB
title, sidebarTitle, summary, read_when
| title | sidebarTitle | summary | read_when | |||
|---|---|---|---|---|---|---|
| OpenProse removal and migration | OpenProse migration | OpenClaw no longer bundles OpenProse or the /prose command. Move to the maintained upstream Agent Skill and clean stale plugin configuration. |
|
OpenClaw no longer bundles the OpenProse plugin or its /prose command. OpenProse
continues as a maintained upstream Agent Skill. Existing .prose source files
remain yours; the removed plugin did not store state in OpenClaw's SQLite database.
Migrate
-
Clean stale bundled-plugin configuration:
openclaw doctor --fixDoctor removes
open-prosefrom plugin allowlists, denylists, and plugin entries. No OpenClaw database migration is required. -
From your workspace root, install the upstream skill:
npx skills add openprose/prose --skill open-prose --agent codex --copy -yThis copies the skill to
.agents/skills/open-prose, which OpenClaw loads as a project Agent Skill. It does not restore the removed bundled plugin or the/prosecommand. -
If you are upgrading older OpenProse source, start a new OpenClaw agent session in the workspace and send:
prose upgrade --dry-runThis is an Agent Skill command, not a shell executable. Review the plan, then send
prose upgradein the same session. The upstream upgrade does not migrate old runtime ledgers or state, so retain your source files and begin with a clean state directory.