pipelines-cli
Installation
SKILL.md
Pipelines CLI
Use the pipelines CLI for direct local one-shot execution of standalone pipeline specs. This is not the Flow CLI: do not run flow init, do not start a Flow runtime, and do not translate standalone pipeline requests into .flow/workflows.
CLI Availability
Verify the binary before using it:
pipelines --version
If the command is missing, install the published package from GitHub Packages:
npm config set @workbench-ai:registry https://npm.pkg.github.com
npm install -g @workbench-ai/pipeline-cli
pipelines --version
Related skills