Claude Skill
NarratorAI-Studio/narrator-ai-cli-skill
A Claude Skill for narrator-ai-cli, a CLI client for the Narrator AI video narration API. Generate professional voiceovers for videos directly from the terminal using AI agents.
Overview
Repository
Install this 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 \
Summary
A Claude Skill that integrates narrator-ai-cli, a command-line client for the Narrator AI video narration API, enabling AI agents to generate professional voiceovers for videos directly from the terminal.
AI Agent 技能:narrator-ai-cli — Narrator AI 视频旁白 API 的命令行客户端
Key features
- Direct CLI integration with Narrator AI API
- Supports AI agent workflows for video narration
- Compatible with Claude Code, Cursor, and Windsurf
- Designed for content creation and short drama production
- Open-source skill with active community support
Use cases
- Automated voiceover generation for short dramas
- Film commentary production via AI agents
- Batch video narration in content creation pipelines
- Rapid prototyping of video projects with CLI tools
README excerpt
# 🧠 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