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 ^^^
|
||
|---|---|---|
| .. | ||
| skills/prose | ||
| clawdbot.plugin.json | ||
| index.ts | ||
| package.json | ||
| 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)