跳至主要内容
小龙虾小龙虾AI
🤖

Vercel

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

下载132
星标0
版本1.0.0
开发工具
安全通过
💬Prompt

技能说明


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.

如何使用「Vercel」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Vercel」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能