Fähigkeiten vercel-deploy-claimable
📦

vercel-deploy-claimable

Niedriges Risiko ⚙️ Externe Befehle🌐 Netzwerkzugriff

立即将网站部署到 Vercel

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

Unterstützt: Claude Codex Code(CC)
📊 70 Angemessen
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

Einschalten und loslegen

Teste es

Verwendung von "vercel-deploy-claimable". Deploy my React app to Vercel

Erwartetes Ergebnis:

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

Verwendung von "vercel-deploy-claimable". Deploy /projects/portfolio to Vercel

Erwartetes Ergebnis:

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

Sicherheitsaudit

Niedriges Risiko
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
Gescannte Dateien
124
Analysierte Zeilen
4
befunde
1
Gesamtzahl Audits
Probleme mit niedrigem Risiko (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.

Risikofaktoren

⚙️ Externe Befehle (1)
🌐 Netzwerkzugriff (1)
Auditiert von: claude

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
87
Inhalt
31
Community
86
Sicherheit
100
Spezifikationskonformität

Was du bauen kannst

快速预览部署

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

静态网站托管

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

CI/CD 集成测试

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

Probiere diese Prompts

部署当前项目
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.

Bewährte Verfahren

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

Vermeiden

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

Häufig gestellte Fragen

使用此技能是否需要 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 文件,它将被重命名以确保正确的路由。

Entwicklerdetails

Dateistruktur

📄 SKILL.md