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

OpenClaw Skill Reduces Accessibility Tree Tokens from 600K to 1.3K
A developer built an OpenClaw skill that uses ML-based element ranking to prune accessibility trees, cutting slickdeals.com from ~598K tokens to ~1.3K tokens by keeping only the top ~50 actionable elements.

Custom WhatsApp Channel Plugin for Claude Code Using Baileys
A developer built a custom channel plugin that adds WhatsApp support to Claude Code 2.1.80+ using Baileys v7, implementing the WhatsApp Web Multi-Device protocol as an MCP server with the experimental claude/channel capability.

Solo developer builds cross-platform desktop AI agent with mobile remote control in 3 weeks, ships to 40+ countries
A solo developer built Skales, a native desktop AI agent with 139+ tools and a mobile companion app for remote control — all in 3 weeks using Claude. The app runs on macOS, Windows, and Linux, is local-first and free, and already has active users in 40+ countries.

Lisp Development with AI Agents: High Costs and Technical Challenges
A DevOps engineer found AI agents struggle with Lisp development, costing $10-$20 in minutes for subpar code, while Python and Go work efficiently. He created tmux-repl-mcp to improve REPL interaction but still faced high token costs and tooling issues.