video-memory
Video Memory maintains a searchable index of every video watched on your machine, preserving frames, transcripts, and extracted answers in persistent storage. Search across all indexed videos by keyword or semantic meaning, drill into specific moments, or synthesize answers from insights spanning multiple videos. Batch-import playlists or folders to build your video library quickly.
Video Memory searches all previously watched videos in a persistent local index to find specific content, transcripts, and answers across sessions.
AI-generated summary based on this skill's SKILL.md
Install
oxbshw/watch-skill/video-memory · repository language: Python
git clone https://github.com/oxbshw/watch-skill
cp -r watch-skill/adapters/claude-skill/skills/video-memory ~/.claude/skills/video-memorynpx skillfed install oxbshw/watch-skill/video-memoryFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I search my videos for that error message?
Video Memory indexes all your watched videos and their transcripts, letting you search across them by keyword. When you search for an error message, Video Memory scans transcripts and extracted text to find matching videos, then displays results with timestamps so you can jump directly to the relevant moment.
Can Video Memory retrieve information spanning multiple videos?
Yes. Video Memory synthesizes insights across multiple indexed videos, so you can ask questions like "what did we decide about pricing in those meetings" and get answers drawn from relevant moments across all your recorded sessions. It builds connections between related content.
How do I locate a specific timestamp in a video by keyword?
Video Memory preserves frames and transcripts for every indexed video. Search by keyword or topic, and the skill returns matching videos with precise timestamps, letting you jump directly to the moment you're looking for without scrubbing through hours of footage.
What does Video Memory store to make videos searchable?
Video Memory maintains a persistent library of video transcripts, extracted frames, and synthesized answers. It preserves this index locally on your machine, enabling fast recall and semantic search across all your watched videos without needing to re-process them each time.
Can I batch-index multiple recordings or playlists?
Yes. Video Memory supports batch-importing folders or playlists to build your searchable video library quickly. Once indexed, all recordings become instantly searchable by keyword, semantic meaning, or OCR text, letting you find decisions, solutions, and discussions across your entire collection.
Does Video Memory search video transcripts across sessions?
Video Memory is built to search transcripts across all your indexed sessions and recordings. Whether you're looking for a specific discussion, decision, or explanation that happened weeks ago, semantic and keyword search work across your entire persistent video library.
SKILL.md
rendered from the published skill — quoted content, verbatim
Video memory
Every video ever watched on this machine is still here — frames, OCR,
transcripts, and past answers, in one persistent index under
~/.watch-skill/. You never have to say "I don't remember that video."
Sessions don't expire it; watching more videos makes it more useful.
What's in the library?
watch-skill list
Every indexed video: id, title, duration, when it was analyzed. Check here before watching anything — it may already be in memory from a previous session.
Find something across all of it
watch-skill search "<phrase or keywords>"
Hybrid keyword + semantic search across every video, any language (Arabic folding, CJK and Thai segmentation are handled). Hits come back with video +
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
adapters/claude-skill/skills/video-memory/SKILL.md