Back to all skills
๐Ÿ”€
Automation

Workflow Orchestrator

Chain multiple skills and external APIs into multi-step automated workflows.

4.7rating
3,100 installs
workflow-engine + step-runner
Max required

About this skill

Workflow Orchestrator lets you wire skills together: trigger on an event, run skill A, branch on its output, call an external API, post the result to Slack. Workflows are defined as YAML, version-controlled, and observable โ€” you see every step and every retry. It's the difference between "a skill that does one thing" and "an agent that runs your ops pipeline."

What it does

  • YAML-defined, version-controlled workflows
  • Event triggers (webhook, cron, message)
  • Branching, retry, and error handling
  • External API calls with secret management
  • Observable runs with per-step logs

Use cases

  • New lead โ†’ enrich โ†’ score โ†’ draft email โ†’ post to Slack
  • Weekly report pipeline spanning 4 skills and 2 APIs
  • Incident response workflow from alert to post-mortem draft