narrator-ai-cli

Solid

Create AI-narrated film/drama commentary videos via CLI. Two workflow paths (Original & Adapted narration), 93 movies, 146 BGM tracks, 63 dubbing voices in 11 languages, 90+ narration templates. Use when creating narration videos, film commentary, short drama dubbing, or video production.

AI & Automation 1,296 stars 179 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# narrator-ai-cli — AI Video Narration CLI Skill CLI client for [Narrator AI](https://openapi.jieshuo.cn) video narration API. Designed for AI Agents and developers. **CLI Repo**: https://github.com/jieshuo-ai/narrator-ai-cli **Resources Preview**: https://ceex7z9m67.feishu.cn/wiki/WLPnwBysairenFkZDbicZOfKnbc ## Installation ```bash # From GitHub release (recommended — pinned to a specific version) pip install "narrator-ai-cli @ https://github.com/jieshuo-ai/narrator-ai-cli/archive/refs/tags/v1.0.0.zip" # Or from GitHub latest (tracks main branch) pip install "narrator-ai-cli @ git+https://github.com/jieshuo-ai/narrator-ai-cli.git" # Or clone + editable install git clone https://github.com/jieshuo-ai/narrator-ai-cli.git cd narrator-ai-cli && pip install -e . ``` Requires Python 3.10+. Dependencies: typer, httpx[socks], httpx-sse, pyyaml, rich. ## Setup ```bash # Interactive setup (server URL + API key) narrator-ai-cli config init # Or set directly narrator-ai-cli config set app_key <your_app_key> # No API key yet? Contact support: WeChat `gezimufeng` or email merlinyang@gridltd.com # Verify narrator-ai-cli config show narrator-ai-cli user balance ``` Config stored at `~/.narrator-ai/config.yaml` (permissions 0600). Server defaults to `https://openapi.jieshuo.cn`. **Environment variable overrides** (take precedence over config file): | Variable | Description | Default | |----------|-------------|---------| | `NARRATOR_SERVER` | API server URL | `https://openapi.j...

Details

Author
GridLtd-ProductDev
Repository
GridLtd-ProductDev/narrator-ai-cli-skill
Created
2 months ago
Last Updated
1 weeks ago
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category