Home Tutorials Categories Skills About
ZH EN JA KO
β–²

Vercel

Deployment Cloud & DevOps

Install Command

npx clawhub@latest install vercel

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Vercel to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Vercel appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Auto Deployment Log Viewing Domain Management

Detailed Description

The Vercel skill lets OpenClaw manage your frontend project deployments on the Vercel platform.

Core Features

  • Deployment Management: View deployment list, trigger new deployments, roll back to specific versions
  • Log Viewing: Read deployment logs and runtime logs
  • Environment Variables: Manage project environment variable configurations
  • Domain Management: Add and manage custom domains
  • Project Settings: View and update project configurations

Configuration

{
  skills: {
    vercel: {
      token: "xxx",
      teamId: "team_xxx"  // Optional
    }
  }
}

Use Cases

  • "Did the latest deployment of my-app succeed?"
  • "Roll back my-app to the last successful deployment version"
  • "Update the NEXT_PUBLIC_API_URL environment variable to the new address"
  • "Add the custom-domain.com domain to the my-app project"