growthub-pipeline-execute

Assemble, validate, and run Growthub pipelines from JSON inputs.

48|12|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/Growthub-ai/growthub-local --skill growthub-pipeline-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: growthub-pipeline-execute
Source: https://github.com/Growthub-ai/growthub-local/tree/main/.claude/skills/growthub-pipeline-execute
Command: npx skills add https://github.com/Growthub-ai/growthub-local --skill growthub-pipeline-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates headless execution of Growthub pipelines by assembling, validating, and running pipelines against the hosted runtime, enabling scripted workflows without interactive prompts.

Core Features & Use Cases

  • Assemble, validate, and execute pipelines from a DynamicRegistryPipeline input with typed contracts from CMS SDK v1.
  • Support for non-interactive JSON inputs, NDJSON streaming events, and artifact URLs returned by a run.
  • Designed for developers and data teams who automate pipeline-driven workflows and need repeatable, auditable executions.

Quick Start

Provide a JSON pipeline to growthub pipeline execute to run a headless workflow against the hosted runtime.

Frequently Asked Questions about growthub-pipeline-execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a pipeline from a JSON input without interactive prompts?

Headless pipeline execution accepts a DynamicRegistryPipeline JSON input, validates it against CMS SDK v1 typings, and runs it against the hosted runtime without requiring any interactive prompts.

How do I stream NDJSON events when running an automated pipeline?

NDJSON streaming events are emitted during pipeline execution, allowing you to monitor run progress and capture structured logs as the hosted runtime processes your DynamicRegistryPipeline input.

Do I need an authenticated session to run headless pipelines?

Yes, a valid authenticated session is required to execute headless pipelines against the hosted runtime, ensuring scripted workflows remain auditable and secure during automated execution.

What format does the pipeline execution output return?

Pipeline execution returns an artifact URL generated by the run, providing a retrievable link to the output artifacts produced from your validated DynamicRegistryPipeline input.

Can I use scripted workflows to automate pipeline-driven execution for data teams?

Yes, this approach is designed for developers and data teams who need repeatable, auditable pipeline execution, automating scripted workflows via non-interactive JSON inputs and NDJSON streaming.

What is a DynamicRegistryPipeline input for headless execution?

A DynamicRegistryPipeline is a typed JSON contract from CMS SDK v1 used to assemble, validate, and execute pipelines against the hosted runtime without interactive prompts.