vercel
Deploy and manage Vercel projects, including linking repositories, env vars, and domains.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brennerspear/vercel-deploymentWhat This Skill Does
The Vercel skill for OpenClaw empowers developers to automate the deployment lifecycle directly from their command line environment. This skill serves as an interface for managing Vercel-hosted projects, enabling you to link local repositories to the cloud, configure automated Git connections, manage environment variables, and inspect domain settings. By abstracting the manual interface, it ensures that your infrastructure configuration remains consistent across development, staging, and production environments.
Installation
To install this skill, use the following command in your OpenClaw environment:
clawhub install openclaw/skills/skills/brennerspear/vercel-deployment
Ensure you have the Vercel CLI installed globally or locally within your project, as the skill relies on the npx vercel execution context to perform its operations. Once installed, ensure your terminal is authenticated with your Vercel account via vercel login before invoking any skill commands.
Use Cases
This skill is ideal for DevOps engineers and full-stack developers who manage multiple micro-frontend or serverless projects. It is particularly useful for:
- Rapidly provisioning environment variables during CI/CD workflows.
- Programmatically connecting existing GitHub repositories to Vercel projects to enable preview deployments.
- Auditing domain health and status across large suites of projects.
- Onboarding new team members by quickly linking their local environments to existing production infrastructure.
Example Prompts
- "OpenClaw, link this directory to my Vercel project and connect the GitHub repository for automatic deploys."
- "I need to update the API_KEY for the production environment; use the printf method to set it securely."
- "List all active domains currently associated with the project in the current directory to verify SSL status."
Tips & Limitations
- Precision is Key: When setting environment variables, always use
printfinstead ofechoto avoid accidental trailing newlines which can break configuration parsing. - Scope: Always execute deployment commands from the project root directory where the
.gitfolder resides. Executing from subdirectories may cause linking failures. - Authentication: This skill requires a valid Vercel authentication token. If you receive permission errors, run
vercel logoutfollowed byvercel login. - Security: Be cautious when passing sensitive environment variables through prompts. While the skill facilitates the process, ensure your environment is secure before transmitting secrets.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brennerspear-vercel-deployment": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api, code-execution
Related Skills
amazon
Buy and return items on Amazon using browser automation. Use for purchasing, reordering, checking order history, and processing returns.
flights
Search flights via Google Flights. Find nonstop/connecting flights, filter by time and cabin class, get booking links. Supports city names (NYC, London, Tokyo) with automatic multi-airport search. No API key required.
gog-safety
Build and deploy safety-profiled gogcli binaries with compile-time command removal. Use when setting up gog for an AI agent with restricted permissions — choosing between L1 (draft only), L2 (collaborate), or L3 (standard write). Covers building from PR
dev-serve
Start and manage tmux-backed dev servers exposed through Caddy at wildcard subdomains.
commit
Create a git commit with a contextual message based on current changes, then push the branch.