Discover and explore top open-source AI tools and projects—updated daily.
GridLtd-ProductDevAI agent skill for movie narration video generation
New!
Top 65.1% on SourcePulse
Summary
This project provides an AI agent skill (SKILL.md) enabling various AI platforms (OpenClaw, Windsurf, etc.) to automate movie narration video creation via the narrator-ai-cli tool. It allows users to generate videos using natural language commands, streamlining the production process from script to final composition.
How It Works
The SKILL.md file acts as a "recipe book" for AI agents, translating natural language requests into executable commands for the narrator-ai-cli tool. The AI orchestrates a full video production pipeline, including movie searching, template selection, BGM and voice picking, script generation, video composition, and final download link delivery. This decouples the AI's "brain" (skill) from the "hands" (CLI tool).
Quick Start & Requirements
pip install "narrator-ai-cli @ git+https://github.com/jieshuo-ai/narrator-ai-cli.git"narrator-ai-cli config set app_key <your_app_key>. Obtain keys by emailing merlinyang@gridltd.com.SKILL.md to your agent's skill directory (e.g., ~/.openclaw/skills/narrator-ai-cli/SKILL.md). Many agents can auto-configure by pointing to the repository URL.
narrator-ai-cli v0.1.0+, and dependencies (typer, httpx[socks], httpx-sse, pyyaml, rich). An API key is mandatory.Highlighted Details
Maintenance & Community
Direct contact for API keys and support is available via email (merlinyang@gridltd.com). The README does not detail specific community channels (like Discord/Slack) or notable contributors.
Licensing & Compatibility
The project is released under the MIT license, which permits broad usage, including commercial applications and linking within closed-source projects.
Limitations & Caveats
Operation is contingent on obtaining a proprietary API key via email. The narrator-ai-cli tool itself is at version 0.1.0, suggesting potential early-stage development or ongoing changes.
2 days ago
Inactive