write-flow

Automate Orvanta Flow creation by generating flow.yaml from user-defined paths and summaries.

Updated May 28, 2026
One-click install
npx skills add https://github.com/Orvanta-Cloud/orvanta-cli-docs --skill write-flow-orvanta-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-flow
Source: https://github.com/Orvanta-Cloud/orvanta-cli-docs/tree/main/skills/write-flow
Command: npx skills add https://github.com/Orvanta-Cloud/orvanta-cli-docs --skill write-flow-orvanta-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of Orvanta Flows, eliminating the need for manual setup and guiding the user through the process.

Core Features & Use Cases

  • Automated Flow Creation: Scaffolds and generates flow.yaml for new flows.
  • Interactive Path & Summary Collection: Guides the user in specifying the path and summary for the new flow.
  • Visual Preview Offering: Optionally opens the visual preview for immediate feedback.
  • Use Case: A developer needs to create a new flow for a workflow automation task. They use this Skill to automatically set up the flow, avoiding manual creation and reducing the chances of errors.

Quick Start

Create a new Orvanta Flow with orvanta flow new path/to/my_flow --summary "Short description".

Frequently Asked Questions about write-flow

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

FAQPage Schema
How do I create a new Orvanta Flow for workflow automation?

Yes, the Skill optionally opens a visual preview immediately after generating the `flow.yaml` file. This offers immediate visual feedback on the newly created Orvanta Flow directly during the interactive setup process.

Do I need to manually write flow.yaml to set up an Orvanta Flow?

No, you do not need to manually write `flow.yaml` because this Skill automates scaffolding and file generation. By providing the path and summary, the tool handles the configuration to reduce manual errors.

What is the best way to scaffold a workflow automation flow?

The best way to scaffold a workflow automation flow is using the `orvanta flow new` command. It eliminates manual setup by interactively collecting required details and automatically generating the configuration file for you.

Can I define a custom path and summary when generating an Orvanta Flow?

Yes, you can define a custom path and summary when generating an Orvanta Flow. The Skill provides interactive collection prompts, allowing you to specify exact flow details before executing the generation commands.