marketplace

Automate Vercel Marketplace integration discovery, installation, and setup guidance.

Updated May 16, 2026
One-click install
npx skills add https://github.com/MohammedHTahir/vibe-coding-platform --skill marketplace-mohammedhtahir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace
Source: https://github.com/MohammedHTahir/vibe-coding-platform/tree/main/.kiro/vercel-plugin/skills/marketplace
Command: npx skills add https://github.com/MohammedHTahir/vibe-coding-platform --skill marketplace-mohammedhtahir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of getting third-party services running on a Vercel project without manual environment variable setup, scattered docs, or uncertain install steps.

Core Features & Use Cases

  • Integration discovery and install: Find Marketplace integrations and install them into the currently linked project using the Vercel CLI.
  • Agent-friendly setup guidance: Retrieve structured, framework-aware “integration guide” steps for required packages, env vars, and code snippets.
  • Auto-provisioned environment variables: After installation, required credentials are injected across Development, Preview, and Production, including handling provisioning delays (e.g., databases like Neon).
  • Unified billing visibility: Use Marketplace billing to manage usage and cost via integration balance/management commands.
  • Integration lifecycle management: List, remove, and open integration dashboards when provider-specific web steps are required.

Quick Start

Install an integration into your linked Vercel project by running the command: vercel integration add neon.

Frequently Asked Questions about marketplace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Vercel integrations from the Marketplace using the CLI?

Install Vercel integrations by running the `vercel integration add` command in your linked project directory. The CLI automates Marketplace integration discovery and setup for third-party services like databases and auth providers without manual environment variable configuration.

How are environment variables provisioned after adding a Vercel Marketplace integration?

Vercel Marketplace integrations auto-provision required environment variables across Development, Preview, and Production environments after installation. Some providers, like Neon databases, experience provisioning delays before credentials become available for validation.

Can I get framework-specific setup guidance for a Vercel integration?

Vercel integration setup guidance provides structured, framework-aware steps detailing required packages, environment variables, and code snippets. Retrieve these operational CLI workflows to minimize documentation hunting when configuring managed integrations.

How do I manage Vercel integration billing and lifecycle?

Manage Vercel integration billing and lifecycle using Marketplace CLI commands to list installed integrations, check usage balances, remove integrations, and open provider dashboards when web-specific configuration steps are required.

Do I need to manually link my project before adding a Vercel integration?

Yes, a linked Vercel project is required before adding Marketplace integrations. The CLI setup workflow assumes your local project is already linked to Vercel to successfully inject auto-provisioned environment variables.

Why are my Vercel integration environment variables missing after installation?

Missing environment variables after Vercel integration installation often result from provisioning delays. Databases like Neon require time to provision credentials across Development, Preview, and Production environments before they become visible and valid.