A comprehensive orchestration framework for AI agents to manage complex tasks, ensure high code quality, and implement a continuous self-improvement loop.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pi-workflow
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 pi-workflow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Pi Workflow Orchestration is a high-level management framework designed for AI coding agents. It provides a structured approach to handling non-trivial tasks by enforcing planning phases, utilizing subagent strategies for parallel execution, and maintaining a rigorous quality gate. By integrating this into Openclaw Skills, developers can ensure that their AI agents act with the foresight and precision of a staff engineer, focusing on elegant solutions and verifiable results.
The core philosophy centers on a self-improvement loop where every correction or error is logged as a structured lesson. This allows the agent to learn from past mistakes and refine its own operational rules over time, drastically reducing the recurrence of bugs and improving overall project autonomy.
To enable the workflow hooks and start tracking lessons for your Openclaw Skills, use the following commands:
# Enable the workflow hooks
openclaw hooks enable pi-workflow
# Sync workspace lessons to the skill (from the repo root)
python3 scripts/sync_lessons.py --workspace ~/.openclaw/workspace
The skill organizes its operations through a structured set of Markdown files located in the tasks directory:
| File Path | Description |
|---|---|
| tasks/todo.md | Active sprint tracking, checkable task items, and post-implementation reviews. |
| tasks/lessons.md | Structured corrections, insights, and pattern detection for long-term learning. |
| tasks/errors.md | Logs of command failures, API exceptions, and reproducibility steps for diagnosis. |
| tasks/feature_requests.md | Identified gaps in capability, complexity estimates, and suggested implementations. |
| memory/YYYY-MM-DD.md | Daily session logs providing a chronological audit trail of agent activity. |
Loading
A high-throughput skill to process massive Claude API request volumes asynchronously while slashing token costs by 50%.

A high-precision utility for converting Chinese text between Simplified, Traditional, and various regional variants with phrase-level awareness.

A high-performance utility for managing Notion databases and pages using the 2025-09-03 API standard.

A powerful integration that enables AI agents to interact with Figma files, export assets, and retrieve design feedback programmatically.

A professional-grade skill for querying official Traditional Chinese dictionaries from Taiwan's Ministry of Education with automated version management.

Deploy websites, forms, and dashboards instantly through a simple API with no build steps or hosting configuration required.








































