prose

Execute multi-agent workflows defined in the OpenProse declarative language.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/JiayueMeng128/OpenClaw2Androidtrying --skill prose-jiayuemeng128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/JiayueMeng128/OpenClaw2Androidtrying/tree/main/openclaw/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/JiayueMeng128/OpenClaw2Androidtrying --skill prose-jiayuemeng128

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows you to define and execute complex multi-agent workflows using a structured, human-readable programming language, turning AI sessions into powerful, programmable computers.

Core Features & Use Cases

  • AI Workflow Orchestration: Define sequences, parallel tasks, loops, and error handling for AI agents.
  • Agent Management: Define, configure, and manage specialized AI agents with custom prompts, models, and skills.
  • Use Case: Automate a code review process where one agent researches the issue, another critiques the code, and a third synthesizes the feedback into a actionable report.

Quick Start

Use the prose skill to run the example program 'examples/01-hello-world.prose'.

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 AI workflows with parallel execution and error handling?

Multi-agent AI workflows are orchestrated by defining sequences, parallel tasks, loops, and error handling using the OpenProse declarative programming language. A virtual machine model executes these programs while managing agent lifecycles and context passing.

Can I define specialized AI agents with custom prompts and models for workflow automation?

Specialized AI agents can be defined, configured, and managed with custom prompts, models, and skills. This agent management capability allows assigning specific roles to different agents within a structured workflow automation program.

What is OpenProse and how does it handle state persistence for AI agents?

OpenProse is a declarative programming language used to define multi-agent workflows. It handles state persistence through a virtual machine model, ensuring context passing and agent lifecycles are maintained during complex parallel execution.

Does multi-agent workflow orchestration support dynamic program composition and reusable blocks?

Multi-agent workflow orchestration supports dynamic program composition via imports. It allows reusable blocks to be defined, enabling modular construction of complex sequences and parallel tasks for AI agent execution.

How do I automate a code review process using multiple AI agents?

Automating a code review process involves orchestrating multiple AI agents where one researches the issue, another critiques the code, and a third synthesizes feedback. This is achieved by defining these steps in a structured OpenProse program.

What are the limitations of using a declarative programming language for LLMOps automation?

Using a declarative programming language for LLMOps automation requires understanding OpenProse syntax to manage agent lifecycles and parallel execution. Complex error handling and state persistence logic must be explicitly programmed within the virtual machine model.