OpenProse is a specialized programming language that transforms LLMs into high-fidelity virtual machines capable of orchestrating complex multi-agent sessions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install open-prose
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install open-prose using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OpenProse is built on the principle that LLMs are powerful simulators. When provided with a detailed system description, an AI session doesn't just describe a workflow—it simulates the execution of that workflow. By using this skill within the ecosystem of Openclaw Skills, developers can treat the AI as a virtual machine (VM) that runs structured .prose programs. This enables a robust environment where simulation with sufficient fidelity becomes implementation.
This skill provides the runtime mapping necessary to bridge the gap between abstract AI instructions and concrete actions like file I/O, remote data fetching, and sub-agent spawning. Whether you are building a custom browser from scratch or managing a parallel code review pipeline, OpenProse offers the framework to script AI behaviors with precision and repeatability.
To begin using the OpenProse environment within Openclaw Skills, ensure your workspace is properly initialized.
# Initialize your project and check the current version
prose help
# Run a migration if you are moving from a legacy setup
prose update
Configure your environment by creating a .prose/.env file in your project root to store necessary variables:
# Example .env configuration
OPENPROSE_TELEMETRY=enabled
OPENPROSE_POSTGRES_URL=postgresql://user:pass@localhost:5432/prose
You can immediately test the installation by running one of the bundled examples:
prose run examples/01-hello-world.prose
The OpenProse skill manages data through a structured hierarchy in the user's workspace and home directory to ensure portability and persistence.
| Location | Data Type | Purpose |
|---|---|---|
.prose/runs/ |
Runtime State | Stores session-specific logs, snapshots, and execution history. |
.prose/agents/ |
Project Agents | Local repository for persistent agents scoped to the current project. |
~/.prose/agents/ |
Global Agents | Cross-project storage for persistent agents available to all sessions. |
.prose/.env |
Configuration | Key-value store for environment variables and feature toggles. |
*.prose |
Source Code | User-defined programs and orchestration scripts. |
Loading
A seamless SSH-based tunneling skill to create public HTTPS URLs for local applications without any signup or software installation.

A comprehensive interface for searching, analyzing, and executing trades on Manifold Markets prediction platforms.

A lightweight CLI tool providing high-quality, privacy-focused web search results for AI agents and developers.

A real-time status broadcasting tool that keeps users informed of an AI agent's progress via Discord.

A powerful neural search integration that enables AI agents to perform advanced web crawling and deep research using the Exa protocol.

A local image generation workflow supporting Stable Diffusion 1.5 and SDXL models integrated with non-blocking subagent execution.








































