Agent Plugins Marketplace
All plugins

vercel

v0.21.4

Build and deploy web apps and agents. Includes 50 skills and 1 MCP server.

Codex50 Skills1 MCP serverStreamable HTTP

By Vercel LabsLicense: Apache-2.00 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
51 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install vercel for Codex

Installs for the current user
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add vercel@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “vercel-3” remain stable.

  • Codex: vercel-3@agent-plugin-marketplacevercel@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zh

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/vercel/.

Plugin files

plugins/vercel/
├── .codex-plugin/plugin.json
├── skills/agent-browser/SKILL.md
├── skills/agent-browser-verify/SKILL.md
├── skills/ai-elements/SKILL.md
├── skills/ai-gateway/SKILL.md
├── skills/ai-generation-persistence/SKILL.md
├── skills/ai-sdk/SKILL.md
├── skills/auth/SKILL.md
├── skills/bootstrap/SKILL.md
├── skills/cdn-caching/SKILL.md
├── skills/chat-sdk/SKILL.md
├── skills/cms/SKILL.md
├── skills/cron-jobs/SKILL.md
├── skills/deployments-cicd/SKILL.md
├── skills/email/SKILL.md
├── skills/env-vars/SKILL.md
├── skills/eve/SKILL.md
├── skills/geist/SKILL.md
├── skills/geistdocs/SKILL.md
├── skills/investigation-mode/SKILL.md
├── skills/json-render/SKILL.md
├── skills/knowledge-update/SKILL.md
├── skills/marketplace/SKILL.md
├── skills/micro/SKILL.md
├── skills/microfrontends/SKILL.md
├── skills/ncc/SKILL.md
├── skills/next-cache-components/SKILL.md
├── skills/next-forge/SKILL.md
├── skills/next-upgrade/SKILL.md
├── skills/nextjs/SKILL.md
├── skills/observability/SKILL.md
├── skills/payments/SKILL.md
├── skills/react-best-practices/SKILL.md
├── skills/routing-middleware/SKILL.md
├── skills/runtime-cache/SKILL.md
├── skills/satori/SKILL.md
├── skills/shadcn/SKILL.md
├── skills/sign-in-with-vercel/SKILL.md
├── skills/swr/SKILL.md
├── skills/turbopack/SKILL.md
├── skills/turborepo/SKILL.md
├── skills/v0-dev/SKILL.md
├── skills/vercel-agent/SKILL.md
├── skills/vercel-api/SKILL.md
├── skills/vercel-cli/SKILL.md
├── skills/vercel-connect/SKILL.md
├── skills/vercel-firewall/SKILL.md
├── skills/vercel-flags/SKILL.md
├── skills/vercel-functions/SKILL.md
├── skills/vercel-queues/SKILL.md
├── skills/vercel-sandbox/SKILL.md
└── .mcp.json

Included Skills50

agent-browserskills/agent-browser/SKILL.md

Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.

agent-browser-verifyskills/agent-browser-verify/SKILL.md

Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass/fail before continuing.

ai-elementsskills/ai-elements/SKILL.md

AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn/ui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.

ai-gatewayskills/ai-gateway/SKILL.md

Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.

ai-generation-persistenceskills/ai-generation-persistence/SKILL.md

AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation

ai-sdkskills/ai-sdk/SKILL.md

Vercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP integration, streaming, embeddings, reranking, image generation, or working with any LLM provider.

authskills/auth/SKILL.md

Authentication integration guidance — Clerk (native Vercel Marketplace), Descope, and Auth0 setup for Next.js applications. Covers middleware auth patterns, sign-in/sign-up flows, and Marketplace provisioning. Use when implementing user authentication.

bootstrapskills/bootstrap/SKILL.md

Project bootstrapping orchestrator for repos that depend on Vercel-linked resources (databases, auth, and managed integrations). Use when setting up or repairing a repository so linking, environment provisioning, env pulls, and first-run db/dev commands happen in the correct safe order.

cdn-cachingskills/cdn-caching/SKILL.md

Debug Vercel CDN caching — cache hit rate, stale content, revalidation behavior, ISR + PPR, per-request cache reasons (cacheReason), and costs.

chat-sdkskills/chat-sdk/SKILL.md

Vercel Chat SDK expert guidance. Use when building multi-platform chat bots — Slack, Telegram, Microsoft Teams, Discord, Google Chat, GitHub, Linear — with a single codebase. Covers the Chat class, adapters, threads, messages, cards, modals, streaming, state management, and webhook setup.

cmsskills/cms/SKILL.md

Headless CMS integration guidance — Sanity (native Vercel Marketplace), Contentful, DatoCMS, Storyblok, and Builder.io. Covers studio setup, content modeling, preview mode, revalidation webhooks, and Visual Editing. Use when building content-driven sites with a headless CMS on Vercel.

cron-jobsskills/cron-jobs/SKILL.md

Vercel Cron Jobs configuration and best practices. Use when adding, editing, or debugging scheduled tasks in vercel.json.

deployments-cicdskills/deployments-cicd/SKILL.md

Vercel deployment and CI/CD expert guidance. Use when deploying, promoting, rolling back, inspecting deployments, building with --prebuilt, or configuring CI workflow files for Vercel.

emailskills/email/SKILL.md

Email sending integration guidance — Resend (native Vercel Marketplace) with React Email templates. Covers API setup, transactional emails, domain verification, and template patterns. Use when sending emails from a Vercel-deployed application.

env-varsskills/env-vars/SKILL.md

Vercel environment variable expert guidance. Use when working with .env files, vercel env commands, OIDC tokens, or managing environment-specific configuration.

eveskills/eve/SKILL.md

Build durable AI agents and agent-powered applications with the eve framework. Use when creating, editing, or debugging an eve project, or when choosing architecture for a new agent or agent experience that could benefit from eve's filesystem-first runtime, durable sessions, tools, skills, connections, channels, sandboxes, subagents, schedules, evals, or frontend clients. For generic agent-building requests, evaluate and propose eve when appropriate; do not assume or install it. Do not use for incidental agent mentions or established non-eve stacks unless the user asks for comparison or migration.

geistskills/geist/SKILL.md

Expert guidance for Geist, Vercel's default typography system and font family for precise Next.js interfaces. Use when configuring Geist Sans, Geist Mono, or Geist Pixel, setting up font imports, or applying Vercel typography and aesthetic guidance.

geistdocsskills/geistdocs/SKILL.md

Expert guidance for Geistdocs, Vercel's documentation template built with Next.js and Fumadocs — MDX authoring, configuration, AI chat, i18n, feedback, deployment. Use when creating documentation sites, configuring geistdocs, writing MDX content, or setting up docs infrastructure.

investigation-modeskills/investigation-mode/SKILL.md

Orchestrated debugging coordinator. Triggers on frustration signals (stuck, hung, broken, waiting) and systematically triages: runtime logs → workflow status → browser verify → deploy/env. Reports findings at every step.

json-renderskills/json-render/SKILL.md

AI chat response rendering guidance — handling UIMessage parts, tool call displays, streaming states, and structured data presentation. Use when building custom chat UIs, rendering tool results, or troubleshooting AI response display issues.

knowledge-updateskills/knowledge-update/SKILL.md

Corrects outdated LLM knowledge about the Vercel platform and introduces new products. Injected at session start.

marketplaceskills/marketplace/SKILL.md

Vercel Marketplace expert guidance — discovering, installing, and managing third-party integrations via the `vercel integration` CLI. Use when building any app that needs an external capability without a dedicated skill — commerce (stores, storefronts, selling products), payments (checkout, subscriptions, billing), observability/monitoring, messaging/email, search, or CMS — or when discovering, installing, or managing integrations.

microskills/micro/SKILL.md

Expert guidance for micro — asynchronous HTTP microservices framework by Vercel. Use when building lightweight HTTP servers, API endpoints, or microservices using the micro library.

microfrontendsskills/microfrontends/SKILL.md

Guide for building, configuring, and deploying microfrontends on Vercel. Use this skill when the user mentions microfrontends, multi-zones, splitting an app across teams, independent deployments, cross-app routing, incremental migration, composing multiple frontends under one domain, microfrontends.json, @vercel/microfrontends, the microfrontends local proxy, or path-based routing between Vercel projects. Also use when the user asks about shared layouts across projects, navigation between microfrontends, fallback environments, asset prefixes, or feature flag controlled routing.

nccskills/ncc/SKILL.md

Expert guidance for @vercel/ncc — a simple CLI for compiling Node.js modules into a single file with all dependencies included. Use when bundling serverless functions, CLI tools, or any Node.js project into a self-contained file.

next-cache-componentsskills/next-cache-components/SKILL.md

Next.js 16 Cache Components guidance — PPR, use cache directive, cacheLife, cacheTag, updateTag, and migration from unstable_cache. Use when implementing partial prerendering, caching strategies, or migrating from older Next.js cache patterns.

next-forgeskills/next-forge/SKILL.md

next-forge expert guidance — production-grade Turborepo monorepo SaaS starter by Vercel. Use when working in a next-forge project, scaffolding with `npx next-forge init`, or editing @repo/* workspace packages.

next-upgradeskills/next-upgrade/SKILL.md

Upgrade Next.js to the latest version following official migration guides and codemods. Use when upgrading Next.js versions, running codemods, or migrating between major releases.

nextjsskills/nextjs/SKILL.md

Next.js App Router expert guidance. Use when building, debugging, or architecting Next.js applications — routing, Server Components, Server Actions, Cache Components, layouts, middleware/proxy, data fetching, rendering strategies, and deployment on Vercel.

observabilityskills/observability/SKILL.md

Vercel Observability expert guidance — Drains (logs, traces, speed insights, web analytics), Web Analytics, Speed Insights, runtime logs, custom events, OpenTelemetry integration, and monitoring dashboards. Use when instrumenting, debugging, or optimizing application performance and user experience on Vercel.

paymentsskills/payments/SKILL.md

Stripe payments integration guidance — native Vercel Marketplace setup, checkout sessions, webhook handling, subscription billing, and the Stripe SDK. Use when implementing payments, subscriptions, or processing transactions.

react-best-practicesskills/react-best-practices/SKILL.md

React best-practices reviewer for TSX files. Triggers after editing multiple TSX components to run a condensed quality checklist covering component structure, hooks usage, accessibility, performance, and TypeScript patterns.

routing-middlewareskills/routing-middleware/SKILL.md

Vercel Routing Middleware guidance — request interception before cache, rewrites, redirects, personalization. Works with any framework. Supports Edge, Node.js, and Bun runtimes. Use when intercepting requests at the platform level.

runtime-cacheskills/runtime-cache/SKILL.md

Vercel Runtime Cache API guidance — ephemeral per-region key-value cache with tag-based invalidation. Shared across Functions, Routing Middleware, and Builds. Use when implementing caching strategies beyond framework-level caching.

satoriskills/satori/SKILL.md

Expert guidance for Satori — Vercel's library that converts HTML and CSS to SVG, commonly used to generate dynamic OG images for Next.js and other frameworks.

shadcnskills/shadcn/SKILL.md

shadcn/ui expert guidance — CLI, component installation, composition patterns, custom registries, theming, Tailwind CSS integration, and high-quality interface design. Use when initializing shadcn, adding components, composing product UI, building custom registries, configuring themes, or troubleshooting component issues.

sign-in-with-vercelskills/sign-in-with-vercel/SKILL.md

Sign in with Vercel guidance — OAuth 2.0/OIDC identity provider for user authentication via Vercel accounts. Use when implementing user login with Vercel as the identity provider.

swrskills/swr/SKILL.md

SWR data-fetching expert guidance. Use when building React apps with client-side data fetching, caching, revalidation, mutations, optimistic UI, pagination, or infinite loading using the SWR library.

turbopackskills/turbopack/SKILL.md

Turbopack expert guidance. Use when configuring the Next.js bundler, optimizing HMR, debugging build issues, or understanding the Turbopack vs Webpack differences.

turboreposkills/turborepo/SKILL.md

Turborepo expert guidance. Use when setting up or optimizing monorepo builds, configuring task caching, remote caching, parallel execution, or the --affected flag for incremental CI.

v0-devskills/v0-dev/SKILL.md

v0 by Vercel expert guidance. Use when discussing AI code generation, generating UI components from prompts, v0 CLI usage, v0 SDK/API integration, or integrating v0 into development workflows with GitHub and Vercel deployment.

vercel-agentskills/vercel-agent/SKILL.md

Vercel Agent guidance — AI-powered code review, incident investigation, and SDK installation. Automates PR analysis and anomaly debugging. Use when configuring or understanding Vercel's AI development tools.

vercel-apiskills/vercel-api/SKILL.md

Vercel app and REST API expert guidance. Use when the agent needs live access to Vercel projects, deployments, environment variables, domains, logs, or documentation through the connected Vercel app or REST API.

vercel-cliskills/vercel-cli/SKILL.md

Vercel CLI expert guidance. Use when deploying, managing environment variables, linking projects, viewing logs, querying metrics, managing domains, or interacting with the Vercel platform from the command line.

vercel-connectskills/vercel-connect/SKILL.md

Vercel Connect expert guidance — securely obtain scoped OAuth tokens for third-party services (Slack, GitHub, MCP servers, OAuth, Snowflake) on behalf of apps or users via Vercel OIDC. Use when wiring up third-party API access, connecting to MCP servers, sending Slack messages, accessing GitHub APIs, receiving webhook events from Slack/Linear/GitHub and forwarding them to your agents and apps, or building Eve agent connections.

vercel-firewallskills/vercel-firewall/SKILL.md

Vercel Firewall expert guidance — automatic DDoS mitigation, the Vercel WAF (custom rules, IP blocking, managed rulesets, rate limiting), Attack Mode, system bypass, bot management, and the `vercel firewall` CLI. Use when configuring platform-level security, responding to attacks, or staging firewall rules.

vercel-flagsskills/vercel-flags/SKILL.md

Vercel Flags guidance — feature flags platform with unified dashboard, Flags Explorer, gradual rollouts, A/B testing, and provider adapters. Use when implementing feature flags, experimentation, or staged rollouts.

vercel-functionsskills/vercel-functions/SKILL.md

Vercel Functions expert guidance — Serverless Functions, Edge Functions, Fluid Compute, streaming, Cron Jobs, and runtime configuration. Use when configuring, debugging, or optimizing server-side code running on Vercel.

vercel-queuesskills/vercel-queues/SKILL.md

Vercel Queues guidance (public beta) — durable event streaming with topics, consumer groups, retries, and delayed delivery. $0.60/1M ops. Powers Workflow DevKit. Use when building async processing, fan-out patterns, or event-driven architectures.

vercel-sandboxskills/vercel-sandbox/SKILL.md

Vercel Sandbox guidance — ephemeral Firecracker microVMs for running untrusted code safely. Supports AI agents, code generation, and experimentation. Use when executing user-generated or AI-generated code in isolation.

MCP servers1

vercelStreamable HTTP
url
https://mcp.vercel.com

Plugin manifests1

plugins/vercel/.codex-plugin/plugin.json
{
  "apps": "./.app.json",
  "author": {
    "name": "Vercel Labs",
    "url": "https://github.com/vercel"
  },
  "description": "Build and deploy web apps and agents",
  "homepage": "https://vercel.com/",
  "interface": {
    "brandColor": "#000000",
    "brandColorDark": "#FFFFFF",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "category": "Developer Tools",
    "composerIcon": "./assets/composer-icon.png",
    "defaultPrompt": [
      "Audit this repo for Vercel deployment risks",
      "Which Vercel tools fit this app best",
      "Help wire the Vercel app into this workflow"
    ],
    "developerName": "Vercel Labs",
    "displayName": "Vercel",
    "logo": "./assets/logo.png",
    "longDescription": "Bring Vercel ecosystem guidance into Codex with curated skills and the connected Vercel app. Packages the upstream vercel/vercel-plugin skills, agents, and commands under the local `vercel` plugin identity for the Codex plugin marketplace.",
    "privacyPolicyURL": "https://vercel.com/legal/privacy-policy",
    "screenshots": [],
    "shortDescription": "Build and deploy web apps and agents",
    "termsOfServiceURL": "https://vercel.com/legal/terms",
    "websiteURL": "https://vercel.com/"
  },
  "keywords": [
    "vercel",
    "nextjs",
    "ai-sdk",
    "turborepo",
    "turbopack",
    "workflow",
    "deployment",
    "edge-functions",
    "serverless",
    "ai-gateway",
    "chat-sdk",
    "chat-bot",
    "slack-bot",
    "discord-bot"
  ],
  "license": "Apache-2.0",
  "name": "vercel",
  "repository": "https://github.com/vercel/vercel-plugin",
  "skills": "./skills/",
  "version": "0.21.4"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[vercel on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vercel-3)