Marketplace integrations now install provider skills
By Steven Van ·
When you install a Vercel Marketplace integration from the Vercel CLI, it now also installs that provider's agent skills from skills.sh, so your agents…
Installing a Vercel Marketplace integration from the CLI now also installs that provider's agent skills from skills.sh, so agents know how to use the service as soon as it's provisioned. It happens automatically for any provider that publishes skills, for example running vercel integration add neon provisions Neon and installs its agent skills in one step.
- vercel integration discover browses available providers from the terminal.
- vercel integration categories lists the Marketplace categories they're grouped into, such as databases, AI, and observability.
The features ship in the latest Vercel CLI, installed with npm i -g vercel@latest. Read the announcement for a link to the integration documentation.
