vercel-deployments

Manage Vercel projects, deployments, domains, environment variables, and teams via REST API.

117|10|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ClawLink-HQ/clawlink --skill vercel-deployments-clawlink-hq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-deployments
Source: https://github.com/ClawLink-HQ/clawlink/tree/main/clawhub-skills/vercel-deployments
Command: npx skills add https://github.com/ClawLink-HQ/clawlink --skill vercel-deployments-clawlink-hq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the complexity of managing Vercel projects, deployments, domains, environment variables, and team resources, providing a streamlined solution for Vercel DevOps workflows.

Core Features & Use Cases

  • Project Management: List, get, create, update, and delete Vercel projects.
  • Deployment Management: List, get, create, cancel, and delete deployments.
  • Domain Configuration: List, get, add, remove, and verify domains.
  • Environment Variables: List, add, update, and delete environment variables.
  • Team Management: List team members, invite new members, remove members, and update member roles.
  • Use Case: Automate deployment tracking and configuration management for a Vercel project with this Skill.

Quick Start

List all projects with the command 'clawlink_call_tool --tool "vercel_list_projects" --params "{}"'.

Frequently Asked Questions about vercel-deployments

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

FAQPage Schema
How do I automate Vercel project management and deployment tracking?

This Skill automates Vercel project management and deployment tracking by interfacing directly with the Vercel REST API to list projects, monitor deployment statuses, and manage environment variables programmatically.

Can I manage Vercel environment variables and domains via API integration?

Yes, you can manage Vercel environment variables and domains via API integration. This Skill supports listing, adding, updating, and deleting environment variables, alongside adding, removing, and verifying project domains.

What do I need to automate DevOps workflows for Vercel deployments?

To automate DevOps workflows for Vercel deployments, you need authorized access to the Vercel API. This Skill requires that API access to programmatically handle project configurations, deployment lifecycles, and team resources.

Does this tool support team management for Vercel projects?

Yes, this tool supports team management for Vercel projects. You can list team members, invite new members, remove members, and update member roles directly through the Vercel REST API integration.

What is the best way to handle bulk deployment cancellation and deletion in Vercel?

The best way to handle bulk deployment cancellation and deletion in Vercel is by using an API integration. This Skill enables you to programmatically list, cancel, and delete deployments to streamline your DevOps workflow.