vercel-deployment

vercel-deployment is a skill for Claude Code, Codex from Omar-Obando/qwen-orchestrator. It costs 58 tokens per session (2,061 once invoked), scanned A, original, MIT.

A guide to deploying applications on Vercel, a cloud platform commonly used for web apps and Next.js. It covers serverless functions, edge functions, caching, domains, and automated deployments.

In plain words
What is it for?
Use it to deploy Next.js apps, configure serverless or edge functions, set environment variables and secrets, create preview deployments, and connect custom domains.
Why use it?
It helps configure the hosting, environment settings, caching, and deployment workflow needed to run a web application on Vercel.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to deploy Next.js apps, configure serverless or edge functions, set environment variables and secrets, create preview deployments, and connect custom domains.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/omar-obando/qwen-orchestrator/vercel-deployment
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Omar-Obando/qwen-orchestrator --skill vercel-deployment
Clone the repo
git clone --depth 1 https://github.com/Omar-Obando/qwen-orchestrator

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vercel-deployment

README.md
[![agentmods](https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/vercel-deployment/github.svg)](https://agentmods.dev/skills/omar-obando/qwen-orchestrator/vercel-deployment)
Your own site
<a href="https://agentmods.dev/skills/omar-obando/qwen-orchestrator/vercel-deployment"><img src="https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/vercel-deployment/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vercel-deployment

Your own site · 80×15
<a href="https://agentmods.dev/skills/omar-obando/qwen-orchestrator/vercel-deployment"><img src="https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/vercel-deployment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,061 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.02061
Opus 5 $0.00029 $0.01030
Sonnet 5 $0.00012 $0.00412
Haiku 4.5 $0.00006 $0.00206

Measured 9d ago against content hash 0d689f924838, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

vercel-deployment scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/vercel-deployment/SKILL.md · 391 lines

How it starts

The opening of the file, as written. The whole thing — 391 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Vercel Deployment Skill — Serverless & Edge Computing

Overview

This skill provides comprehensive guidance for deploying applications to Vercel, configuring serverless functions, edge computing, caching strategies, and optimizing Next.js deployments. It includes Vercel CLI, Edge Functions, and performance optimization. Based on Vercel Certified Developer and modern web deployment best practices.

When to Use

Use this skill when:

  • Deploying Next.js applications to Vercel
  • Configuring serverless functions for Vercel Functions
  • Setting up edge computing with Vercel Edge Functions
  • Optimizing caching strategies (edge caching, static asset caching)
  • Using Vercel CLI for development (vercel dev) and deployment
  • Configuring environment variables and secrets in Vercel
  • Setting up preview deployments for pull requests
  • Configuring custom domains and SSL certificates
  • Optimizing Next.js build configurations for Vercel
  • Implementing middleware at the edge
  • Using Vercel Analytics and monitoring
  • Deploying with Git integration (GitHub, GitLab, Bitbucket)
  • Setting up automatic deployments on push
  • Configuring build environment variables

Do NOT use this skill when:

  • Writing application business logic (use developer skill or specific framework skill)
  • Designing database schema (use database-design skill)
  • Creating UI components (use frontend-design skill)
  • Managing non-Vercel cloud infrastructure (use aws-serverless, azure-cloud, or gcp-cloud skills)
  • Performing security audits (use security-auditor skill)
  • Setting up Kubernetes deployments (use devops-pipeline skill)
  • Deploying to Cloudflare Pages (use cloudflare-pages skill)
  • Developing Cloudflare Workers (use cloudflare-workers skill)

Why avoid: Vercel is specific to Next.js and Vercel infrastructure. For other platforms or infrastructure, use targeted skills.

Deployment Targets

Serverless Functions

// next.config.js
module.exports = {
  target: 'serverless',
  // Other options are still valid
};

Read the full file on GitHub · 391 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 391 lines · 58 tokens per session scan A 0d689f924838

Subscribe to this mod's changes

vercel-deployment is a skill published in the GitHub repository Omar-Obando/qwen-orchestrator (49 stars, last pushed 2mo ago), licensed MIT. It adds 58 tokens to every session and 2,061 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

cli-ux

Use for packages/cli changes that affect command UX, prompts, help, output layout, progress, success, warnings, errors, JSON/stdout/stderr contracts, non-interactive/agent behavior, copy, or tests for those surfaces. Do not load for implementation-only refactors with unchanged CLI surface.

vercel/vercel · 65 tokens

nextjs-on-cloudflare

Build, migrate, and deploy Next.js apps on Cloudflare Workers with vinext. Use when starting a Next.js project on Cloudflare, moving an existing app to Workers, choosing between vinext and OpenNext, or setting up vinext for Workers. For setup, migration, or deployment, install vinext's upstream skills with npx skills…

cloudflare/skills · 96 tokens

x-lsof

Enhanced lsof (List Open Files) with interactive UI and structured output. View open files, network connections, and processes. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 64 tokens

netlify-deploy

Deploy web projects to Netlify using the Netlify CLI (npx netlify). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.

foryourhealth111-pixel/Vibe-Skills · 51 tokens

web-design

A tool for designing and publishing single-page HTML websites, such as reports, landing pages, and data displays. It uses common web libraries for layouts, charts, icons, and responsive pages, then can deploy the result to Cloudflare Pages.

countbot-ai/CountBot · 81 tokens

vs-project

Create Viking web projects, start and verify a local preview, or deploy a generated project to Volcengine IGA Pages when explicitly requested. Includes agent-guided feature, eligible application, dataset, scene, and authentication choices. Use only after confirming the installed CLI exposes vs project; otherwise stop…

volcengine/SearchCLI · 66 tokens