output-workflow-run

Execute Output SDK workflows synchronously with inline or file-based JSON inputs.

430|12|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/growthxai/output --skill output-workflow-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: output-workflow-run
Source: https://github.com/growthxai/output/tree/main/coding_assistants/claude/plugins/outputai/skills/output-workflow-run
Command: npx skills add https://github.com/growthxai/output --skill output-workflow-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly verify and obtain immediate results from Output SDK workflows by executing them synchronously, eliminating guesswork during development.

Core Features & Use Cases

  • Synchronous workflow execution with direct result output for rapid testing.
  • Supports inline JSON inputs and file-based inputs to enable repeatable test scenarios.
  • Ideal for debugging, QA verification, and quick validations of workflow logic.

Quick Start

Run a workflow synchronously by specifying the workflow name and an input payload to see the immediate result.

Frequently Asked Questions about output-workflow-run

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

FAQPage Schema
How do I run an Output SDK workflow synchronously to get immediate results?

Synchronous workflow execution waits for the workflow to finish and returns the immediate result directly. This approach is ideal for quick validations, debugging, and obtaining immediate outcomes from Output SDK workflows.

Can I use inline JSON inputs to test Output workflows?

Yes, inline JSON inputs are supported for executing Output workflows. You can also use file-based JSON inputs to enable repeatable test scenarios for QA verification and quick validations of workflow logic.

Do I need the Output CLI installed to execute workflows in a Bash environment?

Yes, the Output CLI is required to execute workflows synchronously in Bash environments. The Skill relies on the CLI to process both inline and file-based JSON inputs and return the immediate workflow results.

What is the best way to debug long-running workflows with the Output SDK?

For long-running workflows, use the asynchronous mode provided by the Output CLI. This allows you to execute workflows without blocking your Bash environment while still eventually obtaining the workflow outcomes.

When should I use synchronous workflow execution instead of asynchronous mode?

Use synchronous workflow execution for quick validations, testing, and debugging when immediate outcomes are needed. Use asynchronous mode for long-running workflows to avoid blocking the Bash environment.