-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathplugin.json
More file actions
42 lines (42 loc) · 1.56 KB
/
plugin.json
File metadata and controls
42 lines (42 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "narrator-ai-cli-skill",
"version": "1.0.5",
"description": "AI电影解说视频自动生成技能(AI解说大师 CLI Skill)。当用户需要创建电影解说视频、短剧解说、影视二创、AI配音旁白视频、film commentary、video narration、drama dubbing、movie narration时触发。内置丰富电影素材、BGM、多语种配音音色、解说模板。通过narrator-ai-cli命令行工具实现:搜片选片→选择模板→选BGM→选配音→生成文案→合成视频的全流程自动化。CLI client for Narrator AI (AI解说大师) video narration API. Use when user needs to create AI narration videos, manage narration tasks, browse dubbing/BGM/material resources, or automate video production.",
"author": {
"name": "NarratorAI-Studio",
"email": "merlinyang@gridltd.com",
"url": "https://github.com/NarratorAI-Studio"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NarratorAI-Studio/narrator-ai-cli-skill.git"
},
"keywords": [
"video-narration",
"film-commentary",
"ai-video",
"narrator-ai",
"short-drama",
"content-creation",
"dubbing",
"tts"
],
"primaryEnv": "NARRATOR_APP_KEY",
"install": [
{
"name": "narrator-ai-cli",
"type": "pip",
"spec": "narrator-ai-cli @ https://github.com/NarratorAI-Studio/narrator-ai-cli/archive/refs/tags/v1.0.0.zip"
}
],
"requires": {
"bins": ["narrator-ai-cli"],
"env": ["NARRATOR_APP_KEY"]
},
"skills": {
"narrator-ai-cli": {
"path": "SKILL.md"
}
}
}