prose

Executes multi-agent workflows using the OpenProse declarative language.

5.1k|1.2k|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill prose-linuxhsj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/linuxhsj/openclaw-zero-token/tree/main/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill prose-linuxhsj

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, declarative programming language, eliminating the need for manual agent coordination and complex prompt engineering.

Core Features & Use Cases

  • AI Agent Orchestration: Define agents with specific models, prompts, and skills.
  • Workflow Automation: Create sequential, parallel, or conditional execution flows for AI tasks.
  • Use Case: Automate a code review process where one agent identifies potential bugs, another checks for style compliance, and a third synthesizes the 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?

Multi-agent workflow orchestration is achieved by defining execution flows using the declarative OpenProse programming language, which coordinates agents through a VM-like execution model for sequential, parallel, or conditional tasks.

Can I automate conditional execution and error handling for LLM agents?

Conditional execution and error handling for LLM agents are supported natively by the declarative programming language, allowing you to manage agent state and route execution dynamically without manual prompt engineering.

What is the best way to automate a multi-step code review process with AI?

Automating a multi-step code review process involves defining multiple AI agents where one identifies bugs, another checks style compliance, and a third synthesizes feedback into a single report using structured workflow automation.

Do I need a specific runtime environment to execute declarative agent programs?

Executing declarative agent programs requires a Prose Complete system to interpret and run the OpenProse language through its VM-like execution model, managing state and agent coordination.

How do I get started with defining AI agent workflows using a declarative language?

Getting started with declarative AI agent workflows involves running the provided example program, 'examples/01-hello-world.prose', to understand how the structured programming language defines and executes agents.

What distinguishes declarative LLM orchestration from manual agent coordination?

Declarative LLM orchestration eliminates manual agent coordination by defining agents with specific models, prompts, and skills in a structured program, ensuring reliable state management and complex execution flows.