/ الدليل / الملعب / Claude Video Vision
● مجتمع jordanrendric ⚡ فوري

Claude Video Vision

بواسطة jordanrendric · jordanrendric/claude-video-vision

Make Claude actually understand a video — frames + transcript + scene segmentation, fed in a token-efficient layout.

The skill takes a video file or URL, extracts keyframes (scene-aware), aligns transcript segments, and presents the bundle to Claude for QA, summary, or content extraction. Smart-sampling avoids blowing the context window.

لماذا تستخدمه

الميزات الأساسية

عرض مباشر

كيف يبدو في الممارسة

جاهز

التثبيت

اختر العميل

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

افتح Claude Desktop → Settings → Developer → Edit Config. أعد التشغيل بعد الحفظ.

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

يستخدم Cursor نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.

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

انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "Edit Configuration".

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

نفس الصيغة مثل Claude Desktop. أعد تشغيل Windsurf لتطبيق التغييرات.

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

يستخدم Continue مصفوفة من كائنات الخادم بدلاً من خريطة.

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

أضف إلى context_servers. يعيد Zed التحميل تلقائيًا عند الحفظ.

claude mcp add claude-video-vision -- git clone https://github.com/jordanrendric/claude-video-vision

أمر من سطر واحد. تحقق باستخدام claude mcp list. احذف باستخدام claude mcp remove.

حالات الاستخدام

استخدامات عملية: Claude Video Vision

Answer questions about a 30-min talk

👤 Claude Code users ⏱ ~15 min intermediate

متى تستخدمه: Conference talk just dropped; you want notes without watching it.

الخطوات
  1. Ingest
    Point skill at the URL.✓ تم النسخ
    → Frames + transcript ready
  2. Ask
    Ask focused questions; skill scopes to relevant scenes.✓ تم النسخ
    → Precise answers with timestamps

النتيجة: Targeted understanding without re-watching.

التركيبات

اجمعها مع خوادم MCP أخرى لتحقيق نتائج x10

claude-video-vision + filesystem

Save the structured note output for later reference

Combine claude-video-vision with filesystem: Save the structured note output for later reference✓ تم النسخ

الأدوات

ما يوفره هذا الـ MCP

الأداةالمدخلاتمتى تستدعيهاالتكلفة
ingest (see docs) Pull video + transcript 1 call
query (see docs) Scope-aware question answering 1 call

التكلفة والحدود

تكلفة التشغيل

حصة API
Bound by transcription cost
الرموز لكل استدعاء
Mid (sampled, not full video)
التكلفة المالية
Free skill; transcription/model costs
نصيحة
Use shorter scenes when QA is targeted; use long-window mode for summary

الأمان

الصلاحيات والأسرار ونطاق الأثر

الحد الأدنى من الصلاحيات: fs-read fs-write
تخزين بيانات الاعتماد: API keys for transcription provider in env
نقل البيانات الخارجي: Transcription provider
لا تمنح أبدًا: process private video without consent

استكشاف الأخطاء

الأخطاء الشائعة وحلولها

Transcript misaligned

Lower scene-segmentation threshold; transcript may be off due to music

البدائل

Claude Video Vision مقابل البدائل

البديلمتى تستخدمهاالمقايضة
Manual notesTalk is shortDoesn't scale to many videos

المزيد

الموارد

📖 اقرأ ملف README الرسمي على GitHub

🐙 تصفح القضايا المفتوحة

🔍 تصفح أكثر من 400 خادم MCP و Skills