claude-real-video: Free Tool to Make Claude Watch Videos with Perception Layer

The claude-real-video tool (free, open-source) solves a specific gap: Claude reads transcripts but never actually sees the video. The Pro version adds a local perception layer that extracts camera movements, pacing, gestures, and voice emotion from video, then feeds that context to Claude for analysis.
How It Works
- Free version (GitHub): Frame extraction tool for Claude
- Pro version adds: local perception layer (camera moves, pacing, gestures, voice emotion), a viewer where the transcript follows playback, and one-click written reports combining visual walkthrough + content analysis
Demo
The 60-second demo shows the tool watching NVIDIA's GTC 2026 keynote and narrating what happens on screen — Claude describes the presentation dynamics, not just the transcript.
Key Feature: Runs Locally
Everything runs on your machine. Nothing is uploaded to any server.
📖 Read the full source: r/ClaudeAI
👀 See Also

Kios: An iOS Reader for Self-Hosted Kobo/Calibre Libraries with Progress Sync
Kios is an iOS app that reads books from self-hosted Kobo/Calibre servers and syncs reading progress via the Kobo protocol, OPDS 1.2/2.0, and kosync. Built with Claude Code.

Distillery: A Claude Code Plugin for Persistent Team Context
Distillery is a plugin for Claude Code that provides teams with shared, persistent context across sessions and people. Version 0.2.0 adds hybrid search, auth audit logging, and uv support.

ACO System: Open-Source Multi-Agent Pipeline from GitHub Issue to Merged PR
ACO System is an open-source multi-agent framework that autonomously runs a full software pipeline—from GitHub Issue to merged PR—using six specialized AI agents. Features a deterministic Architect gate that blocks hallucinations.

Rift: A Better Alternative to Git Worktrees with Instant Copy-on-Write Snapshots
Rift uses btrfs or APFS snapshots to create instant, space-efficient copies of Git repositories. Initialization, creation, and listing via CLI or JavaScript FFI.