/ الدليل / الملعب / 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 مصفوفة من كائنات الخادم بدلاً من خريطة.

~/.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