Language: 日本語English

vercel Codex Plugin

Author
Vercel Labs
Category
Developer Tools
Topics
Cloud, Deployment & CI/CD · Web & App Development · AI Agents & AI App Development
Version
0.21.3
First seen
2026-07-12
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

The vercel plugin is a Codex plugin (kind: plugin) that packages the upstream vercel/vercel-plugin repository — including 47 skills, 3 specialist agents, and 5 slash commands — into the openai/plugins marketplace, per the plugin's README. Its description is "Build and deploy web apps and agents," and it is developed by Vercel Labs under the Apache-2.0 license, categorized as a Developer Tools plugin with Interactive and Write capabilities according to plugin.json. It bundles a connected Vercel app (.app.json) and an ecosystem reference graph (vercel.md) that covers Vercel products, decision matrices, and cross-product workflows, per the README. Skills are discovered by Codex via SKILL.md frontmatter metadata rather than hooks. The imported upstream version is 0.21.0, while the plugin.json version is 0.21.3.

Overview

According to the Vercel homepage, Vercel describes itself as "Agentic Infrastructure" for shipping apps and agents, offering products such as AI SDK, AI Gateway, Sandbox, Workflows, Passport, Next.js, Fluid Compute, and CI/CD tools, along with a CLI, API, MCP, and Skills for coding agents to deploy in their native language.

What you can do with vercel

  • Use default prompts to audit a repo for Vercel deployment risks, identify which Vercel tools fit an app, or wire the Vercel app into a workflow (per plugin.json's defaultPrompt)
  • Invoke skills directly via slash commands, e.g. /vercel:nextjs, /vercel:ai-sdk, /vercel:deploy prod (per README usage section)
  • Bootstrap a project (linking, env provisioning, db setup) via /vercel:bootstrap
  • Deploy to preview or production via /vercel:deploy
  • Manage environment variables via /vercel:env
  • Get a project status overview via /vercel:status
  • Discover and install marketplace integrations via /vercel:marketplace
  • Access 47 skills covering areas such as AI SDK, AI Gateway, Next.js, Turborepo/Turbopack, chat-sdk, CMS, auth, payments, storage, observability, firewall, feature flags, queues, sandbox, and workflow (per README's skills table)
  • Consult 3 specialist agents (deployment-expert, performance-optimizer, ai-architect) for CI/CD, performance, and AI application design guidance (per README)

Sources

Original description (English)

Build and deploy web apps and agents

History of vercel

Back to list