This skill handles Vercel's integration marketplace, the system that lets you wire third-party services like Neon, Clerk, or Datadog into your projects with one command. It covers discovery, installation via `vercel integration add`, and the auto-provisioned environment variables that get injected without manual `.env` wrangling. The guidance includes smart chaining: if you install Neon it loads storage patterns, if you add Clerk it switches to auth middleware setup. It also covers building your own integrations with manifests, webhooks, and resource provisioning. The 1–3 minute delay after database installs is real and worth remembering before you start debugging phantom connection errors.
npx skills add https://github.com/vercel/vercel-plugin --skill marketplace