← Back to Skills Marketplace
fortunto2

Pipeline

by Rust · GitHub ↗ · v1.4.0
cross-platform ⚠ suspicious
691
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install solo-pipeline
Description
Launch automated multi-skill pipeline that chains skills into a loop. Use when user says "run pipeline", "automate research to PRD", "full pipeline", "resear...
Usage Guidance
This skill appears to do what it claims (chain other skills and keep lightweight state/log files). Before installing or running it: 1) confirm you trust the downstream skills it will invoke (they may perform network access, write files, or use credentials); 2) be aware it will create/read/write .solo/pipelines/*.local.md and .solo/pipelines/*.log in your project or home directory (the metadata did not declare those config paths — expect file I/O); 3) it can run autonomously to chain stages, so always use the explicit confirmation step it requires and verify what it will do when asked; 4) to cancel a run, delete the state file named solo-pipeline-{project}.local.md; and 5) if you do not want terminal dashboards, use the recommended --no-dashboard flag or run only via the platform UI. If you want additional assurance, ask the author for a list of exact skill names this pipeline will invoke and inspect those skills for safety before use.
Capability Analysis
Type: OpenClaw Skill Name: solo-pipeline Version: 1.4.0 The skill bundle is suspicious due to two main vulnerabilities identified in `SKILL.md`. Firstly, it instructs the AI agent to execute external shell scripts (`solo-research.sh`, `solo-dev.sh`, `solo-pipeline-status.sh`) that are not provided within the bundle, introducing a significant supply chain risk as the content of these scripts is unknown and could be malicious. Secondly, the skill passes user-provided arguments directly to these external scripts via `Bash` without explicit sanitization instructions, creating a potential shell injection vulnerability (RCE risk) if the agent does not automatically quote or sanitize the input.
Capability Assessment
Purpose & Capability
Name/description state the pipeline behavior and the SKILL.md instructs exactly how to chain and invoke other skills. No unexpected environment variables, binaries, or external services are requested, so the declared capability matches the requested resources.
Instruction Scope
The instructions tell the agent to invoke other skills (e.g., /research, /validate, /scaffold) and to read/write per-project state and log files under .solo/pipelines and optionally ~/.solo. That file I/O and the launcher/tmux behavior are consistent with managing a pipeline, but the skill metadata did not list any required config paths even though the runtime expects filesystem state files. The SKILL.md also recommends deleting those files to cancel. Confirm you are comfortable with the skill creating/reading/writing files in your project/home before use.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is low-risk from an install perspective because nothing will be downloaded or written by an installer.
Credentials
The skill requests no credentials or environment variables. It uses $ARGUMENTS (a runtime argument source) and standard filesystem paths; that access is proportional to a pipeline manager's needs. No SECRET/TOKEN/PASSWORDs are requested.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. It relies on the platform's Stop hook and can autonomously invoke other skills (model invocation is enabled by default). Autonomous chaining is expected for a pipeline skill, but that capability means it can trigger any skill it references — ensure the skills it will call are trusted.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install solo-pipeline
  3. After installation, invoke the skill by name or use /solo-pipeline
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.4.0
Make launcher scripts optional, direct skill invocation as primary path
v1.3.0
Universalize: remove project-specific references, add SearXNG recommendation
v1.2.0
Initial publish
Metadata
Slug solo-pipeline
Version 1.4.0
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Pipeline?

Launch automated multi-skill pipeline that chains skills into a loop. Use when user says "run pipeline", "automate research to PRD", "full pipeline", "resear... It is an AI Agent Skill for Claude Code / OpenClaw, with 691 downloads so far.

How do I install Pipeline?

Run "/install solo-pipeline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pipeline free?

Yes, Pipeline is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Pipeline support?

Pipeline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pipeline?

It is built and maintained by Rust (@fortunto2); the current version is v1.4.0.

💬 Comments