A standardized development task management skill that enforces strict semantic versioning and mandatory project archiving to prevent code loss.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dev-task
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-task using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Dev-Task skill is a robust framework designed for Openclaw Skills to bring order to the development lifecycle. It operates on the iron law of versioning: no new version development may begin until the previous version is fully archived and documented. This ensures that a project's history is never broken and that every release is backed by a complete snapshot of source code, requirements, and deployment instructions.
By integrating this skill into your workflow, you transition from chaotic, undocumented changes to a structured, audit-ready development process. It is particularly valuable for developers using Openclaw Skills who need to maintain multiple versions or ensure that AI-generated code is captured at critical milestones.
To initialize the development task environment for Openclaw Skills, ensure your project root contains a versions directory and the necessary templates:
# Create the base versions directory
mkdir -p versions
# Initialize the version history log
touch versions/README.md
# Ensure your project has the required template directory
mkdir -p references/doc-templates/
The Dev-Task skill organizes data within a dedicated hierarchy to ensure portability and clarity:
| Directory/File | Purpose | Requirement |
|---|---|---|
versions/vX.Y.Z/src/ |
Complete source code snapshot | Mandatory |
versions/vX.Y.Z/docs/ |
CHANGELOG, REQUIREMENTS, and DEPLOY files | Mandatory |
versions/vX.Y.Z/release/ |
Compiled binaries or distribution packages | Optional |
versions/README.md |
Master index of all versions and current status | Mandatory |
Loading
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 Node.js-powered integration for managing Bring! shopping lists using email and password credentials.

A unified automation orchestrator that manages the end-to-end development lifecycle from initial setup to final version sealing.

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








































