OpenProse workflow language for OpenClaw. Use when running the /prose slash command or the open-prose plugin. Canonical docs: docs.openclaw.ai/prose. Triggers on: prose, openprose, /prose, .prose files, prose workflow, multi-agent workflow, parallel agents, agent orchestration.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
OpenProse workflow language for OpenClaw. Use when running the /prose slash command or the open-prose plugin. Canonical docs: docs.openclaw.ai/prose. Triggers on: prose, openprose, /prose, .prose files, prose workflow, multi-agent workflow, parallel agents, agent orchestration.
OpenClaw Prose (OpenProse)
OpenProse is a portable, markdown-first workflow format for orchestrating AI sessions. In OpenClaw it ships as a plugin (open-prose) that installs a skill pack and a /prose slash command. Programs live in .prose files and can spawn multiple sub-agents with explicit control flow.
Quick start
# Enable the plugin (bundled, disabled by default) and restart the gateway
openclaw plugins enable open-prose
openclaw gateway restart
# Run a program
/prose run ./research.prose
See upstream
The canonical OpenProse documentation lives in upstream OpenClaw:
This skill is a thin pointer. The bundled reference docs that previously lived at references/ (install, slash-command, programming, runtime-mapping, state, examples) were dropped in v1.7.10 because their content was not verifiable against the upstream source — the canonical material is in the upstream docs linked above. If you need content that is not yet covered upstream, see the upstream source files directly or open an issue against the ClawDoc repo.