prose

Build and execute cross-agent workflows with deterministic task routing.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/karaabd23-crypto/openclaw --skill prose-karaabd23-crypto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/karaabd23-crypto/openclaw/tree/main/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/karaabd23-crypto/openclaw --skill prose-karaabd23-crypto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProse VM skill pack enables seamless orchestration of multi-agent workflows within OpenProse, turning ad-hoc prompts into structured, reproducible automation. It abstracts away boilerplate session management and agent orchestration so teams can build complex AI-driven pipelines with predictable behavior.

Core Features & Use Cases

  • Unified VM orchestration: spawn subagents, manage parallel branches, and chain tasks across sessions.
  • Stateful workflows: supports filesystem, in-context, SQLite, and PostgreSQL state backends for resumption and auditing.
  • Composable programs: supports imports, blocks, and memory for persistent agents; suitable for captain patterns and long-running pipelines.
  • Real-world use: orchestrate a data-processing workflow across agents, generators, validators, and reporters with robust error handling.

Quick Start

Run a .prose program to see OpenProse coordinate multiple agents and produce structured outputs.

Frequently Asked Questions about prose

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

FAQPage Schema
How do I orchestrate multi-agent workflows with deterministic task routing?

Multi-agent workflow orchestration with deterministic task routing is achieved by spawning subagents and chaining tasks across sessions using the Prose VM, which enforces clear inputs, outputs, and predictable behavior.

How does state management work for long-running AI agent workflows?

State management for long-running AI agent workflows supports filesystem, in-context, SQLite, and PostgreSQL backends. This enables session resumption and auditing across complex, persistent pipelines without losing execution context.

Can I use SQLite and PostgreSQL backends for AI agent session management?

Yes, SQLite and PostgreSQL backends are supported for AI agent session management. The VM provides robust state handling across these databases alongside filesystem and in-context options for resumption and auditing.

What is the best way to build reproducible AI automation pipelines across agents?

Building reproducible AI automation pipelines involves running composable programs with imports, blocks, and memory. This abstracts away boilerplate session management to structure ad-hoc prompts into predictable, multi-agent workflows.

Do I need specific dependencies to run cross-agent workflows with a VM?

No specific external dependencies are required to run cross-agent workflows with the VM. The skill pack operates independently to provide unified orchestration, stateful workflows, and composable programs for structured automation.

When should I use a captain pattern for AI agent orchestration?

A captain pattern for AI agent orchestration should be used when building long-running pipelines that require persistent agents, memory blocks, and structured task routing across varied backends to ensure robust error handling and reproducible outputs.