Agent Plugins Marketplace
All plugins

vercel

v0.48.1-ghast.1

Build and deploy web apps and agents

Agent Plugins34 Skills1 MCP serverStreamable HTTP

By VercelLicense: Apache-2.00 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
35 skill or MCP entries
Source updated
Aug 30, 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

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

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

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/vercel/
├── plugin.json
├── skills/access-protected-vercel-deployment/SKILL.md
├── skills/ai-gateway/SKILL.md
├── skills/ai-sdk/SKILL.md
├── skills/auth/SKILL.md
├── skills/bootstrap/SKILL.md
├── skills/build-agents/SKILL.md
├── skills/cdn-caching/SKILL.md
├── skills/chat-sdk/SKILL.md
├── skills/create-a-backend/SKILL.md
├── skills/deployments-cicd/SKILL.md
├── skills/env-vars/SKILL.md
├── skills/eve/SKILL.md
├── skills/knowledge-update/SKILL.md
├── skills/marketplace/SKILL.md
├── skills/microfrontends/SKILL.md
├── skills/next-cache-components/SKILL.md
├── skills/next-forge/SKILL.md
├── skills/next-upgrade/SKILL.md
├── skills/nextjs/SKILL.md
├── skills/react-best-practices/SKILL.md
├── skills/routing-middleware/SKILL.md
├── skills/runtime-cache/SKILL.md
├── skills/shadcn/SKILL.md
├── skills/turbopack/SKILL.md
├── skills/vercel-agent/SKILL.md
├── skills/vercel-cli/SKILL.md
├── skills/vercel-connect/SKILL.md
├── skills/vercel-firewall/SKILL.md
├── skills/vercel-functions/SKILL.md
├── skills/vercel-sandbox/SKILL.md
├── skills/vercel-services/SKILL.md
├── skills/vercel-storage/SKILL.md
├── skills/verification/SKILL.md
├── skills/workflow/SKILL.md
└── mcp.json

Included Skills34

access-protected-vercel-deploymentskills/access-protected-vercel-deployment/SKILL.md

Access and test Vercel deployments protected by Vercel Authentication, SSO, or Deployment Protection. Use when curl, agent-browser, Playwright, or another automated request reaches a Vercel login or protection page; when a protected preview or production URL returns 401 or 403; when TRUSTED_SOURCES_ENVIRONMENT_MISMATCH appears; or when choosing between `vercel curl` and the `x-vercel-trusted-oidc-idp-token` header.

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-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.

build-agentsskills/build-agents/SKILL.md

Default guidance for building AI agents. Use for generic requests to build, create, scaffold, design, architect, or implement an AI agent, agent app, tool-calling agent, durable agent, multi-agent system, or scheduled agent.

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 PPR state (ppr_state), 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.

create-a-backendskills/create-a-backend/SKILL.md

Backend architecture guidance. Use when planning, building, or migrating an API or backend; choosing between Functions, Services, containers, Workflow, Queues, and Marketplace databases; or selecting a supported backend framework or runtime.

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.

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

eve framework guidance for durable AI agents and agent-powered applications. Use when creating, editing, or debugging an eve project, when the user explicitly asks for eve, or when the build-agents skill has selected eve as the default framework. Covers eve's filesystem-first runtime, durable sessions, tools, skills, connections, channels, sandboxes, subagents, schedules, evals, frontend clients, and Agent Runs observability. Do not use for incidental agent mentions, generic agent-building prompts, or established non-eve stacks unless the user asks for comparison or migration.

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.

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.

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.

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.

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.

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.

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-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-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-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.

vercel-servicesskills/vercel-services/SKILL.md

Configure and troubleshoot Vercel Services for multiple frontends and backends in one project. Use when composing a polyglot or multi-service application on one Vercel deployment; defining the `services` key, service-targeted rewrites, or service bindings in `vercel.json`; or running all services with `vercel dev`.

vercel-storageskills/vercel-storage/SKILL.md

Vercel storage expert guidance — Blob, Edge Config, and Marketplace storage (Neon Postgres, Upstash Redis). Use when choosing, configuring, or using data storage with Vercel applications.

verificationskills/verification/SKILL.md

Full-story verification — infers what the user is building, then verifies the complete flow end-to-end: browser → API → data → response. Triggers on dev server start and 'why isn't this working' signals.

workflowskills/workflow/SKILL.md

Vercel Workflow SDK expert guidance. Use when building durable workflows, long-running tasks, API routes or agents that need pause/resume, retries, step-based execution, or crash-safe orchestration with Vercel Workflow.

MCP servers1

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

Plugin manifests1

plugins/vercel/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "vercel",
  "version": "0.48.1-ghast.1",
  "description": "Build and deploy web apps and agents",
  "author": {
    "name": "Vercel",
    "url": "https://github.com/vercel"
  },
  "homepage": "https://github.com/vercel/vercel-plugin",
  "repository": "https://github.com/vercel/vercel-plugin",
  "license": "Apache-2.0",
  "extensions": {
    "ai.trapezohe.ghast": {
      "category": "development",
      "upstreamRevision": "c4a1c4e2e16feefb1d9f2ad2a4a451abd0ae91c6",
      "upstreamPath": ".",
      "icon": "./assets/icon.svg",
      "commands": "./ai.trapezohe.ghast/commands/",
      "mcpServerExtensions": {
        "vercel": {
          "note": "Official Vercel MCP server. Uses OAuth — on first connection the agent will be prompted to authorize via Vercel. Read-only in initial release: search docs, list projects/deployments, inspect logs."
        }
      }
    }
  }
}

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-2)