Claude Skill

Analyze videos with frame extraction and audio context in Claude Code

Give Claude Code a video perception layer that extracts frames, transcribes audio, and lets Claude answer questions about local videos or YouTube URLs.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_analyze-videos-with-frame-extraction-and-audio-context-in-claude-code-07beb56.zip · 0 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/analyze-videos-with-frame-extraction-and-audio-context-in-claude-code
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Analyze videos with frame extraction and audio context in Claude Code

Give Claude Code a video perception layer that extracts frames, transcribes audio, and lets Claude answer questions about local videos or YouTube URLs.

Prerequisites

Claude Code, Node.js 20+, ffmpeg, optional yt-dlp, Gemini API or Whisper/OpenAI audio backend

Installation

Use the upstream install or setup path that matches your environment:

Requirements and caveats from upstream:

  • | Local (Whisper) | whisper.cpp or Python openai-whisper | Free, fully offline | brew install whisper-cpp + auto model download |
  • │ MCP Server (Node.js) │
  • Node.js 20+ (for the MCP server)

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 2 KB
    ---
    name: "Analyze videos with frame extraction and audio context in Claude Code"
    slug: "analyze-videos-with-frame-extraction-and-audio-context-in-claude-code"
    description: "Give Claude Code a video perception layer that extracts frames, transcribes audio, and lets Claude answer questions about local videos or YouTube URLs."
    github_stars: 698
    verification: "security_reviewed"
    source: "https://github.com/jordanrendric/claude-video-vision"
    author: "Jordan Rendric"
    publisher_type: "individual"
    category: "Media & Transcription"
    framework: "Claude Code"
    tool_ecosystem:
      github_repo: "jordanrendric/claude-video-vision"
      github_stars: 698
      npm_package: "claude-video-vision"
      npm_weekly_downloads: 802
    ---
    
    # Analyze videos with frame extraction and audio context in Claude Code
    
    Give Claude Code a video perception layer that extracts frames, transcribes audio, and lets Claude answer questions about local videos or YouTube URLs.
    
    ## Prerequisites
    
    Claude Code, Node.js 20+, ffmpeg, optional yt-dlp, Gemini API or Whisper/OpenAI audio backend
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - git clone https://github.com/jordanrendric/claude-video-vision.git
    
    Requirements and caveats from upstream:
    - | **Local (Whisper)** | whisper.cpp or Python openai-whisper | Free, fully offline | brew install whisper-cpp + auto model download |
    - │ MCP Server (Node.js) │
    - **Node.js 20+** (for the MCP server)
    
    Basic usage or getting-started notes:
    - ### 1. Install the plugin
    - Inside Claude Code, run these commands **one at a time**:
    - /plugin marketplace add https://github.com/jordanrendric/claude-video-vision
    
    - Source: https://github.com/jordanrendric/claude-video-vision
    - Extracted from upstream docs: https://raw.githubusercontent.com/jordanrendric/claude-video-vision/HEAD/README.md
    
    ## Documentation
    
    - https://github.com/jordanrendric/claude-video-vision
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/analyze-videos-with-frame-extraction-and-audio-context-in-claude-code/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related