Design custom workflow cycles for any domain to transform repetitive multi-step processes into structured, persistent agent skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cycle
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 cycle using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Cycle is a specialized framework within the Openclaw Skills ecosystem designed to create structured workflows for specific objectives. Unlike standard loops that repeat a single action, Cycle defines a sequence of distinct phases—such as planning, execution, and verification—to ensure high-quality, repeatable outcomes. By formalizing these workflows, users can turn manual routines into reliable automated systems.
This skill enables developers to architect the lifecycle of a task from initial request to final delivery. It focuses on the logical progression of work, ensuring that each phase meets specific validation criteria before moving to the next. By using Cycle in conjunction with other Openclaw Skills, agents can handle complex, multi-layered projects with the same consistency as a human expert.
To implement a Cycle within your agent environment, follow the structured design process:
discovery.md file to identify the user's specific workflow needs.mkdir -p skills/custom-workflow-cycle
touch skills/custom-workflow-cycle/SKILL.md
The Cycle skill organizes data through a sequential phase-gate model to ensure workflow integrity.
| Data Element | Description |
|---|---|
| Phase Definition | The unique logic, input requirements, and expected output for a single step. |
| Validation Logic | The criteria that must be met before the cycle can progress to the next phase. |
| Handoff Type | Defines if the transition is automatic, user-gated, or conditional. |
| Persistent Memory | Stores historical context, preferences, and patterns specific to the Openclaw Skills instance. |
Loading
A strategic AI agent skill designed to act as a virtual Chief Experience Officer, managing customer journey mapping, service design, and experience metrics.

A specialized tool for generating high-impact, ATS-optimized resumes and CVs that emphasize quantifiable professional achievements.

A professional AI agent framework for resolving customer issues with empathy, efficiency, and structured problem-solving.

A robust utility for parsing and generating RFC 4180 compliant CSV files that ensures cross-tool compatibility.

A comprehensive technical knowledge base for optimizing cycling performance, mechanical maintenance, and endurance training strategy.

A high-performance testing skill for writing resilient E2E and component tests while eliminating flakiness and race conditions.








































