Videodb
This skill retrieves movie details from a database, providing quick access to titles, actors, and genres for your conversations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add videodb npx -- -y @trustedskills/videodb
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"videodb": {
"command": "npx",
"args": [
"-y",
"@trustedskills/videodb"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, Videodb, provides perception, memory, and actions related to video content, including desktop sessions and live streams. It allows AI agents to ingest videos from files or URLs, create playable web stream links, build searchable indexes with timestamps, generate timelines with edits (subtitles, overlays, audio), and monitor live RTSP feeds for events and alerts. Ultimately, it enables the agent to understand what's happening in video content and provide actionable insights.
When to use it
- Desktop session recording: To start or stop screen recordings including system audio and mic input, and generate summaries of those sessions.
- Video analysis: To search for specific moments within a video based on visual elements, spoken words, or keywords.
- Live stream monitoring: To connect to live RTSP feeds and trigger alerts based on what's happening visually or audibly.
Key capabilities
- Desktop session recording with screen, mic, and system audio capture.
- Video ingestion from files/URLs and transcoding (codec, bitrate, resolution).
- Indexing of video content for visual, spoken, and keyword searches.
- Timeline editing including subtitle generation/translation, overlays, and audio manipulation.
- Live stream monitoring with real-time understanding and event triggering.
Example prompts
- "Start a desktop session recording."
- "Can you find all instances where the word 'urgent' is spoken in this video [URL]?"
- "Create a clip from 0:30 to 1:00 of this file path /path/to/video.mp4 and add subtitles."
Tips & gotchas
- The skill requires a URL or file path for video ingestion.
- To view the resulting stream, you'll need to use the provided format:
https://console.videodb.io/player?url={STREAM_URL}.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.