Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
AI 解说大师 — Agent skill;封装 narrator-ai-cli 供 Claude/Codex 等工具调用
| Date | Stars |
|---|---|
| 2026-07-31 | 1561 |
| 2026-08-02 | 1566 |
| 2026-08-06 | 1566 |
| 2026-08-12 | 2077 |
| 2026-08-18 | 2281 |
| 2026-08-19 | 2284 |
| 2026-08-20 | 2284 |
| 2026-08-21 | 2288 |
| 2026-08-22 | 2290 |
| 2026-08-23 | 2310 |
| 2026-08-24 | 2338 |
| 2026-08-25 | 2339 |
| 2026-08-26 | 2346 |
| 2026-08-27 | 2356 |
| 2026-08-28 | 2361 |
| 2026-08-29 | 2365 |
| 2026-08-30 | 2369 |
| 2026-08-31 | 2386 |
| 2026-09-01 | 2426 |
| 2026-09-02 | 2499 |
| 2026-09-03 | 2524 |
| 2026-09-04 | 2536 |
| 2026-09-05 | 2543 |
| 2026-09-06 | 2567 |
| 2026-09-07 | 2628 |
| 2026-09-08 | 2633 |
| 2026-09-09 | 2635 |
| 2026-09-10 | 2638 |
| 2026-09-12 | 2640 |
| 2026-09-13 | 2642 |
| 2026-09-14 | 2644 |
| 2026-09-15 | 2646 |
| 2026-09-16 | 2651 |
| 2026-09-17 | 2652 |
| 2026-09-19 | 2653 |
| 2026-09-20 | 2653 |
Today
— stars today
This week
+11 stars this week
This month
+365 stars this month
Momentum
1.0
growth rate 0.42%/day
# 🧠 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 **[email protected]** 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 -p ~/.openclaw/skills git clone https://github.com/NarratorAI-Studio/narrator-ai-cli-skill.git \ ~/.openclaw/skills/narrator-ai-cli ``` **Windsurf / Claude Code:** ```bash mkdir -p /path/to/your/project/.skills git clone https://github.com/NarratorAI-Studio/narrator-ai-cli-skill.git \ /path/to/your/project/.skills/narrator-ai-cli ``` **Cursor:** ```bash mkdir -p /path/to/your/project/.cursor/rules git clone https://github.com/NarratorAI-Studio/narrator-ai-cli-skill.git \ /path/to/your/project/.cursor/rules/narrator-ai-cli ``` **Any markdown-reading agent:** ```bash mkdir -p /path/to/agent/skills git clone https://github.com/NarratorAI-Studio/narrator-ai-cli-skill.git \ /path/to/agent/skills/narrator-ai-cli ``` **WorkBuddy / QClaw (Tencent):** Upload `SKILL.md` and the entire `references/` folder through the skill management UI, keeping the directory structure intact (`references/` must remain a subfolder alongside `SKILL.md` — do not flatten the files). > 💡 **Tip**: To update the skill later, just run `git pull` inside the cloned directory. ### Step 4: Start talking! Once installed, use natural language: - "Create a narration video for The Shawshank Redemption" - "Show me what movies are available" - "Make 5 narration videos for different action movies" - "Use a comedy template and generate a narration" --- --- ## Tested Platforms | Platform | Setup | Status | |----------|-------|--------| | **OpenClaw** | `git clone` into skills directory | ✅ Verified | | **Windsurf** | `git clone` into .skills directory | ✅ Verified | | **WorkBuddy** (Tencent) | Upload SKILL.md + all files in references/ | ✅ Verified | | **QClaw** (Tencent) | Upload SKILL.md + all files in references/ | ✅ Verified | | **Youdao Lobster** | `git clone` into skills directory | ✅ Verified | | **Yuanqi AI** | `git clone` into skills directory | ✅ Verified | | **Claude Code** | `git clone` into project .skills directory | ✅ Verified | | **Cursor** | `git clone` into .cursor/rules directory | ✅ Verified | | Any markdown-skill agent | `git clone` repo, point agent to SKILL.md | ✅ Compatible | --- ## Capabilities | Feature | Details | |---------|---------| | Two workflow path
Excerpt of 6,252 characters
Read on GitHub8
6
5
4
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:218c5dcfd4b8dbf3, topic:ai-agent