### 贴合技术文档场景的标准译法: `vercel-cli-with-tokens: Authenticate Vercel CLI via Tokens, No More `vercel login` Required`

`vercel-cli-with-tokens` is one of the Skills in Vercel's official agent-skills collection. It teaches Agents to call the Vercel CLI using the `VERCEL_TOKEN` instead of `vercel login`. It discovers tokens via environment variables and `.env` files, uses `VERCEL_ORG_ID` and `VERCEL_PROJECT_ID` in pairs, defaults to preview deployments, and supports overriding environment variables, build logs and domain names. It is suitable for CI and non-interactive automation scenarios, and complements `deploy-to-vercel`. It is forbidden to write Tokens into the `--token` parameter.

Read More