agentic-video-memory

Ingest video files into a searchable database with transcription and embeddings.

2|2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/PixelML/av --skill agentic-video-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-video-memory
Source: https://github.com/PixelML/av/tree/main/skills/agentic-video-memory
Command: npx skills add https://github.com/PixelML/av --skill agentic-video-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of information silos within video content by indexing video files, making them as searchable and queryable as text documents.

Core Features & Use Cases

  • Semantic Video Search: Find specific moments in videos using natural language queries.
  • RAG-based Q&A: Ask questions about video content and receive answers with timestamped citations.
  • Surveillance Intelligence: Detect specific events like falls or crowd gathering using temporal reasoning.
  • Use Case: Quickly locate the exact minute a specific product feature was discussed in a one-hour meeting recording or verify compliance events in security footage.

Quick Start

Use the agentic-video-memory skill to ingest the video file meeting.mp4 and then ask what key decisions were made during the discussion.

Frequently Asked Questions about agentic-video-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make video files searchable using natural language queries?

Video files become searchable through multimodal AI models that generate transcriptions, captions, and embeddings. This process indexes the video archive into a database for semantic search and RAG-based question answering with timestamped citations.

What is RAG-based question answering for video content?

RAG-based question answering for video content uses multimodal AI to index transcriptions and captions. You can ask questions about the video archive and receive answers with precise, timestamped citations pointing to the exact moments in the footage.

Do I need ffmpeg and an AI provider API key to run temporal reasoning on surveillance video?

Yes, you need ffmpeg and a configured AI provider API key to ingest surveillance video and perform temporal reasoning. These dependencies are required to process the footage and index events like falls or crowd gatherings for intelligence analysis.

Can I use semantic search to find specific moments in meeting recordings?

Yes, you can use semantic search to locate specific moments in meeting recordings. The skill ingests the video and indexes the content, allowing you to find the exact minute a specific product feature or decision was discussed using natural language.

What are the limitations of multimodal video indexing for surveillance intelligence?

Multimodal video indexing for surveillance intelligence requires ffmpeg and a configured AI provider API key to process video files. Without these dependencies, the system cannot generate the embeddings or perform the temporal reasoning needed to detect events like falls.