Skip to content
Skillv1.0.0

setup

Set up Vercel CLI and project configuration. Use when the user says "set up Vercel", "configure Vercel", "link to Vercel", or "vercel init".

by vercel(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from vercel/vercel-deploy-claude-code-plugin (skills/setup/SKILL.md). Install upstream with npx skills add vercel/vercel-deploy-claude-code-plugin --skill setup. Copyright stays with the author.

Vercel Setup

Install CLI

npm install -g vercel

Authenticate

vercel login

Link Project

vercel link

Environment Variables

vercel env ls
vercel env add <NAME>

Configuration

Check for vercel.json and .vercelignore files.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/vercel-vercel-deploy-claude-code-plugin-setup/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

vercel-vercel-deploy-claude-code-plugin-setup.ocm.jsonjson
{
  "ocm": "1",
  "id": "vercel-vercel-deploy-claude-code-plugin-setup",
  "kind": "skill",
  "name": "setup",
  "description": "Set up Vercel CLI and project configuration. Use when the user says \"set up Vercel\", \"configure Vercel\", \"link to Vercel\", or \"vercel init\".",
  "publisher": "vercel",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Set up Vercel CLI and project configuration. Use when the user says \"set up Vercel\", \"configure Vercel\", \"link to Vercel\", or \"vercel init\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/vercel/vercel-deploy-claude-code-plugin",
      "path": "skills/setup/SKILL.md",
      "ref": "ae067751b4f42c97d13054211657275029ca8b6d",
      "url": "https://github.com/vercel/vercel-deploy-claude-code-plugin/blob/ae067751b4f42c97d13054211657275029ca8b6d/skills/setup/SKILL.md",
      "key": "vercel/vercel-deploy-claude-code-plugin/skills/setup/SKILL.md"
    }
  },
  "instructions": "# Vercel Setup\n\n## Install CLI\n\n```bash\nnpm install -g vercel\n```\n\n## Authenticate\n\n```bash\nvercel login\n```\n\n## Link Project\n\n```bash\nvercel link\n```\n\n## Environment Variables\n\n```bash\nvercel env ls\nvercel env add <NAME>\n```\n\n## Configuration\n\nCheck for `vercel.json` and `.vercelignore` files.",
  "cost": {
    "context_tokens": 73
  }
}

Fetch it by URL: GET /api/v1/registry/vercel-vercel-deploy-claude-code-plugin-setup/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.