HomeBrowseUpload
← Back to registry
// Skill profile

Vercel — Deploy and Manage Projects

name: vercel

by brennerspear · published 2026-03-22

开发工具
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:brennerspear/brennerspear-vercel-deployment
View on GitHub
// Full documentation

---

name: vercel

slug: vercel-deployment

version: 1.0.0

description: Deploy and manage Vercel projects, including linking repositories, env vars, and domains.

---

# Vercel — Deploy and Manage Projects

Set Up a New Project

cd <project-root>   # must be the directory with .git
npx vercel link      # link to Vercel project
npx vercel git connect  # connect GitHub repo for auto-deploys

Run `vercel git connect` from the repo root (where `.git` lives), not a subdirectory.

Set Environment Variables

**NEVER use `echo`** — it adds a trailing `\n`:

printf 'value' | npx vercel env add VAR_NAME production

Check Domains

cd any-vercel-project && npx vercel domains ls

For the full domain list: see `domains.md` in this folder.

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band