npx skills add https://github.com/openai/skills --skill vercel-deploy立即将任何项目部署到 Vercel。除非用户明确要求生产环境,否则始终部署为预览版本。
command -v vercel)。sandbox_permissions=require_escalated)。command -v vercel
vercel 已安装,运行以下命令(设置 10 分钟超时):vercel deploy [path] -y
重要提示: 为部署命令设置 10 分钟(600000 毫秒)的超时,因为构建过程可能需要一些时间。
vercel 未安装,或者 CLI 因“未找到现有凭据”而失败,请使用下面的备用方法。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
如果 CLI 因认证错误而失败,请使用部署脚本:
skill_dir="<path-to-skill>"
# 部署当前目录
bash "$skill_dir/scripts/deploy.sh"
# 部署特定项目
bash "$skill_dir/scripts/deploy.sh" /path/to/project
# 部署现有的 tarball 包
bash "$skill_dir/scripts/deploy.sh" /path/to/project.tgz
该脚本处理框架检测、打包和部署。它会等待构建完成,并返回包含 previewUrl 和 claimUrl 的 JSON。
告知用户: “您的部署已准备就绪,预览地址为 [previewUrl]。请访问 [claimUrl] 认领您的部署以进行管理。”
仅当用户明确要求时:
vercel deploy [path] --prod -y
向用户展示部署 URL。对于备用部署方案,还需展示认领 URL。
请勿 通过 curl 或获取已部署的 URL 来验证其是否正常工作。只需返回链接即可。
如果部署因网络问题(超时、DNS 错误、连接重置)而失败,请使用提升的权限重新运行实际部署命令(使用 sandbox_permissions=require_escalated)。不要提升 command -v vercel 安装检查的权限。当沙箱网络阻止出站请求时,部署需要提升的网络访问权限。
给用户的示例指导:
部署需要提升的网络访问权限才能部署到 Vercel。我可以使用提升的权限重新运行命令——您希望我继续吗?
每周安装次数
389
代码仓库
GitHub 星标数
15.3K
首次出现
2026 年 2 月 1 日
安全审计
安装于
codex334
opencode306
gemini-cli301
github-copilot286
cursor275
kimi-cli272
Deploy any project to Vercel instantly. Always deploy as preview (not production) unless the user explicitly asks for production.
command -v vercel).sandbox_permissions=require_escalated).command -v vercel
vercel is installed, 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.
vercel is not installed, or if the CLI fails with "No existing credentials found", use the fallback method below.If CLI fails with auth error, use the deploy script:
skill_dir="<path-to-skill>"
# Deploy current directory
bash "$skill_dir/scripts/deploy.sh"
# Deploy specific project
bash "$skill_dir/scripts/deploy.sh" /path/to/project
# Deploy existing tarball
bash "$skill_dir/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 actual deploy command with escalated permissions (use sandbox_permissions=require_escalated). Do not escalate the command -v vercel installation check. 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
389
Repository
GitHub Stars
15.3K
First Seen
Feb 1, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykFail
Installed on
codex334
opencode306
gemini-cli301
github-copilot286
cursor275
kimi-cli272
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
106,200 周安装
竞争对手研究指南:SEO、内容、反向链接与定价分析工具
231 周安装
Azure 工作负载自动升级评估工具 - 支持 Functions、App Service 计划与 SKU 迁移
231 周安装
Kaizen持续改进方法论:软件开发中的渐进式优化与防错设计实践指南
231 周安装
软件UI/UX设计指南:以用户为中心的设计原则、WCAG可访问性与平台规范
231 周安装
Apify 网络爬虫和自动化平台 - 无需编码抓取亚马逊、谷歌、领英等网站数据
231 周安装
llama.cpp 中文指南:纯 C/C++ LLM 推理,CPU/非 NVIDIA 硬件优化部署
231 周安装