重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
vercel-deploy by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --skill vercel-deploy将任何项目即时部署到 Vercel。除非用户明确要求生产环境,否则始终部署为预览版本。
sandbox_permissions=require_escalated 重新运行。只需运行以下命令(设置 10 分钟超时):
vercel deploy [path] -y
重要提示: 为部署命令设置 10 分钟(600000 毫秒)的超时时间,因为构建过程可能需要一段时间。
如果此命令因“未找到现有凭据”而失败,请使用下面的备用方法。
如果 CLI 因认证错误而失败,请使用部署脚本:
# 部署当前目录
bash scripts/deploy.sh
# 部署特定项目
bash scripts/deploy.sh /path/to/project
# 部署现有的 tarball 包
bash scripts/deploy.sh /path/to/project.tgz
该脚本处理框架检测、打包和部署。它会等待构建完成,并返回包含 previewUrl 和 claimUrl 的 JSON。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
告知用户: “您的部署已在 [previewUrl] 准备就绪。请访问 [claimUrl] 认领您的部署以进行管理。”
仅在用户明确要求时使用:
vercel deploy [path] --prod -y
向用户展示部署 URL。对于备用方法部署,还需展示认领 URL。
请勿 通过 curl 或获取已部署的 URL 来验证其是否正常工作。只需返回链接。
如果部署因网络问题(超时、DNS 错误、连接重置)而失败,请使用提升的权限重新运行部署(使用 sandbox_permissions=require_escalated)。当沙盒网络阻止出站请求时,部署需要提升的网络访问权限。
向用户提供的示例指导:
部署需要提升的网络访问权限才能部署到 Vercel。我可以使用提升的权限重新运行命令——您希望我继续吗?
每周安装次数
57
代码仓库
GitHub 星标数
22.6K
首次出现
2026年2月9日
安全审计
已安装于
codex56
opencode55
github-copilot55
kimi-cli55
gemini-cli55
amp55
Deploy any project to Vercel instantly. Always deploy as preview (not production) unless the user explicitly asks for production.
sandbox_permissions=require_escalated.Just run this (with a 10 minute timeout):
vercel deploy [path] -y
Important: Use a 10 minute (600000ms) timeout for the deploy command since builds can take a while.
If that fails with "No existing credentials found", use the fallback method below.
If CLI fails with auth error, use the deploy script:
# Deploy current directory
bash scripts/deploy.sh
# Deploy specific project
bash scripts/deploy.sh /path/to/project
# Deploy existing tarball
bash scripts/deploy.sh /path/to/project.tgz
The script handles framework detection, packaging, and deployment. It waits for the build to complete and returns JSON with previewUrl and claimUrl.
Tell the user: "Your deployment is ready at [previewUrl]. Claim it at [claimUrl] to manage your deployment."
Only if user explicitly asks:
vercel deploy [path] --prod -y
Show the user the deployment URL. For fallback deployments, also show the claim URL.
Do not curl or fetch the deployed URL to verify it works. Just return the link.
If deployment fails due to network issues (timeouts, DNS errors, connection resets), rerun the deploy with escalated permissions (use sandbox_permissions=require_escalated). The deploy requires escalated network access when sandbox networking blocks outbound requests.
Example guidance to the user:
The deploy needs escalated network access to deploy to Vercel. I can rerun the command with escalated permissions—want me to proceed?
Weekly Installs
57
Repository
GitHub Stars
22.6K
First Seen
Feb 9, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykFail
Installed on
codex56
opencode55
github-copilot55
kimi-cli55
gemini-cli55
amp55
Supabase Postgres 最佳实践指南 - 8大类别性能优化规则与SQL示例
81,400 周安装