← ClaudeAtlas

ai-video-remixlisted

AI-driven video remix generator that uses ShotAI semantic search + LLM planning + Remotion rendering to produce styled video compositions from a user's local video library. Use when the user asks to create a video remix, highlight reel, travel vlog, sports highlight, nature montage, or any styled video cut from their library. Triggers on requests like "帮我做一个混剪", "make a travel vlog from my library", "create a sports highlight", or "generate a video with my footage". Requires ShotAI (local MCP server) to be running. Works with any OpenAI-compatible LLM API or falls back to heuristic mode with no API key.
abu-ShotAI/ai-video-remix · ★ 3 · AI & Automation · score 77
Install: claude install-skill abu-ShotAI/ai-video-remix
# AI Video Remix Skill > This is an **instruction-only skill** — it provides guidance and reference documentation for the AI Video Remix CLI tool. The runtime source code lives in the [GitHub repository](https://github.com/abu-ShotAI/ai-video-remix) and must be cloned separately (see Quick Start below). Generate styled video compositions from a local ShotAI video library using natural language. ## Important: Video Library Requirement This skill can **only** search and use videos that have been imported into ShotAI. Videos simply stored on your hard drive are **not** searchable — they must be added to a ShotAI collection and fully indexed first. Before using this skill, make sure you have: 1. Opened [ShotAI](https://www.shotai.io) and created a collection 2. Added your video files or folders to the collection 3. Waited for indexing to complete (shot detection + semantic analysis — progress is shown in ShotAI) If the search returns no results or low-quality matches, the most common reason is that the relevant videos have not been imported into ShotAI yet. ## Prerequisites See [references/setup.md](references/setup.md) for full installation instructions, including: - ShotAI download and setup - ffmpeg installation - yt-dlp installation (for auto music) - Node.js dependencies ## Quick Start > **Note:** This skill does not bundle runtime code. Clone the source repository first. ```bash git clone https://github.com/abu-ShotAI/ai-video-remix.git cd ai-video-editor npm ins