Back to list
Andrejones92

vercel

by Andrejones92

0🍴 0📅 Jan 9, 2026

SKILL.md


name: vercel description: Check deployments, monitor domains, view analytics, and manage projects on Vercel category: devops

Vercel Skill

Overview

Enables Claude to access Vercel to check deployment status, monitor domain configurations, view analytics, and manage frontend project deployments on this leading deployment platform.

Quick Install

curl -sSL https://canifi.com/skills/vercel/install.sh | bash

Or manually:

cp -r skills/vercel ~/.canifi/skills/

Setup

Configure via canifi-env:

# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash

canifi-env set VERCEL_EMAIL "your-email@example.com"

Privacy & Authentication

Your credentials, your choice. Canifi LifeOS respects your privacy.

If you prefer not to share credentials with Claude Code:

  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password

Option 2: Environment Variables

If you're comfortable sharing credentials, you can store them locally:

canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"

Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.

Capabilities

  • View deployment status and history
  • Check domain configurations
  • Monitor Web Vitals and analytics
  • View build logs
  • Check environment variables
  • Manage project settings

Usage Examples

Example 1: Check Deployment Status

User: "What's the latest deployment status?"
Claude: I'll check your Vercel deployments.
- Opens vercel.com via Playwright MCP
- Logs into account
- Latest deployment:
  - Project: my-app
  - Status: Ready
  - URL: my-app-abc123.vercel.app
  - Duration: 45s
  - Branch: main
- Preview deployments: 3 active

Example 2: Check Domain Status

User: "Are my domains working?"
Claude: I'll check your domain configuration.
- Views domains section
- Domains:
  - myapp.com: Valid SSL, pointing correctly
  - api.myapp.com: Valid SSL, edge function
  - staging.myapp.com: Preview branch
- SSL: All certificates valid
- DNS: All records configured

Example 3: View Analytics

User: "How's the site performance?"
Claude: I'll check Web Vitals.
- Views Analytics tab
- Web Vitals (last 7 days):
  - LCP: 1.2s (Good)
  - FID: 15ms (Good)
  - CLS: 0.05 (Good)
- Traffic: 45,000 visits
- Top pages: /, /about, /products
- Edge regions: All healthy

Authentication Flow

  1. Navigate to vercel.com via Playwright MCP
  2. Sign in with email or GitHub
  3. Enter password or OAuth
  4. Handle 2FA if enabled
  5. Maintain session for dashboard access

Error Handling

  • Login Failed: Try GitHub OAuth
  • Deployment Failed: Check build logs
  • Domain Issue: Verify DNS settings
  • Session Expired: Re-authenticate
  • Rate Limited: Wait and retry
  • Build Error: Check function logs

Self-Improvement Instructions

After each interaction:

  • Track deployment patterns
  • Note common issues
  • Log analytics preferences
  • Document UI changes

Suggest updates when:

  • Vercel updates dashboard
  • New features added
  • Edge features expand
  • Analytics updated

Notes

  • Optimized for Next.js
  • Edge Functions supported
  • Preview deployments automatic
  • Environment per branch
  • Analytics built-in
  • Team collaboration
  • Free tier generous

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon