# Marketplace integrations now install provider skills

DevFeed: [Marketplace integrations now install provider skills](<https://devfeed.tech/articles/marketplace-integrations-now-install-provider-skills-1154.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-marketplace-agent-skills>)

Author: Jathin Singaraju

Published: 2026-08-06T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [npm](<https://devfeed.tech/topics/npm.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [cli](<https://devfeed.tech/tags/cli.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [npm](<https://devfeed.tech/tags/npm.md>), [skills](<https://devfeed.tech/tags/skills.md>), [update](<https://devfeed.tech/tags/update.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel Marketplace integrations installed through the Vercel CLI now also install the provider's agent skills from skills.sh when available. The update lets agents use an integration immediately, and adds terminal commands for discovering providers and listing Marketplace categories.

## Source excerpt

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 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 to get started. Read more