vercel-install-auth
Installation
SKILL.md
Vercel Install & Auth
Overview
Install the Vercel CLI, create a scoped access token, and link your local project to a Vercel project. This skill covers both interactive login and headless CI token authentication via the REST API.
Prerequisites
- Node.js 18+ installed
- npm, pnpm, or yarn available
- A Vercel account (hobby, pro, or enterprise)
Instructions
Step 1: Install Vercel CLI
set -euo pipefail
# Global install (recommended)
npm install -g vercel@latest