Marketplace integrations now install provider skills Vercel's Marketplace integrations now automatically install provider agent skills from skills.sh when installed via the Vercel CLI, enabling agents to use the integrated services. The update also introduces `vercel integration discover` and `vercel integration categories` commands for browsing providers and categories directly from the terminal. Users can update to the latest CLI with `npm i -g vercel@latest`. When you install a Vercel Marketplace https://vercel.com/marketplace integration from the Vercel CLI, it now also installs that provider's agent skills from skills.sh https://www.skills.sh/ , so your agents know how to use it: This happens automatically for any provider that publishes skills. You can also find integrations without leaving the terminal: vercel integration discover browses available providers. vercel integration categories lists all the Marketplace categories they're grouped into, like databases, AI, and observability. Update to the latest Vercel CLI with npm i -g vercel@latest , then read the integration documentation https://vercel.com/docs/cli/integration to get started.