Agent Pipeline Skill for Openclaw

A standardized, multi-agent development workflow that orchestrates specialized AI agents to handle research, coding, security, and testing tasks.

curbob
v1.0.0
Mar 2, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install agent-pipeline

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install agent-pipeline using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Agent Pipeline Skill?

The Agent Pipeline Skill is a sophisticated framework designed to automate the software development lifecycle by delegating tasks to a sequence of specialized sub-agents. By implementing a structured pipeline from initial research to final commit, it ensures that every code change is vetted for quality, security, and functionality. This skill is particularly valuable for users of Openclaw Skills who need to maintain high standards in complex environments while scaling their development output.

This skill eliminates manual overhead by managing specialized roles such as Researchers and Testers, ensuring that each step of the coding process is documented and verified. It integrates seamlessly with project management boards and planners, providing a transparent and auditable trail of all automated development activities.

Agent Pipeline Skill Use Cases

  • Implementing new features or refactoring code with automated quality gates.
  • Researching and documenting new APIs or unfamiliar technology stacks before implementation.
  • Performing automated security audits to detect vulnerabilities like XSS and data exposure.
  • Standardizing git workflows and commit practices across distributed AI agent teams.

How Agent Pipeline Skill Works

  1. The Researcher agent gathers technical context and documents findings for the specific task.
  2. The Coder agent writes the necessary code, creates a feature branch, and verifies compilation.
  3. The Reviewer agent analyzes the git diff to ensure code quality and consistency with existing patterns.
  4. The Security agent audits the codebase for common vulnerabilities and authorization issues.
  5. The Tester agent performs structural checks and ensures the build remains stable with zero errors.
  6. The main agent finalizes the process by committing the verified changes and updating the project planner.

Agent Pipeline Skill Setup

To deploy this skill within your Openclaw Skills environment, ensure your agents have access to the board API and shared credentials.

# Copy authentication profiles to ensure sub-agent access
cp auth-profiles.json ./path/to/sub-agent/config/

# Verify connection to the project board API
curl -I http://10.0.0.40:3000/api/board/projects/status

Agent Pipeline Skill Data Schema & Taxonomy

The skill manages data across project boards, git repositories, and task planners using the following structure:

Component Format Description
Board API JSON Updates project items with title, status, and execution details.
Planner Tasks Markdown Stores branch names, change summaries, and pipeline results.
Auth Profiles JSON auth-profiles.json contains shared credentials for all sub-agents.
Branch Naming String Follows the feature/{short-description} naming convention.

Agent Pipeline Skill Advanced Features

  • Sequential multi-agent orchestration with dedicated roles (agentId) for research, coding, and security.
  • Integrated REST API support for real-time logging to external project management boards.
  • Automatic fail-and-fix logic allowing specific pipeline stages to be re-executed upon error.
  • Comprehensive security auditing focused on injection, XSS, and data exposure prevention.
  • Human-in-the-loop integration via planner comments for stakeholder feedback.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*