A unified automation orchestrator that manages the end-to-end development lifecycle from initial setup to final version sealing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dev-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 dev-workflow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Dev Workflow is a high-level orchestration skill designed to standardize and automate the entire software development lifecycle for AI agents. By integrating version-manager, project-manager, and dev-pipeline, it provides a seamless interface for managing complex projects within the Openclaw Skills ecosystem.
This skill ensures that every phase of development—architecture analysis, code generation, review, and deployment—follows a strictly defined path. It eliminates manual errors by enforcing safety rules such as mandatory backups, file integrity validation, and human-in-the-loop confirmation gates for critical operations.
To get started with this workflow in Openclaw Skills, ensure all dependencies are installed and configure your project:
# Ensure dependencies are available
# version-manager, project-manager, dev-pipeline
# Create the configuration directory
mkdir .dev-workflow
# Initialize your configuration
touch .dev-workflow/config.json
Edit the .dev-workflow/config.json to define your project-specific thresholds, such as size_threshold for deployment safety and auto_backup preferences.
The skill organizes project data through a combination of local configuration and versioned archives:
| Path | Purpose | Format |
|---|---|---|
.dev-workflow/config.json |
Project-specific automation settings and safety rules | JSON |
versions/v[X.X.X]/docs/ |
Version-specific requirements and architecture notes | Markdown |
versions/v[X.X.X]/ |
Sealed and archived project snapshots | Directory |
backup-[timestamp].tar.gz |
Pre-deployment recovery snapshots | Compressed Archive |
Metadata including project status, last modified timestamps, and version history are synchronized with the project-manager backend.
Loading
A standardized development task management skill that enforces strict semantic versioning and mandatory project archiving to prevent code loss.

A comprehensive versioned development pipeline that orchestrates AI agents through analysis, coding, review, and deployment stages.

A comprehensive social media operation system for automated content harvesting, AI-driven redesign, and multi-platform publishing management.

A comprehensive integration allowing AI agents to manage Outlook emails, Microsoft Calendar, OneDrive files, and To Do tasks.

A streamlined toolset for controlling Sparkle VPN and Mihomo core directly from the command line without GUI interaction.

A comprehensive command-line interface for managing multiple CalDAV calendar accounts with secure OS keychain integration and JSON output support.








































