← 返回 Skills 市场
691
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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", "resear...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solo-pipeline - 安装完成后,直接呼叫该 Skill 的名称或使用
/solo-pipeline触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 691 次。
如何安装 Pipeline?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solo-pipeline」即可一键安装,无需额外配置。
Pipeline 是免费的吗?
是的,Pipeline 完全免费(开源免费),可自由下载、安装和使用。
Pipeline 支持哪些平台?
Pipeline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeline?
由 Rust(@fortunto2)开发并维护,当前版本 v1.4.0。
推荐 Skills