Marketplace integrations now install provider skills
Vercel just made agent skill discovery automatic. Install an integration, get the agent skills with it.

Why it matters
Agent infrastructure is maturing: developers can now discover and auto-install provider skills alongside integrations, lowering friction for agents to interact with third-party services at scale.
The key facts
6 to knowVercel Marketplace integrations now auto-install provider agent skills
Skills install automatically for any provider that publishes them
New CLI commands: 'vercel integration discover' and 'vercel integration categories'
Categories include databases, AI, observability
Requires latest Vercel CLI (npm i -g vercel@latest)
Terminal-native discovery removes need to leave CLI
Go to the source
Vercel Blogvercel.com
Publisher excerpt: 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:…