Marketplace integrations now install provider skills
When installing integrations from the Vercel CLI, provider agent skills are now automatically installed alongside the integration, enabling agents to use the integrated tools without manual configuration. Users can also discover and browse available integrations directly from the terminal.
When you install a integration from the Vercel CLI, it now also installs that provider's agent skills from , so your agents know how to use it: Vercel Marketplaceskills.sh
This happens automatically for any provider that publishes skills.
You can also find integrations without leaving the terminal:
Update to the latest Vercel CLI with , then read the to get started.npm i -g vercel@latestintegration documentation
browses available providers.
vercel integration discoverlists all the Marketplace categories they're grouped into, like databases, AI, and observability.
vercel integration categories
Source: original entry ↗