Claude Skill
NarratorAI-Studio/narrator-ai-cli-skill
一个用于 narrator-ai-cli 的 Claude Skill,Narrator AI 视频旁白 API 的命令行客户端。通过 AI 代理直接从终端生成专业视频配音。
概览
仓库信息
安装这个 Skill
pip install "narrator-ai-cli @ git+https://github.com/NarratorAI-Studio/narrator-ai-cli.git"Registry 信息
pip install "narrator-ai-cli @ git+https://github.com/NarratorAI-Studio/narrator-ai-cli.git"git clone https://github.com/NarratorAI-Studio/narrator-ai-cli-skill.git \
项目简介
一个 Claude Skill,集成了 narrator-ai-cli(Narrator AI 视频旁白 API 的命令行客户端),让 AI 代理能够直接从终端生成专业视频配音。
AI 解说大师 — Agent skill;封装 narrator-ai-cli 供 Claude/Codex 等工具调用
要点
- 与 Narrator AI API 直接命令行集成
- 支持 AI 代理工作流进行视频旁白生成
- 兼容 Claude Code、Cursor 和 Windsurf
- 专为内容创作和短剧制作设计
- 开源技能,社区活跃支持
使用场景
- 短剧自动配音生成
- 通过 AI 代理制作电影解说
- 内容创作流水线中的批量视频旁白
- 使用命令行工具快速制作视频项目原型
README 摘要
# 🧠 Narrator AI CLI Skill — Teach Your AI Agent to Create Movie Narration Videos [中文文档](README_CN.md) > Install this Skill in your AI agent (OpenClaw, Windsurf, WorkBuddy, etc.), then just say "create a movie narration video" — the AI handles the rest. ## What is this? A machine-readable skill file (`SKILL.md`) that teaches AI agents how to use the [narrator-ai-cli](https://github.com/NarratorAI-Studio/narrator-ai-cli) tool for automated video narration production. ``` You say: "Create a narration video for Pegasus in a comedy style" AI executes: Search movie → Select template → Choose BGM → Pick voice → Generate script → Compose video → Return download link ``` ### How CLI and Skill work together | | CLI (command-line tool) | Skill (capability description) | |---|---|---| | **What it is** | A set of executable commands | Instructions that teach AI how to use those commands | | **Analogy** | Kitchen tools | A recipe book | | **Works alone?** | Yes, in terminal manually | No, requires CLI | In short: **CLI is the hands. Skill is the brain.** Together, the AI agent can produce videos end-to-end. --- ## Quick Start ### Step 1: Install the CLI tool ```bash pip install "narrator-ai-cli @ git+https://github.com/NarratorAI-Studio/narrator-ai-cli.git" ``` > See [narrator-ai-cli](https://github.com/NarratorAI-Studio/narrator-ai-cli) for detailed installation options. ### Step 2: Configure API key ```bash narrator-ai-cli config set app_key <your_app_key> ``` > 📧 Need an API key? Email **merlinyang@gridltd.com** or scan the QR code at the bottom of this page. ### Step 3: Install the Skill The skill consists of `SKILL.md` **and** the `references/` directory — both are required. Clone the repo directly into your agent's skills folder: **OpenClaw:** ```bash mkdir