preview

Launch live Orvanta previews for scripts, flows, or apps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires orvanta, and includes scripts (resource) components.

What problem does it solve?

This Skill quickly opens a visual preview of a flow, script, or app in Orvanta, streamlining the process of verification and testing.

Core Features & Use Cases

  • Instant Visual Preview: Access the Orvanta dev page for a live preview of your workflows, scripts, or apps.
  • Mode Selection: Choose between proxy or direct mode to suit different embedder requirements.
  • Background Server: Run the preview server in the background without blocking other tasks.
  • Integration with Claude: Launch previews with Claude Desktop or Code MCP preview integration for seamless experience.

Quick Start

Open a visual preview of the flow at 'my_flow' using direct mode by running: orvanta dev --path f/my_flow --no-open.

Frequently Asked Questions about preview

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

FAQPage Schema
How do I launch a live preview for Orvanta scripts or flows?

To launch a live preview for Orvanta scripts or flows, run the `orvanta dev` command with the target path. This opens a visual dev page for quick verification and testing of your workflows.

What's the difference between proxy and direct mode when previewing Orvanta apps?

Proxy and direct mode for previewing Orvanta apps serve different embedder requirements. Direct mode connects straight to the source, while proxy mode routes through an intermediary layer for specific integration needs.

Do I need the orvanta command line tool to run a visual preview?

Yes, you need the orvanta command line tool installed to run a visual preview. The Skill relies on this CLI dependency to initiate the background server and generate the live preview page.

Can I run the Orvanta preview server in the background without blocking other tasks?

Yes, you can run the Orvanta preview server in the background without blocking other tasks. Using the `--no-open` flag allows the server to operate silently while you continue development.

Does Orvanta preview integration work with Claude Desktop or Code MCP?

Yes, Orvanta preview integration works seamlessly with Claude Desktop and Code MCP. You can launch live previews directly through these platforms for immediate visual verification of your flows.

Why does my Orvanta dev page not open automatically during script testing?

Your Orvanta dev page may not open automatically if you use the `--no-open` flag. This command intentionally suppresses the browser launch to run the preview server in the background.