abu-shotai/ai-video-remix/SKILL.md
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.
npx skillsauth add openclaw/skills ai-video-remixInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate styled video compositions from a local ShotAI video library using natural language.
See references/setup.md for full installation instructions, including:
cd /path/to/ai-video-editor
cp .env.example .env # fill in SHOTAI_URL, SHOTAI_TOKEN, and optionally AGENT_PROVIDER
npm install
npx tsx src/skill/cli.ts "帮我做一个旅行混剪"
--bgm provided.mp4 clip filenpx tsx src/skill/cli.ts "<request>" [options]
Options:
--composition <id> Override composition (skip LLM selection)
--bgm <path> Local MP3 path (skip YouTube search)
--output <dir> Output directory (default: ./output)
--lang <zh|en> Output language: zh Chinese (default) / en English
Affects: video title, per-clip captions & location labels, attribution line
--probe Scan library first, let LLM plan slots from actual content
| ID | Label | Best For |
|----|-------|----------|
| CyberpunkCity | 赛博朋克夜景 | Neon city, night scenes, sci-fi |
| TravelVlog | 旅行 Vlog | Multi-city travel with location cards |
| MoodDriven | 情绪驱动混剪 | Fast/slow emotion cuts |
| NatureWild | 自然野生动物 | BBC nature documentary style |
| SwitzerlandScenic | 瑞士风光 | Alpine/scenic travel with captions |
| SportsHighlight | 体育集锦 | ESPN-style with goal captions |
Standard mode (default): LLM picks composition + generates search queries from registry templates.
Probe mode (--probe): Scans library videos first (names, shot samples, mood/scene tags), then LLM generates custom slots tailored to what actually exists.
Choose probe mode when: library content is unknown, user wants "best of my library", or standard slots return low-quality shots.
See references/config.md for all environment variables and LLM provider setup.
See references/tuning.md for solutions to:
Recommended .env defaults for best quality:
MIN_SCORE=0.5 # filter short/low-quality shots
ShotAI uses semantic search powered by AI-generated tags and embedding vectors. Query quality is the single biggest factor in shot relevance — invest time here.
Always write full sentences or rich phrases, never bare keywords.
The search engine understands semantic similarity ("ocean" matches "sea", "waves", "shoreline"), so richer context produces better recall.
| Quality | Example | When to use |
|---------|---------|-------------|
| ⭐ Detailed description | "A white seagull with spread wings gliding smoothly over calm blue ocean water, golden sunset light reflecting on the waves" | Best precision — use for hero shots |
| ⭐ Full sentence | "A seagull flying gracefully over the ocean at sunset" | Good balance of precision and recall |
| Short phrase | "seagull flying over ocean" | Acceptable fallback |
| Single keyword | "seagull" | Avoid — low precision, noisy results |
Describe the visual content of the ideal shot across these dimensions:
a lone hiker, city traffic at night, athlete celebrating)walking slowly through fog, speeding through intersection, jumping with arms raised)rain-soaked Tokyo street, mountain meadow at golden hour, empty stadium under floodlights)melancholic, tense, euphoric, serene)wide establishing shot, tight close-up, slow pan, handheld shaky)Not all dimensions are needed every time — include whichever are most distinctive for the shot you want.
When the agent runs refineQueries, it rewrites the composition's default slot queries to better match the user's actual library. Apply these principles:
"water", try "river flowing through forest" or "lake reflecting mountains" based on what the library likely contains"not indoors" does not work; instead describe the positive version ("outdoor daylight scene")Slot default: "city at night"
User request: "帮我做一个东京旅行混剪"
Refined: "Neon-lit Tokyo street at night, pedestrians crossing under glowing signs, rain reflections on pavement"
Slot default: "nature landscape"
User request: "trip to Patagonia last month"
Refined: "Dramatic Patagonia mountain landscape, snow-capped peaks under stormy clouds, vast open wilderness"
Slot default: "athlete in action"
User request: "basketball highlight from last game"
Refined: "Basketball player driving to the hoop, explosive movement, crowd in background blurred"
See references/composition-guide.md to add a new Remotion composition to the registry.
SHOTAI_URL or SHOTAI_TOKEN is unset, display a warning: "ShotAI MCP server is not configured. Set SHOTAI_URL and SHOTAI_TOKEN in your .env file. Download ShotAI at https://www.shotai.io."--bgm <local.mp3> to provide a local audio file instead.annotateClips (use composition default effect params).MIT-0 — Free to use, modify, and redistribute. No attribution required. See https://spdx.org/licenses/MIT-0.html
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。