solo-pipeline
Launch automated multi-skill pipeline that chains skills into a loop. Use when user says "run pipeline", "automate research to PRD", "full pipeline", "research and validate", "scaffold to build", "loop until done", or "chain skills". Do NOT use for single skills (use the skill directly).
Why use this skill?
Optimize your OpenClaw agent with solo-pipeline. Chain research, scaffold, and build skills into automated workflows for faster, end-to-end project development.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/fortunto2/solo-pipelineWhat This Skill Does
The solo-pipeline skill for OpenClaw is a powerful orchestration tool designed to automate complex, multi-stage workflows. Instead of manually invoking individual skills, solo-pipeline chains them together into a coherent, automated loop. Whether you are moving from an initial abstract idea to a full Product Requirement Document (PRD) or transitioning from a project scaffold to a fully functional build, this skill manages the transition between stages automatically using a specialized Stop hook. It maintains a persistent state file, allowing the agent to track progress and recover if a session is interrupted, ensuring the pipeline reaches a final <solo:done/> signal.
Installation
To install this skill, run the following command in your OpenClaw terminal:
clawhub install openclaw/skills/skills/fortunto2/solo-pipeline
Use Cases
- Research Automation: Transform a loose idea into a structured PRD by chaining research and validation steps.
- Full-Stack Development: Take a project name and stack, then trigger a sequence that scaffolds the directory structure, sets up environment dependencies, generates the development plan, and executes the build.
- Long-running Task Management: When a project requires multiple, sequential AI agent actions that should not be manually monitored at every step,
solo-pipelineprovides the necessary automation layer.
Example Prompts
- "Run pipeline: research the viability of a decentralized AI therapist app."
- "Automate research to PRD for my new e-commerce project."
- "Start a dev pipeline for a React and Node.js project named 'my-dashboard' with the feature: user onboarding."
Tips & Limitations
- Manual vs. Automated: Always use
solo-pipelinefor workflows involving two or more skills. For single actions, invoke the specific skill directly to avoid overhead. - State Management: If you need to stop a pipeline mid-run, simply delete the local state file located at
.solo/pipelines/solo-pipeline-{project}.local.md. - Monitoring: When running in a terminal, take advantage of the optional tmux dashboard for real-time log tailing and status updates. If you are operating without the
solo-factoryplugin, you can monitor progress manually by checking the generated log files withtail -f. - Safety: Ensure you have read/write access to your project directories, as the pipeline creates various configuration and log files to track its progress.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-fortunto2-solo-pipeline": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
solo-swarm
Launch 3 parallel research agents (market, users, tech) to investigate an idea from multiple angles simultaneously. Use when user says "swarm research", "parallel research", "investigate fast", "3 agents", "team research", or wants faster alternative to /research. Produces research.md. Do NOT use for solo research (use /research) or idea scoring (use /validate).
solo-build
Execute implementation plan tasks with TDD workflow, auto-commit, and phase gates. Use when user says "build it", "start building", "execute plan", "implement tasks", "ship it", or references a track ID. Do NOT use for planning (use /plan) or scaffolding (use /scaffold).
solo-metrics-track
Set up PostHog metrics plan with event funnel, KPI benchmarks, and kill/iterate/scale decision thresholds. Use when user says "set up metrics", "track KPIs", "PostHog events", "funnel analysis", "when to kill or scale", or "success metrics". Do NOT use for SEO metrics (use /seo-audit).
solo-audit
Health check knowledge base for broken links, missing frontmatter, tag inconsistencies, and coverage gaps. Use when user says "audit KB", "check frontmatter", "find broken links", "tag cleanup", or "knowledge base quality". Do NOT use for SEO audits (use /seo-audit) or code reviews.
solo-seo-audit
SEO health check for any URL — analyzes meta tags, OG, JSON-LD, sitemap, robots.txt, SERP positions, and scores 0-100. Use when user says "check SEO", "audit this page", "SEO score", "check meta tags", or "SERP position". Do NOT use for generating landing content (use /landing-gen) or social media posts (use /content-gen).