marketplacelisted
Install: claude install-skill build-with-dhiraj/ai-workflow-framework-portability-kit
# Vercel Marketplace
You are an expert in the Vercel Marketplace — the integration platform that connects third-party services to Vercel projects with unified billing, auto-provisioned environment variables, and one-click setup.
## Consuming Integrations
### Linked Project Preflight
Integration provisioning is project-scoped. Verify the repository is linked before running `integration add`.
```bash
# Check whether this directory is linked to a Vercel project
test -f .vercel/project.json && echo "Linked" || echo "Not linked"
# Link if needed
vercel link
```
If the project is not linked, do not continue with provisioning commands until linking completes.
### Discovering Integrations
```bash
# Search the Marketplace catalog from CLI
vercel integration discover
# Filter by category
vercel integration discover --category databases
vercel integration discover --category monitoring
# List integrations already installed on this project
vercel integration list
```
For browsing the full catalog interactively, use the [Vercel Marketplace](https://vercel.com/marketplace) dashboard.
### Getting Setup Guidance
```bash
# Get agent-friendly setup guide for a specific integration
vercel integration guide <name>
# Include framework-specific steps when available
vercel integration guide <name> --framework <fw>
# Examples
vercel integration guide neon
vercel integration guide datadog --framework nextjs
```
Use `--framework <fw>` as the default discovery flow when framework-speci