A comprehensive guide for deploying to Vercel with token authentication instead of interactive login flows. It systematically checks for tokens in environment variables and .env files before asking users, handles project linking through git remotes or direct connection, and covers the full deployment workflow from preview to production. The skill emphasizes security by using environment variables rather than command line flags for tokens, defaults to preview deployments unless production is explicitly requested, and includes environment variable management and domain configuration. Solid choice when you need reliable, automated Vercel deployments without manual authentication steps.
npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-cli-with-tokens