技能 vercel-deploy-claimable
📦

vercel-deploy-claimable

低风险 ⚙️ 外部命令🌐 网络访问

立即将网站部署到 Vercel

将应用程序部署到生产环境托管既复杂又耗时。此技能可将您的项目打包并通过单个命令部署到 Vercel,提供即时预览 URL。

支持: Claude Codex Code(CC)
🥉 73 青铜
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“vercel-deploy-claimable”。 Deploy my React app to Vercel

预期结果:

部署成功!预览 URL:https://skill-deploy-abc123.vercel.app。认领 URL:https://vercel.com/claim-deployment?code=xyz。您的 Next.js 应用已部署。在预览 URL 查看或使用认领 URL 将其转移到您的 Vercel 账户。

正在使用“vercel-deploy-claimable”。 Deploy /projects/portfolio to Vercel

预期结果:

部署成功!检测到的框架:Astro。预览 URL:https://skill-deploy-def456.vercel.app。认领 URL:https://vercel.com/claim-deployment?code=abc。您的静态作品集已上线。

安全审计

低风险
v1 • 2/25/2026

All static analysis findings are false positives from pattern-matching on markdown documentation text. The skill is a legitimate DevOps tool that executes bash scripts and makes network calls to Vercel API, which is expected behavior for a deployment skill. No malicious patterns detected.

1
已扫描文件
124
分析行数
4
发现项
1
审计总数
低风险问题 (2)
Static Analysis False Positives - External Commands
The static analyzer flagged 23 instances of 'backtick execution' but these are all markdown code formatting in documentation, not actual shell execution. The skill legitimately invokes bash scripts for deployment.
Static Analysis False Positives - Network URLs
The static analyzer flagged 8 hardcoded URLs but these are documentation examples showing expected output format or user configuration instructions, not actual network request endpoints.

风险因素

⚙️ 外部命令 (1)
🌐 网络访问 (1)
审计者: claude

质量评分

38
架构
100
可维护性
87
内容
50
社区
86
安全
100
规范符合性

你能构建什么

快速预览部署

开发者可以立即为其项目创建预览部署,以便在合并到生产环境之前与团队成员或客户分享。

静态网站托管

用户可以将静态 HTML 网站部署到 Vercel,无需设置 Vercel 账户或配置部署流程。

CI/CD 集成测试

团队可以使用此技能测试部署配置并在集成到正式 CI/CD 流程之前验证构建。

试试这些提示

部署当前项目
Deploy my current project to Vercel and give me the preview URL.
部署特定目录
Deploy the project at /path/to/my-app to Vercel.
部署并分享结果
Deploy my Next.js app and format the output with both the preview URL and claim URL for my team.
排查部署失败
My Vercel deployment failed with a network error. Help me configure my Claude.ai network settings and retry the deployment.

最佳实践

  • 在与客户分享或部署到生产环境之前,请查看预览 URL
  • 使用认领 URL 将部署的所有权转移到您的 Vercel 账户以进行长期托管
  • 在部署前确保在 Claude.ai 设置中已启用网络功能

避免

  • 不要部署包含敏感数据(如 API 密钥或凭证)的项目
  • 不要在未认领部署的情况下将预览 URL 用于生产流量
  • 在部署大型项目之前,请先检查 Vercel 的大小限制

常见问题

使用此技能是否需要 Vercel 账户?
预览部署不需要账户。您会收到一个预览 URL 来查看您的网站,以及一个认领 URL(如果需要)将部署转移到您的 Vercel 账户。
支持哪些框架?
此技能可自动检测流行框架,包括 Next.js、React、Vue、Nuxt、Svelte、SvelteKit、Astro、Solid、Angular、Express、Fastify、NestJS、Vite 等,均从您的 package.json 中识别。
为什么需要网络访问?
部署脚本必须与 Vercel API 通信以上传您的项目并创建部署。请在您的 Claude.ai 网络设置中启用 *.vercel.com。
如何认领我的部署?
访问部署输出中提供的认领 URL。这会将部署转移到您的 Vercel 账户,您可以在其中像管理其他项目一样管理它。
部署中包含哪些文件?
所有项目文件都会被包含,但 node_modules 和 .git 目录除外。tarball 排除这些目录以减小上传大小,因为 Vercel 会处理依赖安装。
我可以部署没有 package.json 的静态 HTML 网站吗?
可以。对于静态 HTML 项目,此技能会直接打包所有文件。如果您有一个不是命名为 index.html 的单个 HTML 文件,它将被重命名以确保正确的路由。

开发者详情

文件结构

📄 SKILL.md