prose

Define and execute structured programs orchestrating AI agent workflows.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/sky770825/openclaw-console-hub --skill prose-sky770825
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/sky770825/openclaw-console-hub/tree/main/openclaw-main/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/sky770825/openclaw-console-hub --skill prose-sky770825

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates complex AI workflows by allowing you to write structured programs that orchestrate multiple AI agents, manage their state, and control their execution flow.

Core Features & Use Cases

  • AI Workflow Orchestration: Define multi-agent tasks as .prose programs.
  • Agent Management: Define, configure, and manage AI agents with specific models, prompts, and permissions.
  • State Management: Persist execution state via files, SQLite, or PostgreSQL for complex, long-running, or collaborative workflows.
  • Use Case: Automate a code review process where one agent identifies issues, another suggests fixes, and a third synthesizes the feedback into a report, all managed by a central orchestrator agent.

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 structured programs using a declarative language. This approach manages agent lifecycles and complex control flows like parallel execution, loops, and error handling within a centralized execution framework.

Can I persist state across sessions for long-running AI agent workflows?

Yes, you can persist state across sessions for long-running AI agent workflows. The system supports multiple state backends including filesystem, SQLite, and PostgreSQL to maintain execution state and agent memory.

What is a declarative language for AI workflow orchestration and when do I need it?

A declarative language for AI workflow orchestration allows you to define multi-agent tasks as structured programs. You need it when automating complex pipelines that require specific models, prompts, and permissions for different agents.

Does this AI agent orchestration tool support parallel execution and error handling?

Yes, this AI agent orchestration tool supports parallel execution and error handling. It manages complex control flows natively, allowing multiple agents to execute concurrently while maintaining robust error management.

How do I manage agent memory for persistent AI assistants?

You manage agent memory for persistent AI assistants by utilizing the built-in state management capabilities. This ensures context and execution state are maintained across sessions using supported backends like PostgreSQL or SQLite.

What's the best way to automate a multi-agent code review process?

The best way to automate a multi-agent code review process is defining it as a structured program. One agent identifies issues, another suggests fixes, and a third synthesizes feedback, all managed by a central orchestrator.