prose

Define and execute multi-agent workflows using the OpenProse declarative language.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/badbsallyy/openclaw-source-code --skill prose-badbsallyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/badbsallyy/openclaw-source-code/tree/main/openclaw-sourcecode.zip/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/badbsallyy/openclaw-source-code --skill prose-badbsallyy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates complex multi-agent workflows by allowing you to write structured programs that define agent behavior, data flow, and execution logic.

Core Features & Use Cases

  • AI Agent Orchestration: Define and manage multiple AI agents within a single program.
  • Workflow Automation: Create reusable, deterministic workflows for tasks like code review, research synthesis, or content generation.
  • Use Case: Imagine you need to review a piece of code from multiple perspectives: security, performance, and style. You can write a .prose program that defines specialized agents for each review type, runs them in parallel, and then synthesizes their feedback into a single 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 multiple AI agents in a structured workflow?

You orchestrate multiple AI agents by writing declarative programs that define agent behavior, data flow, and execution logic. This approach automates complex multi-agent workflows through structured syntax and an intelligent VM for execution.

What is the best way to run parallel AI agent tasks like multi-perspective code review?

The best way to run parallel AI agent tasks is by defining specialized agents within a declarative program. You can execute agents in parallel for distinct tasks like security or performance reviews, then synthesize their feedback into a single report.

Can I handle errors and manage state in multi-agent systems?

Yes, you can handle errors and manage state in multi-agent systems. The execution environment facilitates agent orchestration, parallel execution, error handling, and state management through its structured syntax and intelligent VM.

How do I start writing workflow automation programs for AI agents?

You start writing workflow automation programs by creating declarative scripts. You can run the included example program 'examples/01-hello-world.prose' to understand the syntax for defining agent behavior and data flow.

Do I need external dependencies to run multi-agent workflows?

No external dependencies are required to run multi-agent workflows. The system operates independently using its own declarative programming language and an intelligent VM to facilitate execution, state management, and agent orchestration.

When should I use a declarative programming language for LLMops?

You should use a declarative programming language for LLMops when you need reusable, deterministic workflows for complex tasks. It allows you to define specialized agents, reusable blocks, and dynamic context passing for AI-driven processes.