workflow
Durable workflow orchestration for Node.js with AI agent support and framework integrations.
Install
npx skills add https://github.com/vercel/workflow --skill workflowStats
| Total installs | 1,079 |
| Weekly installs | 1.1K |
| GitHub stars | 1.8K |
| First seen | Jan 28, 2026 |
| Source | @vercel/workflow |
Summary
- Supports three execution modes: workflow functions (orchestration layer), step functions (full Node.js access with automatic retry and result persistence), and DurableAgent for AI-powered workflows with tool integration
- Pause workflows at hooks to wait for external events, then resume from API routes; hooks support single events or iterable multi-event patterns with deterministic tokens
- Includes sandbox restrictions in workflow context (no direct fetch, setTimeout, or Node.js modules) but provides escape hatches like import { fetch } from "workflow" and step functions for unrestricted logic
- Framework integrations for Next.js, Express, Hono, Vite, Astro, and Nitro; CLI tools for local debugging, run inspection, and Vercel deployment observability
Tags
Related skills
| Skill | Installs | vs workflow |
|---|---|---|
| autonomous-loops | 1,009 | -70 |
| memory-optimize | 1,117 | +38 |
| heygen | 1,143 | +64 |
| nuxt-seo | 1,046 | -33 |
| parallel-task-spark | 1,149 | +70 |
FAQ
- How many installs does workflow have?
- workflow has 1,079 total installs and 1.1K installs this week.
- Where is workflow hosted?
- workflow is published by @vercel/workflow at https://github.com/vercel/workflow.
- How many GitHub stars does workflow have?
- workflow has 1.8K GitHub stars.
- When was workflow first indexed?
- OrangeBot.AI first indexed workflow on Jan 28, 2026.
- How do I install workflow?
- Run: npx skills add https://github.com/vercel/workflow --skill workflow