prose

Coordinate multi-agent OpenProse workflows to automate AI task orchestration.

14|5|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill prose-openclaw-easy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/openclaw-easy/openclaw-easy-desktop/tree/main/openclaw/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill prose-openclaw-easy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProse VM skill pack enables orchestration of multi-agent workflows by exposing a unified mechanism to define agents, sessions, imports, and parallel constructs, so teams can build complex AI pipelines without bespoke glue code.

Core Features & Use Cases

  • Centralized agent orchestration: define agent templates, import programs, and compose sessions with context.
  • Parallel, blocks, and pipelines: coordinate concurrent sessions, block invocations, and map/reduce style data flows.
  • State persistence and inspection: integrates with common OpenProse state backends to enable resumption, auditing, and debugging.
  • Use Case: Orchestrate data prep, model evaluation, and decision reasoning across multiple agents in a single workflow.

Quick Start

To begin, load a simple example and run it with the OpenProse VM to see a basic multi-agent workflow in action.

Frequently Asked Questions about prose

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple AI agents in a parallel workflow?

Multi-agent orchestration coordinates concurrent AI sessions and block invocations using the OpenProse VM. You define agent templates and compose pipelines to execute complex workflows without bespoke glue code.

What is OpenProse VM and how does it manage agent orchestration?

OpenProse VM is a semantic execution engine that manages multi-agent workflows. It handles state persistence, imports, and parallel constructs so teams can build complex AI pipelines with resumption and auditing capabilities.

How do I start building multi-agent pipelines with parallel execution?

To build multi-agent pipelines, create a SKILL.md file at your project root with a name and description. The OpenProse VM then executes your defined agents, blocks, and concurrent sessions across the workflow.

Do I need a specific file structure to run orchestrated AI sessions?

Yes, orchestrated AI sessions require a SKILL.md file at the project root containing the name and description. Optional scripts, references, and assets can be included alongside the OpenProse VM state backends.

Can I resume and inspect state in parallel multi-agent workflows?

State persistence and inspection are supported through integration with common OpenProse state backends. This enables workflow resumption, auditing, and debugging across concurrent sessions and map/reduce data flows.

What's the best way to automate data prep and model evaluation across agents?

Defining a single orchestrated workflow using OpenProse VM is the best approach. It coordinates data prep, model evaluation, and decision reasoning across multiple agents without requiring custom integration code.