marketplace

Manage Vercel Marketplace integration discovery, installation, and environment variable provisioning.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Moisesjr20/gueclaw --skill marketplace-moisesjr20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace
Source: https://github.com/Moisesjr20/gueclaw/tree/main/.agents/skills/marketplace
Command: npx skills add https://github.com/Moisesjr20/gueclaw --skill marketplace-moisesjr20

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about marketplace

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

FAQPage Schema
How do I install and provision a Vercel Marketplace integration using the CLI?

To install a Vercel Marketplace integration, link your repository to a Vercel project, run the vercel integration add command, wait for provisioning to complete, and pull the injected credentials using vercel env pull.

How do I retrieve auto-provisioned environment variables after adding a Vercel integration?

Auto-provisioned environment variables are retrieved by running vercel env pull .env.local after the integration finishes provisioning, allowing you to wire the finalized connection strings directly into your serverless routes.

How do I verify and create observability drains for a Vercel integration?

Observability drain verification involves checking auto-configured drains for logs and traces via the Vercel REST API, creating manual drains for analytics if needed, and testing the drain endpoints to ensure proper data delivery.

Can I scaffold integration manifests and handle lifecycle webhooks for Vercel Marketplace integrations?

Yes, you can scaffold Vercel Marketplace integrations by composing integration manifests, handling lifecycle webhooks, and provisioning credentials securely through CLI-first flows and orchestration via the Vercel REST API.

Do I need a linked Vercel project before discovering and installing Marketplace integrations?

Yes, linking your repository to a Vercel project is a prerequisite before you can discover marketplace offerings, execute vercel integration CLI commands, and validate the provisioned environment variables for your project.