Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
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 plus a
/prose.proseOfficial site: https://www.prose.md
.proseBundled plugins are disabled by default. Enable OpenProse:
bashopenclaw plugins enable open-prose
Restart the Gateway after enabling the plugin.
Dev/local checkout:
openclaw plugins install ./path/to/local/open-prose-pluginRelated docs: Plugins, Plugin manifest, Skills.
OpenProse registers
/proseCommon commands:
text/prose help /prose run <file.prose> /prose run <handle/slug> /prose run <https://example.com/file.prose> /prose compile <file.prose> /prose examples /prose update
.proseprose# Research + synthesis with two agents running in parallel. input topic: "What should we research?" agent researcher: model: sonnet prompt: "You research thoroughly and cite sources." agent writer: model: opus prompt: "You write a concise summary." parallel: findings = session: researcher prompt: "Research {topic}." draft = session: writer prompt: "Summarize {topic}." session "Merge the findings + draft into a final answer." context: { findings, draft }
OpenProse keeps state under
.prose/text.prose/ ├── .env ├── runs/ │ └── {YYYYMMDD}-{HHMMSS}-{random}/ │ ├── program.prose │ ├── state.md │ ├── bindings/ │ └── agents/ └── agents/
User-level persistent agents live at:
text~/.prose/agents/
OpenProse supports multiple state backends:
.prose/runs/...sqlite3psqlNotes:
/prose run <handle/slug>https://p.prose.md/<handle>/<slug>web_fetchexecOpenProse programs map to OpenClaw primitives:
| OpenProse concept | OpenClaw tool |
|---|---|
| Spawn session / Task tool | text sessions_spawn |
| File read/write | text readtext write |
| Web fetch | text web_fetch |
If your tool allowlist blocks these tools, OpenProse programs will fail. See Skills config.
Treat
.proseFor deterministic, approval-gated workflows, compare with Lobster.
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine