← 返回 Skills 市场
ghwyever

02 Script Generator

作者 GHwyever · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
150
总下载
1
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install 02-script-generator
功能描述
Automatically converts novel IP info into concise, platform-compliant short drama scripts with controlled pacing, conflict, and 60-second episode format.
使用说明 (SKILL.md)

短剧剧本生成技能

功能介绍

根据IP解析结果自动生成符合抖音/番茄平台规范的短剧剧本,单集时长 90–120 秒,节奏紧凑、冲突密集。

输入参数

  • ip_info:结构化IP信息(必填)
  • episode_count:生成集数,默认 1
  • duration:单集时长,默认 90 秒,范围 90–120 秒

输出结果

  • scenes:分场景剧本列表
  • total_duration:单集总时长

使用场景

  • 小说IP自动转短剧剧本
  • 批量合规剧本生成
  • 规模化短剧内容生产

技术说明

支持通用大模型接入,需配置 API_KEY、API_BASE、MODEL_NAME。

安全使用建议
This skill will send the ip_info you provide to the external API you configure (API_BASE) along with the API_KEY. Before installing: 1) confirm the manifest/SKILL.md requirement for API_KEY, API_BASE, and MODEL_NAME (the registry summary claiming no env vars is incorrect); 2) only use a trusted LLM provider endpoint for API_BASE — do not point it at unknown/personal servers if ip_info contains any confidential or copyrighted material; 3) be aware the code blindly parses the model's returned text as JSON (malformed responses could cause errors); 4) prefer using a provider-specific key with limited scope and rate limits; 5) because the skill's source and homepage are unknown, review or run the code in an isolated environment if possible and request provenance or an official homepage from the author. Providing any additional information (author identity, known API_BASE defaults, or an updated registry manifest) would raise confidence toward benign.
功能分析
Type: OpenClaw Skill Name: 02-script-generator Version: 1.0.4 The skill is a standard script generator that facilitates LLM-based content creation for short dramas. The code in skill.js correctly implements the functionality described in SKILL.md and manifest.json, using user-configured environment variables (API_KEY, API_BASE) to communicate with an external AI model. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The code and SKILL.md align with the stated purpose of converting IP info to short-drama scripts via a large model. However the top-level registry metadata you provided claims "Required env vars: none" while the manifest and SKILL.md clearly require API_KEY, API_BASE, and MODEL_NAME — this mismatch is unexpected. Also source/homepage are unknown which reduces ability to verify authorship.
Instruction Scope
Runtime instructions and the implementation stay within the described task: they send the ip_info and a prompt to the configured LLM endpoint and return parsed JSON script output. The SKILL.md and code do not attempt to read other system files or unrelated environment variables. Important: the skill will transmit the full ip_info to whatever API_BASE you configure, which could leak sensitive content if ip_info contains secrets.
Install Mechanism
There is no install spec (instruction-only with a small runtime file). Nothing is downloaded from external URLs or written to unusual locations in the install step.
Credentials
Requesting API_KEY, API_BASE, and MODEL_NAME is reasonable for a generic LLM-backed generator, but API_BASE being user-specified allows pointing to any HTTP endpoint — meaning the skill will send your ip_info and API_KEY to that endpoint. The initial registry summary claiming no required env vars contradicts the manifest; that inconsistency should be resolved before trusting this skill.
Persistence & Privilege
The skill does not request always:true and has no special persistence or privilege. It does not modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install 02-script-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /02-script-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Simplified and clarified feature descriptions, aligning with platform norms (抖音/番茄). - Added new input parameters: episode_count and duration, allowing customization of episode count and length (90–120 seconds per episode). - Updated output to include total_duration for each episode. - Usage scenarios and technical notes now emphasize compliance and support for general AI model integration through customizable API settings. - Removed the _meta.json file.
v1.0.3
- Updated manifest.json; no changes to skill features or functionality. - Documentation remains consistent, with no substantive SKILL.md content changes.
v1.0.2
Version 1.0.2 - Added metadata file (_meta.json) for improved skill management and discovery. - No changes to the skill’s core functionality or documentation content.
v1.0.1
- No code or documentation changes detected in this version. - The skill retains all previous features and technical specifications without modification.
v1.0.0
- Initial release of the 短剧剧本生成技能. - Automatically adapts novel content into short drama scripts tailored for 番茄/抖音 platforms. - Strictly controls pacing, plot twists, and duration to maximize audience retention. - Outputs scene-by-scene scripts with roles, lines, actions, and estimated timing. - Enables rapid, large-scale production of short dramas optimized for short video platforms.
元数据
Slug 02-script-generator
版本 1.0.4
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 5
常见问题

02 Script Generator 是什么?

Automatically converts novel IP info into concise, platform-compliant short drama scripts with controlled pacing, conflict, and 60-second episode format. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。

如何安装 02 Script Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install 02-script-generator」即可一键安装,无需额外配置。

02 Script Generator 是免费的吗?

是的,02 Script Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

02 Script Generator 支持哪些平台?

02 Script Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 02 Script Generator?

由 GHwyever(@ghwyever)开发并维护,当前版本 v1.0.4。

💬 留言讨论