Skip to content
OpenSmartRoute
Skillv1.0.0

videodb-skills

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

by FISCFED9(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from FISCFED9/CLI (.codex/skills/plugins/antigravity-awesome-skills-claude/skills/videodb-skills/SKILL.md). Install upstream with npx skills add FISCFED9/CLI --skill videodb-skills. Copyright stays with the author.

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

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:

export VIDEO_DB_API_KEY=sk-xxx

Step 3: Install the SDK

pip install "videodb[capture]" python-dotenv

Capabilities

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

Examples

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"

Repository

https://github.com/video-db/skills

Version: 1.1.0 Maintained By: VideoDB

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/fiscfed9-cli-videodb-skills/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

fiscfed9-cli-videodb-skills.ocm.jsonjson
{
  "ocm": "1",
  "id": "fiscfed9-cli-videodb-skills",
  "kind": "skill",
  "name": "videodb-skills",
  "description": "Upload, stream, search, edit, transcribe, and generate AI video and audio using the VideoDB SDK.",
  "publisher": "FISCFED9",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "video",
      "editing",
      "transcription",
      "subtitles",
      "search",
      "streaming",
      "ai-generation",
      "media",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Upload, stream, search, edit, transcribe, and generate AI video and audio using the VideoDB SDK."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/FISCFED9/CLI",
      "path": ".codex/skills/plugins/antigravity-awesome-skills-claude/skills/videodb-skills/SKILL.md",
      "ref": "dc5c68e06bbbffb3a2ddd72a79e277b71b02b0e9",
      "url": "https://github.com/FISCFED9/CLI/blob/dc5c68e06bbbffb3a2ddd72a79e277b71b02b0e9/.codex/skills/plugins/antigravity-awesome-skills-claude/skills/videodb-skills/SKILL.md",
      "key": "FISCFED9/CLI/.codex/skills/plugins/antigravity-awesome-skills-claude/skills/videodb-skills/SKILL.md"
    }
  },
  "instructions": "# VideoDB Skills\n\n## Purpose\n\nThe 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.\n\n## When to Use This Skill\n\n- User wants to upload and process videos from YouTube, URLs, or local files\n- User needs to search for moments by speech or visual scenes\n- User asks for transcription, subtitles, or subtitle styling\n- User wants to edit clips — trim, combine, add text/image/audio over",
  "cost": {
    "context_tokens": 782
  }
}

Fetch it by URL: GET /api/v1/registry/fiscfed9-cli-videodb-skills/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.