vercel-automation

Automates Vercel deployments, domains, DNS, environment variables, and projects.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/dr-code/beacon --skill vercel-automation-dr-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-automation
Source: https://github.com/dr-code/beacon/tree/main/plugins/all-skills/skills/vercel-automation
Command: npx skills add https://github.com/dr-code/beacon --skill vercel-automation-dr-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage and automate common Vercel platform operations that are otherwise manual and error-prone, including creating and monitoring deployments, configuring domains and DNS, and managing environment variables and project settings across teams and accounts.

Core Features & Use Cases

  • Deployment Management: Find projects, trigger new deployments from git or file uploads, and poll deployment status and logs for debugging.
  • Environment Variable Controls: List, add, and delete env vars with support for secret/write-only types and scoped targets (production, preview, development).
  • Domain and DNS Administration: Inspect domain configuration, list and modify DNS records, and manage project domain attachments and SSL provisioning.
  • Project and Team Operations: List and inspect projects and teams, update project settings, and enumerate team members with role filters.
  • Operational Considerations: Requires Rube MCP integration for tool schema discovery and connection management, handles pagination, rate limits, and asynchronous deployment flows.

Quick Start

Use the vercel-automation skill to list all Vercel projects and show the latest deployment status for each.

Frequently Asked Questions about vercel-automation

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

FAQPage Schema
How do I automate Vercel deployments and monitor build status?

You can automate Vercel deployments by triggering new builds from git or file uploads, then polling the deployment status and logs asynchronously to monitor progress and debug failures.

Can I manage Vercel environment variables across different deployment targets?

Yes, you can list, add, and delete Vercel environment variables with scoped targets for production, preview, and development, including support for secret and write-only variable types.

What's the best way to automate Vercel DNS records and domain configuration?

Automating Vercel DNS records and domains involves inspecting domain configurations, modifying DNS records, managing project domain attachments, and handling SSL provisioning programmatically.

Do I need Rube MCP to manage Vercel projects and teams programmatically?

Yes, an active Rube MCP integration is required. You need RUBE_SEARCH_TOOLS for schema discovery and RUBE_MANAGE_CONNECTIONS to maintain an active Vercel connection for managing projects and teams.

How does asynchronous deployment polling work when automating Vercel operations?

Asynchronous deployment polling continuously checks the build and deployment status after triggering a new deployment, allowing you to handle pagination, rate limits, and retrieve logs once the process completes.

Can I list and filter Vercel team members by role during DevOps configuration management?

Yes, you can enumerate Vercel team members and apply role filters to manage permissions and inspect project settings across different teams and accounts for deployment orchestration.