Repository of the Day - bradautomates/claude-video, and Daily Trends - July 28, 2026
Published: 7/28/2026
This daily roundup highlights repository momentum from GitGenius analytics for July 28, 2026, using UTC daily deltas in stars and subscribers.
The scan reviewed 2179 repositories, with 2040 repos contributing star deltas and 2040 repos contributing subscriber deltas.
Repo of the day
bradautomates/claude-video led the day with +980 stars to 12023 total stars and +2 subscribers to 53 total subscribers. The claude-video repository is a Python-based tool that extends Claude's capabilities to analyze video content by downloading, extracting frames, transcribing audio, and passing the results to Claude for analysis. The core command is `/watch`, which accepts either a URL (supporting YouTube, Loom, TikTok, X, Instagram, and hundreds of other sources via yt-dlp) or a local file path in formats like MP4, MOV, MKV, or WebM. Users pair the video with a question, and Claude responds based on what it has actually seen and heard rather than relying on titles or missing transcripts.
The tool prioritizes efficiency by checking for captions first before downloading video. When captions are available through yt-dlp, the transcript is retrieved instantly at no cost. If captions are unavailable or when audio analysis is needed, the script extracts a mono 16 kHz 64 kbps MP3 audio clip and sends it to either Groq's whisper-large-v3 or OpenAI's whisper-1 API for transcription. Frame extraction happens through ffmpeg and operates in three detail modes: efficient (keyframe-only extraction, fastest at ~0.5 seconds), balanced (scene-change detection), and token-burner (uncapped scene-change detection). The script automatically adjusts frame budgets based on video duration, ranging from approximately 30 frames for videos under 30 seconds to a capped 100 frames for videos over 10 minutes, with warnings when sparse scanning might miss important details.
Frame deduplication runs by default across all extraction modes to eliminate near-identical frames that would waste tokens. The process compares each frame against the last kept frame using mean absolute difference on 16×16 grayscale thumbnails, dropping frames where brightness change falls at or below a threshold of 2.0. This approach catches slow fades and handles static content efficiently while preserving distinct visual changes like code diffs, terminal scrolling, or color changes. The deduplication happens before the frame budget cap is applied, ensuring the budget is spent on distinct frames only.
Real-world use cases documented in the repository include analyzing content hooks and structure from viral videos, diagnosing bugs from screen recordings by identifying the exact frame where issues appear, summarizing long videos to extract key moments and substance, stripping marketing hype from product launch videos to identify actual new features, and converting video playlists into searchable note collections. The tool handles focused analysis when users specify time ranges like "around 2:30" or "from 0:45 to 1:00", automatically increasing frame density for those windows.
Installation is available across multiple platforms. Claude Code users can install via the marketplace with auto-updates. For Codex, Cursor, Copilot, Gemini CLI, and over 50 other agent hosts, the Agent Skills CLI handles installation globally or per-project. Claude.ai web users can download the skill file and add it through Settings. Manual installation involves cloning the repository and symlinking the skills directory into the host's skills folder. The tool requires zero configuration to start, with yt-dlp and ffmpeg installing automatically on first run via brew on macOS, with exact commands printed for Linux and Windows users. A Whisper API key is only necessary when videos lack captions.
Fastest rising repos
- mattpocock/skills - +1518 stars (192822 total), language: Shell. Skills for Real Engineers. Straight from my .agents directory.
- bradautomates/claude-video - +980 stars (12023 total), language: Python. Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude.
- diegosouzapw/OmniRoute - +942 stars (33051 total), language: TypeScript. Never stop coding. Free MIT AI gateway: one endpoint, 290+ providers (90+ free), 500+ models — Kimi, Claude, GPT, OpenAI, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 500+ contributors
- stablyai/orca - +923 stars (31709 total), language: TypeScript. Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop, mobile and VPS.
- permissionlesstech/bitchat - +814 stars (33019 total), language: Swift. bluetooth mesh chat, IRC vibes
Subscriber surge
- mattpocock/skills - +16 subscribers (1119 total), +1518 stars. Skills for Real Engineers. Straight from my .agents directory.
- calesthio/OpenMontage - +8 subscribers (244 total), +515 stars. World's first open-source, agentic video production system. 12 production pipelines, 100+ tools, 700+ agent skill and production-knowledge files. Turn your AI coding assistant into a full video production studio.
- diegosouzapw/OmniRoute - +7 subscribers (181 total), +942 stars. Never stop coding. Free MIT AI gateway: one endpoint, 290+ providers (90+ free), 500+ models — Kimi, Claude, GPT, OpenAI, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 500+ contributors
- obra/superpowers - +5 subscribers (987 total), +537 stars. An agentic skills framework & software development methodology that works.
- permissionlesstech/bitchat - +5 subscribers (299 total), +814 stars. bluetooth mesh chat, IRC vibes
Hidden gems
- Raccoon254/Aviator-Automated-Betika-Bot - +2 stars to 163 total stars, 29 subscribers. Automated Aviator Betting Bot for Betika, Spribe & Other Aviator-style sites | Node.js + Puppeteer | Smart bankroll & Martingale strategies | Real-time analytics
- nteract/nteract - +2 stars to 154 total stars, 4 subscribers. We're back! Now firing notebooks out of a t-shirt gun.
- nutanix/terraform-provider-nutanix - +1 stars to 134 total stars, 20 subscribers. Terraform Nutanix Provider
- openshift/cluster-ingress-operator - +1 stars to 87 total stars, 18 subscribers. The Cluster Ingress Operator manages highly available network ingress for OpenShift
- awslabs/visual-asset-management-system - +1 stars to 131 total stars, 7 subscribers. Visual Asset Management System (VAMS) is a purpose-built, AWS native solution for the management and distribution of traditional to specialized visual assets used in physical AI and spatial computing.
Language movers
- python - +15585 stars across 330 repos. Example repos: microsoft/agent-lightning, openai/gpt-oss, volcengine/MineContext
- typescript - +11064 stars across 223 repos. Example repos: nrwl/nx, OpenCut-app/OpenCut, QwenLM/qwen-code
- rust - +3769 stars across 78 repos. Example repos: BloopAI/vibe-kanban, farion1231/cc-switch, firecracker-microvm/firecracker
- javascript - +2811 stars across 48 repos. Example repos: thedotmack/claude-mem, micytao/vllm-playground, pbakaus/impeccable
- shell - +2402 stars across 22 repos. Example repos: VoltAgent/awesome-claude-code-subagents, frankbria/ralph-claude-code, obra/superpowers
Category spotlight
- machine learning - +5918 stars across 179 repos. Example repos: openai/gpt-oss, onnx/onnx, fastai/fastai
- automation - +5665 stars across 121 repos. Example repos: microsoft/agent-lightning, shiyu-coder/Kronos, eigent-ai/eigent
- ai - +3844 stars across 57 repos. Example repos: frankbria/ralph-claude-code, anthropics/skills, multica-ai/multica
- deep learning - +3223 stars across 106 repos. Example repos: openai/gpt-oss, QwenLM/qwen-code, deepinsight/insightface
- javascript - +3032 stars across 35 repos. Example repos: google/adk-js, a2ui-project/a2ui, obra/superpowers
Maintainer watch
- mattpocock - +1562 stars across 6 repos. Example repos: mattpocock/course-video-manager, mattpocock/skills, mattpocock/sandcastle
- microsoft - +1332 stars across 25 repos. Example repos: microsoft/agent-lightning, microsoft/VibeVoice, microsoft/agent-governance-toolkit
- bradautomates - +980 stars across 1 repos. Example repos: bradautomates/claude-video
- diegosouzapw - +942 stars across 1 repos. Example repos: diegosouzapw/OmniRoute
- stablyai - +923 stars across 1 repos. Example repos: stablyai/orca
