/ Каталог / Песочница / Claude Octopus
● Сообщество nyldn 🔑 Нужен свой ключ

Claude Octopus

автор nyldn · nyldn/claude-octopus

Run up to 8 models in parallel on the same task; surface where they disagree — that's where your blindspot is.

Octopus is a multi-model orchestration skill: define a task, it dispatches to N model providers, then highlights consensus and disagreement. Useful for research, design review, and plan critique where one model can have a confident-but-wrong opinion.

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

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

Живое демо

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

готово

Установка

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

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-octopus": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nyldn/claude-octopus"
      ],
      "_inferred": true
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-octopus": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nyldn/claude-octopus"
      ],
      "_inferred": true
    }
  }
}

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

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-octopus": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nyldn/claude-octopus"
      ],
      "_inferred": true
    }
  }
}

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

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-octopus": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nyldn/claude-octopus"
      ],
      "_inferred": true
    }
  }
}

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

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-octopus",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nyldn/claude-octopus"
      ]
    }
  ]
}

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

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-octopus": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/nyldn/claude-octopus"
        ]
      }
    }
  }
}

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

claude mcp add claude-octopus -- git clone https://github.com/nyldn/claude-octopus

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

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

Реальные сценарии: Claude Octopus

Multi-model design review

👤 Claude Code users ⏱ ~15 min intermediate

Когда использовать: You're about to commit to an architecture and want a second (and third, and fourth) opinion.

Поток
  1. Brief
    Provide the design doc + question.✓ Скопировано
    → Octopus dispatches to N models
  2. Read disagreements
    Skim only where models disagree.✓ Скопировано
    → Real risks surface
  3. Decide
    Resolve disagreements with a focused follow-up.✓ Скопировано
    → Documented decision

Итог: Decision made with explicit awareness of where models disagree.

Комбинации

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

claude-octopus + flow-next-skill

Use Octopus on the proposed plan, then flow-next executes the agreed-on version

Combine claude-octopus with flow-next-skill: Use Octopus on the proposed plan, then flow-next executes the agreed-on version✓ Скопировано

Инструменты

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

ИнструментВходные данныеКогда вызыватьСтоимость
octopus-run (see docs) Dispatch to N model providers 1 call

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

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

Квота API
Per-provider limits
Токенов на вызов
N × normal
Деньги
Pay-per-call across providers
Совет
Set the cost cap; use cheap models for the panel and one premium

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

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

Минимальные скоупы: multi-provider keys
Хранение учётных данных: API keys per provider in env
Исходящий трафик: Each configured provider
Никогда не давайте: ship customer data through every provider blindly — review egress

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

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

One provider 401s

Octopus continues with the rest; log shows which key

Альтернативы

Claude Octopus в сравнении

АльтернативаКогда использоватьКомпромисс
Single-model with self-critiqueCost-sensitiveMisses provider-specific blindspots

Ещё

Ресурсы

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

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

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