From antigravity-awesome-skills
Upload, transcribe, search, edit, and stream video and audio using the VideoDB SDK. Supports semantic scene search, overlays, subtitles, AI generation, and real-time capture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:videodb-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The only video skill your agent needs. Upload any video, connect real-time streams, search inside by what was said or shown, build complex editing workflows with overlays, generate AI media, add subtitles, and get instant streaming links — all via the VideoDB Python SDK.
The only video skill your agent needs. Upload any video, connect real-time streams, search inside by what was said or shown, build complex editing workflows with overlays, generate AI media, add subtitles, and get instant streaming links — all via the VideoDB Python SDK.
npx skills add video-db/skills
/videodb setup
The agent guides API key setup ($20 free credits, no credit card), installs the SDK, and verifies the connection.
Alternatively, set the API key manually:
export VIDEO_DB_API_KEY=sk-xxx
pip install "videodb[capture]" python-dotenv
| Capability | Description |
|---|---|
| Upload | Ingest videos from YouTube, URLs, or local files |
| Search | Find moments by speech (semantic/keyword) or visual scenes |
| Transcripts | Generate timestamped transcripts from any video |
| Edit | Combine clips, trim, add text/image/audio overlays |
| Subtitles | Auto-generate and style subtitles |
| AI Generate | Create images, video, music, sound effects, and voiceovers from text |
| Capture | Real-time screen and audio capture with AI transcription |
| Transcode | Change resolution, quality, aspect ratio, or reframe for social platforms |
| Stream | Get playable HLS links for anything you build |
Upload and transcribe:
"Upload https://www.youtube.com/watch?v=FgrO9ADPZSA and give me a transcript"
Search across videos:
"Search for 'product demo' in my latest video"
Add subtitles:
"Add subtitles with white text on black background"
Multi-clip editing:
"Take clips from 10s-30s and 45s-60s, add a title card, and combine them"
AI media generation:
"Generate background music and overlay it on my video"
Real-time capture:
"Capture my screen and transcribe it in real-time"
Reframe for social:
"Convert this to vertical for Instagram Reels"
https://github.com/video-db/skills
Version: 1.1.0 Maintained By: VideoDB
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderUpload, stream, search, edit, transcribe, and generate AI video/audio using VideoDB Python SDK. For YouTube/URL uploads, semantic search, subtitles, clip editing, and real-time capture.
Ingests video/audio from files, URLs, RTSP/live feeds, desktop capture; indexes for visual/semantic search with timestamps/clips; transcodes, edits timelines (subtitles/overlays/dubbing), generates assets, enables real-time alerts.
Ingests video/audio from files, URLs, RTSP feeds, or desktop capture; indexes frames and speech; searches moments with timestamps; transcodes, edits timeline, and generates media assets and real-time alerts.