Agent skill · Media & Video

videodb-skills

Upload, stream, search, edit, transcribe, and generate AI video and audio using the VideoDB SDK.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill videodb-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/videodb-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# VideoDB Skills ## Purpose 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. ## When to Use This Skill - User wants to upload and process videos from YouTube, URLs, or local files - User needs to search for moments by speech or visual scenes - User asks for transcription, subtitles, or subtitle styling - User wants to edit clips — trim, combine, add text/image/audio overlays - User needs AI-generated media (images, video, music, sound effects, voiceovers) - User wants to transcode, change resolution, or reframe for social platforms - User needs real-time screen or audio capture with AI transcription - User asks for playable streaming links for any video output ## Setup ### Step 1: Install the skill ```bash npx skills add video-db/skills ``` ### Step 2: Run setup ``` /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: ```bash export VIDEO_DB_AP

What's inside
Steps it walks through
  1. Purpose
  2. When to Use This Skill
  3. Setup
  4. Step 1: Install the skill
  5. Step 2: Run setup
  6. Step 3: Install the SDK
  7. Capabilities
  8. Examples
  9. Repository
  10. Limitations
Commands it runs
npx skills add video-db/skills
export VIDEO_DB_API_KEY=sk-xxx
pip install "videodb[capture]" python-dotenv
More from agentic-awesome-skills
All skills →
About this skill
What does the videodb-skills skill do?

Upload, stream, search, edit, transcribe, and generate AI video and audio using the VideoDB SDK.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill videodb-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going