workflow-init

Agent workflows

vercel/workflowskills.sh ↗

Installs

3,213

deduplicated, at the last sync

Since we started

+1.6%

28 readings, about 2 hours apart. Not a live curve.

Our category

Agent workflows

ours

Last read

Sep 3, 2026

from the directory

Our brief

ours

This skill helps users install and configure the Vercel Workflow SDK by fetching specific guides based on their framework. It verifies if the setup works correctly after configuration.

What it produces
  • Framework-specific guide fetched
  • Dependency installation steps followed
  • Dev server execution confirmed
What it needs
  • package.json file read for dependencies
  • User's framework specification from prompt or detection
Paid services

not detected

The evidence does not mention any paid services required.

Registration

not detected

The evidence contains no information about user registration needing anything specific.

Limits and human review

This skill cannot perform actual installation of the Vercel Workflow SDK, only configure and verify setup. It is limited to predefined frameworks and may require user input if framework detection fails.

Evidenceskills/workflow-init/SKILL.md:1-75
skills/workflow-init/SKILL.md1–75
---
name: workflow-init
description: Install and configure Vercel Workflow SDK before it exists in node_modules. Use when the user asks to "install workflow", "set up workflow", "add durable workflows", "configure workflow sdk", or "init workflow" for Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, or Vite.
metadata:
  author: Vercel Inc.
  version: '1.4'
---

# workflow-init

Initial setup of Vercel Workflow SDK **before** `workflow` is installed. Fetch the official getting-started guide for the user's framework.

## Decision flow

### 0) Sanity check
Read `package.json`. If `workflow` is already a dependency, tell the user to use `/workflow` instead (it reads versioned docs from `node_modules/workflow/docs/`). Only continue if workflow is missing.

### 1) Determine the framework
**Non-interactive:** If the user named a framework in their prompt, use it directly.

**Auto-detect:** Inspect `package.json` deps and config files. Use the first match:

1. **Next.js** - `next` dep or `next.config.*`
2. **Nuxt** - `nuxt` dep or `nuxt.config.*`
3. **SvelteKit** - `@sveltejs/kit` dep or `svelte.config.*`
4. **Astro** - `astro` dep or `astro.config.*`
5. **NestJS** -

Read 1 of 1 text files in the skill.

Checked September 2026 · DeepSeekWritten from the skill's published files. Check the source before relying on access or cost details.

Installfrom the directory

npx skills add https://github.com/vercel/workflow

Installing happens there, not here. We are an index with an opinion, not a mirror.

What is inside itfrom the directory

SKILL.md

1 files — names only. The directory does not report sizes.

What the auditors foundfrom the directory

A skill is instructions your agent will follow and scripts it may run, so who checked it matters as much as how many people installed it.

Gen Agent Trust HubThis skill facilitates the initial setup of the Vercel Workflow SDK by detecting the local development framework and fetching official integration guides from an external domain. It provides an automated onboarding experience for users adding durable workflows to their projects.Apr 29, 2026 · SAFEpass
SocketNo alertsApr 16, 2026pass
SnykRisk: MEDIUM · 1 issueApr 29, 2026 · MEDIUMwarn
Runlayer1/1 file flaggedFeb 21, 2026 · MEDIUMwarn
ZeroLeaksScore: 93/100 · 2 sections analyzedApr 16, 2026 · NONEpass

Installs, reading by readingours

3.2k
3.2k
Aug 30, 202628 readings over 5 days, drawn as the last reading of each day.Sep 3, 2026

Axis starts at 3.2k, not zero — the range is 3.2k to 3.2k.

Asked out loudspoken, not typed

The same skill in the words people use speaking to an assistant rather than typing into a box. Each one carries the situation it came from, and each answer says only what the skill's own files support.

During project initializationWhat does the workflow-init skill do?

It installs and configures Vercel Workflow SDK before it's in node_modules. Then, it verifies that setup works by checking logs.

Before starting a new projectDo I need to pay for using this skill?

The evidence does not show any paid services are involved with workflow-init.

When asking about compatibilityWhat frameworks can it handle?

It supports Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, and Vite based on detection.

Filed alongside itours