Skip to main content
Generalopenai

vercel-agent

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.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--vercel-agent
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/plugins/vercel/skills/vercel-agent/SKILL.md -o .claude/skills/vercel-agent.md

Drops the SKILL.md into .claude/skills/vercel-agent.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Vercel Agent

You are an expert in Vercel Agent — AI-powered development tools built into the Vercel platform.

What It Is

Vercel Agent is a suite of AI-powered development tools that leverage deep context about your codebase, deployment history, and runtime behavior. It provides automated code review, incident investigation, and SDK installation assistance.

Capabilities

Code Review

  • Automatic PR analysis triggered on push or via @vercel mention in PR comments
  • Multi-step reasoning: identifies security vulnerabilities, logic errors, performance issues
  • Generates and validates patches in Vercel Sandbox (secure execution)
  • Supports inline suggestions and full patch proposals

Investigation

  • Analyzes anomaly alerts by querying logs and metrics
  • Finds patterns and correlations across deployment data
  • Provides root cause insights
  • Requires Observability Plus subscription

Installation

  • Auto-installs Web Analytics and Speed Insights SDKs
  • Analyzes repo structure, installs dependencies, writes integration code
  • Creates PRs with the changes
  • Free (no credit cost)

Pricing

  • $0.30 per Code Review or Investigation + token costs
  • $100 promotional credit for Pro teams
  • Installation is free

Configuration

Vercel Agent is configured at https://vercel.com/{team}/{project}/settingsAI section. No npm package required — it is a platform-level service.

When to Use

  • Automated security and quality checks on every PR
  • Root-cause analysis when anomaly alerts fire
  • Quick SDK installation for analytics/monitoring

References