glideit
Enables agents to analyze long videos by downloading them, extracting transcripts and storyboards, and zooming into specific moments with high-resolution frames and OCR.
README
glideit
Your coding agent can now watch long videos.
Paste a YouTube link (or any video URL, or a local file) and ask a question. glideit downloads the video, builds a transcript and a storyboard of the whole thing, then extracts high-res frames of just the part that matters. Your agent reads them and answers — grounded in what is actually on screen.

▶ Watch the full launch video — with narration and score (38s, made with HyperFrames from demo/demo.html)
- No API keys. No cloud. Everything runs locally:
ffmpeg,yt-dlp, optionaltesseract. The agent that invoked glideit does all the "seeing" — no model API is ever called. - Built for long videos. A 1-hour lecture becomes 4 storyboard images + a transcript, not 450 frames flooding the agent's context.
- Reads on-screen code. High-res zoom frames + an OCR sidecar make IDE/terminal content legible.
Install
Claude Code:
/plugin marketplace add Imhari14/glideit
/plugin install glideit@glideit
Cursor, Codex, Copilot, Gemini CLI, and 70+ other agents:
npx skills add Imhari14/glideit -g
Requirements: Python 3.10+, ffmpeg, yt-dlp (pip install yt-dlp). Run python scripts/setup.py to check. Optional: tesseract (OCR), vosk or useful-moonshine-onnx (free offline transcripts for videos without captions).
Use
In your agent, just ask:
/glideit https://youtu.be/VIDEO_ID what happens at 12:30?
Or run the CLI directly:
# 1. MAP — whole-video transcript + storyboard grids
python scripts/glideit.py "https://youtu.be/VIDEO_ID"
# 2. ZOOM — dense high-res frames of one window (+ OCR of on-screen text)
python scripts/glideit.py "https://youtu.be/VIDEO_ID" --start 12:00 --end 13:30 --resolution 1024
The map prints paths to transcript.txt and storyboard_*.jpg; the zoom prints per-frame paths. The agent Reads those files and answers. Everything is cached under .glideit/<hash>/ — re-runs are instant.
Options
| Flag | What it does |
|---|---|
--start / --end / --timestamps |
zoom to a window or exact moments |
--fps 2 |
denser sampling to catch fast motion (default ~1 frame/3s) |
--resolution 1024 |
frame width — raise it to read on-screen code |
--detail fast|balanced|deep |
map density (deep also OCRs the map) |
--cards |
emit cards.json + a HyperFrames scaffold to recreate/remix the video |
--note "..." |
save a note to the video's persistent notes.md |
--refresh |
ignore cache and rebuild |
MCP server
mcp/server.py exposes map_video, zoom_video, and note_video to any MCP host (pip install mcp):
"glideit": { "command": "python", "args": ["mcp/server.py"] }
Recreate or remix a video
--cards turns a reference video into an editable template: a structured cards.json (per-scene text, narration, timing) plus a starter HyperFrames composition. Change the content, brand, or language and render a new MP4 — then run glideit on the render to review it. The demo video above was made this way.
How it compares
claude-video's /watch is great for short clips; glideit is built for the long ones — full lectures, tutorials, conference talks — plus OCR for on-screen code and the recreate/remix bridge.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。