🛠️ Videodb Skills
VideoDB SDKを利用して、動画や音声のアップロード、ストリーミング、検索、編集、文字起こし、AI生成を行うためのSkill。
📺 まず動画で見る(YouTube)
▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Upload, stream, search, edit, transcribe, and generate AI video and audio using the VideoDB SDK.
🇯🇵 日本人クリエイター向け解説
VideoDB SDKを利用して、動画や音声のアップロード、ストリーミング、検索、編集、文字起こし、AI生成を行うためのSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Videodb Skills を使って、最小構成のサンプルコードを示して
- › Videodb Skills の主な使い方と注意点を教えて
- › Videodb Skills を既存プロジェクトに組み込む方法を教えて
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
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
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.