ai-video-remixlisted
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