OpenProse is a portable, markdown-first workflow format for orchestrating AI sessions. In OpenClaw it ships as a plugin that installs an OpenProse skill pack and aDocumentation Index
Fetch the complete documentation index at: https://openclaw.ai2me.io/llms.txt
Use this file to discover all available pages before exploring further.
/prose slash command. Programs live in .prose files and can
spawn multiple sub-agents with explicit control flow.
Install
Enable the OpenProse plugin and restart the Gateway.
Run a program
Use
/prose run to execute a .prose file or remote program.Write programs
Author multi-agent workflows with parallel and sequential steps.
Install
For a local checkout:
openclaw plugins install ./path/to/local/open-prose-plugin
Slash command
OpenProse registers/prose as a user-invocable skill command:
/prose run <handle/slug> resolves to https://p.prose.md/<handle>/<slug>.
Direct URLs are fetched as-is using the web_fetch tool.
What it can do
- Multi-agent research and synthesis with explicit parallelism.
- Repeatable, approval-safe workflows (code review, incident triage, content pipelines).
- Reusable
.proseprograms you can run across supported agent runtimes.
Example: parallel research and synthesis
OpenClaw runtime mapping
OpenProse programs map to OpenClaw primitives:| OpenProse concept | OpenClaw tool |
|---|---|
| Spawn session / Task tool | sessions_spawn |
| File read / write | read / write |
| Web fetch | web_fetch |
File locations
OpenProse keeps state under.prose/ in your workspace:
State backends
filesystem (default)
filesystem (default)
State is written to
.prose/runs/... in the workspace. No extra
dependencies required.in-context
in-context
Transient state kept in the context window. Suitable for small, short-lived
programs.
sqlite (experimental)
sqlite (experimental)
Requires the
sqlite3 binary on PATH.postgres (experimental)
postgres (experimental)
Requires
psql and a connection string.Security
Treat.prose files like code. Review them before running. Use OpenClaw tool
allowlists and approval gates to control side effects. For deterministic,
approval-gated workflows, compare with Lobster.
Related
Skills reference
How OpenProse’s skill pack loads and what gates apply.
Subagents
OpenClaw’s native multi-agent coordination layer.
Text-to-speech
Add audio output to your workflows.
Slash commands
All available chat commands including /prose.