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

Claude Skill MCP Checker: Deterministic Audit of Breaking 2026-07-28 Changes
A free Claude Skill and web demo run 7 deterministic rules to spot MCP servers broken by the 2026-07-28 stateless transport and OAuth 2.1 changes. The author shares how one rule was wrong and how he pinned the mistake.

External Reranker Plugin for OpenClaw Memory-Core: Repurpose Old GPUs
A developer shares a plugin for OpenClaw that allows memory-core to use an external reranker instead of the built-in QMD, improving performance on CPU-bound setups.

Bridge Claude Code to Chat Apps for Remote Interaction
A GitHub project called cc-connect bridges Claude Code to messaging platforms like Slack and Telegram, allowing remote interaction without exposing your local machine. The agent runs locally while a small bridge relays messages between the agent and chat apps.

PocketBot: AI compiles automations to JavaScript for cost-effective, deterministic scheduling
PocketBot addresses API and hardware cost issues by compiling natural language requests into self-contained JavaScript scripts that run on schedules without LLM calls at runtime. The tool uses AI only once to write code, then executes deterministically with 20+ integrations including Google Suite, Slack, and Notion.