vercel

vercel is a skill for Claude Code, Codex from ashish7802/awesome-api-skills. It costs 0 tokens per session (427 once invoked), scanned A, original, MIT.

A REST API for managing Vercel deployments, projects, custom domain aliases, and environment variables. Vercel is a hosting platform for web applications.

In plain words
What is it for?
Use it to trigger builds, check their status, assign domains to ready deployments, and manage environment settings.
Why use it?
It lets deployment tasks run from code or automation instead of being handled manually in the Vercel dashboard.

Skill for Claude CodeCodex

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

Good fit Use it to trigger builds, check their status, assign domains to ready deployments, and manage environment settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ashish7802/awesome-api-skills/vercel
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 ashish7802/awesome-api-skills --skill vercel
Clone the repo
git clone --depth 1 https://github.com/ashish7802/awesome-api-skills

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ashish7802/awesome-api-skills/vercel/github.svg)](https://agentmods.dev/skills/ashish7802/awesome-api-skills/vercel)
Your own site
<a href="https://agentmods.dev/skills/ashish7802/awesome-api-skills/vercel"><img src="https://agentmods.dev/badge/skills/ashish7802/awesome-api-skills/vercel/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ashish7802/awesome-api-skills/vercel"><img src="https://agentmods.dev/badge/skills/ashish7802/awesome-api-skills/vercel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 427 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 13
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
How audits are shown
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.00000 $0.00427
Opus 5 $0.00000 $0.00214
Sonnet 5 $0.00000 $0.00085
Haiku 4.5 $0.00000 $0.00043

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

Security

Grade A, and why

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

The scan reads SKILL.md. This mod also ships 4 executable files (examples/basic.ts, examples/example.ts, tests/skill.test.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/SKILL.md · 61 lines

What it actually says

Vercel API Skill

Overview

The Vercel REST API allows you to programmatically manage deployments, domains, and environment variables.

Installation

  # Standard fetch/axios is used for REST API
npm install @vercel/client

Authentication

Authenticate using a Vercel Access Token sent in the Authorization: Bearer <TOKEN> header.

Core Concepts

  • Deployment: An immutable build of your project.
  • Project: A logical grouping of deployments.
  • Aliases: Custom domains assigned to specific deployments.

Common Workflows

  1. Call /v13/deployments to trigger a build.
  2. Poll the deployment status.
  3. Assign an alias once READY.

Error Handling

Handle HTTP 400 for validation errors, 403 for missing permissions. Review the error.code string (e.g., not_found).

Security

Scope your tokens carefully (Personal vs Team). Do not embed Vercel tokens in frontend apps.

Rate Limits

Standard limit is 100 requests per 10 seconds per user.

Best Practices

When fetching deployments, heavily utilize query parameters like ?limit=10 and ?projectId= to reduce payload sizes.

Troubleshooting

If a deployment triggers but immediately fails, check the framework preset settings in your project configuration.

References

Why use this skill

Use this when your agent works with vercel — structured patterns beat pasted docs and prevent common hallucinations.

AI pitfalls

  • Using outdated SDK or API versions from training data
  • Inventing environment variable names
  • Omitting error handling and retry logic

Production checklist

  • Secrets in environment variables, not source code
  • Error handling and logging in place
  • Rate limits and timeouts configured
  • No graph relationships yet — see the knowledge graph in the docs site.

Last Verified: 2026-07-02

Files

What ships with it

8 files 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 · 61 lines · 0 tokens per session scan A 1929bdb72c62

Subscribe to this mod's changes

vercel is a skill published in the GitHub repository ashish7802/awesome-api-skills (13 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 427 tokens. 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.