run-workflow

Execute named Silverbee workflows step-by-step with live progress.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/silverbee-ai/claude-silverbee-marketplace --skill run-workflow-silverbee-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-workflow
Source: https://github.com/silverbee-ai/claude-silverbee-marketplace/tree/main/plugins/silverbee/skills/run-workflow
Command: npx skills add https://github.com/silverbee-ai/claude-silverbee-marketplace --skill run-workflow-silverbee-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute named Silverbee workflows end-to-end with real-time progress, giving users visibility into long-running automation and orchestration tasks.

Core Features & Use Cases

  • Step-by-step workflow execution with live progress updates.
  • Discovery of available workflows when no name is provided, with a guided prompt to select one.
  • Robust task decomposition and execution using the appropriate tools (run_action, run_multi_actions, run_action_batch), with parallel batching and error-handling fallbacks.
  • Optional UI-driven progress dashboards and structured results delivery.

Quick Start

Ask me which Silverbee workflow you want to run, or say list workflows to see available options, then confirm to execute.

Frequently Asked Questions about run-workflow

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

FAQPage Schema
How do I execute an automation workflow with live progress updates?

To execute an automation workflow with live progress, specify the named workflow and confirm the run. The system decomposes the task into steps, processes actions via batch execution, and reports progress after each step.

How do I list available workflows when I don't know the exact name?

If you do not provide a specific workflow name, the system lists available workflows and prompts you to select one. This discovery mechanism ensures you choose a valid workflow before execution begins.

Can I batch independent queries during multi-action workflow execution?

Yes, multi-action workflow execution supports batching independent queries. The system identifies independent operations and processes them simultaneously using run_action_batch to optimize execution efficiency.

What happens when an automated workflow encounters an error during execution?

When an automated workflow encounters an error during execution, the system applies supervisor fallback rules. These error-handling mechanisms manage failures and attempt to keep the workflow running.

Does workflow execution support parallel actions and structured results delivery?

Workflow execution supports parallel batching of actions and provides structured results delivery. It uses run_action, run_multi_actions, and run_action_batch to orchestrate tasks and optionally displays UI-driven progress dashboards.