whipflow

Orchestrate multi-step AI workflows using OpenProse DSL and whipflow_run.

168|13|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/npc-live/clawfirm --skill whipflow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: whipflow
Source: https://github.com/npc-live/clawfirm/tree/main/cmd/clawfirm
Command: npx skills add https://github.com/npc-live/clawfirm --skill whipflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the orchestration of multi-step AI workflows inside ClawFirm by coordinating steps, tools, and context.

Core Features & Use Cases

  • OpenProse DSL-based workflow orchestration that sequences sessions and tool calls.
  • Built-in whipflow_run execution to run workflows from a file or direct source without external dependencies.
  • Real-world use: automate end-to-end research-to-report pipelines by chaining data gathering, analysis, and drafting steps.

Quick Start

Create a new workflow by writing a .whip file and run it with whipflow_run to orchestrate a multi-step AI task.

Frequently Asked Questions about whipflow

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

FAQPage Schema
How do I orchestrate multi-step AI workflows with stepwise decision making?▼

Multi-step AI workflows are orchestrated by defining step sequences, tool integrations, and context propagation using a domain-specific language. This coordinates stepwise decision making and automates complex pipelines like data analysis or research reports.

How do I define and run an automation workflow from a file?▼

You define an automation workflow by writing a .whip file using the OpenProse DSL to sequence sessions and tool calls. You then execute it using the built-in run command, which processes the direct source without requiring external dependencies.

Can I chain data gathering and analysis steps into an automated research report pipeline?▼

Yes, you can chain data gathering, analysis, and drafting steps into an end-to-end research-to-report pipeline. The orchestration coordinates these sequential sessions and propagates context across the automated workflow execution.

Does OpenProse DSL support handling retries and permissions during workflow execution?▼

Yes, the DSL workflow execution handles inputs, retries, and permissions during execution. This ensures stepwise decision making and tool integration remain robust throughout the orchestrated automation tasks.

Do I need external dependencies to run a multi-step AI workflow?▼

No, you do not need external dependencies to run a multi-step AI workflow. The built-in execution command runs the workflow directly from a file or source, handling the orchestration, step coordination, and context propagation natively.