What problem does it solve?
This Skill removes uncertainty and manual work from discovering, installing, and managing Vercel Marketplace integrations by providing clear, agent-friendly guidance for provisioning resources, verifying project linkage, and handling auto-injected environment variables and billing concerns.
Core Features & Use Cases
- Discover & Install: CLI-first flows to discover marketplace offerings, add integrations to a linked project, and list installed integrations.
- Auto-Provisioned Env Vars: Guidance for understanding, validating, and pulling environment variables that integrations inject after provisioning.
- Observability & Drains: Steps to verify auto-configured drains for logs/traces, create manual drains for analytics, and test drain endpoints.
- Build & Lifecycle: Advice on scaffolding integrations, composing integration manifests, handling lifecycle webhooks, and provisioning credentials securely.
- Use Case: Install a Neon database integration, wait for provisioning, pull the finalized credentials, and wire the connection string into your serverless route.
Quick Start
Link the repository to a Vercel project, run vercel integration add neon to install the Neon integration, wait for provisioning to complete, and then run vercel env pull .env.local to retrieve the injected credentials.