/ Каталог / Песочница / Vercel Skills CLI
● Официальный vercel-labs ⚡ Сразу

Vercel Skills CLI

автор vercel-labs · vercel-labs/skills

The open agent skills tool — npx skills, an npm-like installer for agent capabilities.

Vercel Skills CLI is a skill that the open agent skills tool — npx skills, an npm-like installer for agent capabilities Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

vercel-skills-cli.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "vercel-skills-cli": {
      "command": "npx",
      "args": [
        "skills"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "vercel-skills-cli": {
      "command": "npx",
      "args": [
        "skills"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "vercel-skills-cli": {
      "command": "npx",
      "args": [
        "skills"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vercel-skills-cli": {
      "command": "npx",
      "args": [
        "skills"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "vercel-skills-cli",
      "command": "npx",
      "args": [
        "skills"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "vercel-skills-cli": {
      "command": {
        "path": "npx",
        "args": [
          "skills"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add vercel-skills-cli -- npx skills

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: Vercel Skills CLI

Use Vercel Skills CLI for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

Когда использовать: You want skill integration for skill work without writing glue code.

Предварительные требования
  • Repo installed / cloned — See repo README
Поток
  1. Install
    Set up the Vercel Skills CLI skill.✓ Скопировано
    → skill listed in your agent config
  2. Invoke
    Use Vercel Skills CLI to run a representative task in skill.✓ Скопировано
    → Tool call succeeds; result returned

Итог: Real skill work completed via Vercel Skills CLI with one chat.

Подводные камни
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
Сочетать с: filesystem

Комбинации

Сочетайте с другими MCP — эффект x10

vercel-skills-cli + filesystem

Pair with filesystem for skill workflows that need local file IO.

Use Vercel Skills CLI together with filesystem.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
primary_call task-specific For the main use case Varies

Стоимость и лимиты

Во что обходится

Квота API
Provider rate limits apply
Токенов на вызов
Varies
Деньги
Free / pay provider directly
Совет
Cache results; batch calls.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: Use environment variables or your OS keychain.
Исходящий трафик: Depends on integration

Устранение неполадок

Частые ошибки и исправления

Confirm install and restart your agent.

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills