vercel-deploy

Automate Vercel deployments triggered by GitHub pushes via API.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/sandmark78/workspace --skill vercel-deploy-sandmark78
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-deploy
Source: https://github.com/sandmark78/workspace/tree/main/skills/vercel-deploy
Command: npx skills add https://github.com/sandmark78/workspace --skill vercel-deploy-sandmark78

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, base64, and includes scripts (resource) components.

What problem does it solve?

通过自动化流程实现将代码部署到 Vercel,避免手动调用 Vercel API 的繁琐和出错。

Core Features & Use Cases

  • 自动推送触发部署:在 GitHub 推送后自动启动 Vercel 部署。
  • 部署状态与 URL 获取:提供当前部署状态并返回生产环境的访问 URL。
  • 使用场景:团队在 CI/CD 场景中希望实现全自动一键上线。

Quick Start

Push your changes to GitHub to trigger an automatic Vercel deployment.

Frequently Asked Questions about vercel-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Vercel deployments automatically when pushing code to GitHub?

You can automate Vercel deployments by syncing GitHub changes through API calls, eliminating manual steps. This Skill triggers a deployment automatically after a GitHub push and retrieves the production URL using curl and jq.

What tokens do I need to set up GitHub and Vercel CI/CD automation?

GitHub and Vercel CI/CD automation requires a GitHub token and a Vercel token. These credentials authorize the API orchestration that automatically triggers deployments and checks their status.

How does API-based deployment status checking work for Vercel projects?

API-based deployment status checking works by using curl to query the Vercel API and jq to parse the response. It monitors the deployment process and retrieves the production environment URL once the deployment succeeds.

Can I trigger Vercel deployments using command-line scripts instead of the Vercel dashboard?

Yes, you can trigger Vercel deployments using command-line scripts with curl and jq instead of the dashboard. This approach automates push-triggered deployments and retrieves production URLs directly through Vercel's API.

Does this Vercel deployment automation work for projects not hosted on GitHub?

No, this Vercel deployment automation only works for projects hosted on GitHub. It relies on syncing GitHub changes to trigger deployments and requires a GitHub token to orchestrate the workflow.