Agent Skills
› composio-community/awesome-agent-clis
› Vercel CLI
Vercel CLI
GitHub用于在Vercel平台部署Web应用、管理环境变量和域名以及检查日志的CLI工具,支持自动化非交互式操作。
Trigger Scenarios
需要部署前端或全栈应用到Vercel
配置或查看Vercel项目的环境变量
查询Vercel部署日志或检查部署状态
Install
npx skills add composio-community/awesome-agent-clis --skill Vercel CLI -g -y
SKILL.md
Frontmatter
{
"name": "Vercel CLI",
"description": "Deploy projects, manage domains, env vars, and inspect logs on Vercel. Use when an agent needs to deploy a web app, configure environment variables, or manage Vercel project settings."
}
Vercel CLI
Deploy projects, manage domains and env vars, inspect logs, and sync local project settings.
Installation
npm i -g vercel
vercel login
Key Commands
vercel deploy
vercel deploy --prod
vercel env ls
vercel env add VARIABLE_NAME production
vercel domains ls
vercel logs <deployment-url>
vercel pull # sync project settings locally
vercel inspect <deployment-url>
Agent-Friendly Features
- Token auth via
--tokenorVERCEL_TOKENfor CI --yesflag to skip confirmation prompts- JSON output on inspection commands
- Non-interactive deployment mode
Version History
- 9f765d2 Current 2026-07-24 16:04


