← 返回 Skills 市场
ghwyever

07 Subtitle Gen

作者 GHwyever · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
173
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install 07-subtitle-gen
功能描述
Generate synced SRT subtitles locally from dialogue text and durations without API, ensuring platform-compatible timed captions for videos.
使用说明 (SKILL.md)

自动字幕生成技能

功能介绍

根据音频自动生成带时间轴的标准SRT字幕。

输入参数

  • audio_url:音频地址(必填)
  • dialogue:台词文本(可选)

输出结果

  • subtitle_url:SRT字幕文件地址

使用场景

  • 短剧自动加字幕
  • 短视频快速字幕制作
  • 批量音视频字幕生成

技术说明

纯本地运行,无需API、无需模型配置。

安全使用建议
This skill is low-risk from a security perspective (no network calls, no credentials, no install), but it's misleading: it advertises synced subtitle generation from audio yet the code ignores the audio_url and returns a static 3-second SRT fragment. Before installing or using it, consider: 1) Do not rely on this for production — test it with non-sensitive audio to confirm behavior. 2) Ask the author for a correct implementation that actually processes audio and writes/hosts the SRT, or modify the code yourself. 3) Be aware that subtitle_url is just a filename string; the skill does not create or expose a real file or URL. If you need real audio-to-timestamped subtitles, choose a different, well-implemented skill or request additional code that genuinely analyzes audio.
功能分析
Type: OpenClaw Skill Name: 07-subtitle-gen Version: 1.0.3 The skill is a simple placeholder that formats input text into a basic SRT subtitle structure. While the documentation in SKILL.md claims to generate subtitles from audio, the implementation in skill.js merely prepends a hardcoded timestamp to the provided dialogue string and does not actually process the audio URL. It contains no high-risk behaviors, external dependencies, or sensitive data access.
能力评估
Purpose & Capability
The manifest and SKILL.md claim to generate synced subtitles from an audio input. The included code never fetches or analyzes audio_url, does not compute timings from audio, and simply returns a single static 00:00:00 --> 00:00:03 caption with the dialogue appended. The required input (audio_url) is declared but unused, and no actual subtitle file is created or hosted despite returning a subtitle_url string. This is an implementation mismatch with the stated purpose.
Instruction Scope
SKILL.md stays within the narrow scope of local subtitle generation and does not instruct reading unrelated files or contacting external endpoints. However, the runtime instructions and the code disagree: the docs imply real audio processing, but runtime code is a trivial stub. That mismatch is concerning because users (or agents) will expect behavior the skill does not provide.
Install Mechanism
No install spec and no external downloads. The skill is instruction-only with a tiny included Node.js entrypoint; nothing is written to disk or fetched during install. Low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The declared surface is minimal and proportionate to the claimed local operation.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or attempt to modify other skills or agent-wide settings. Normal user-invocable behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install 07-subtitle-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /07-subtitle-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Input parameters changed: now requires audio_url and optionally dialogue, replacing the previous dialogue_list. - Output updated: now returns a subtitle_url linking to the generated SRT file, instead of srt_content. - Skill description and use cases updated to emphasize automatic subtitle generation from audio. - Technical details clarified: continues to run fully locally without API or model setup. - Internal metadata file (_meta.json) removed.
v1.0.2
- Updated manifest.json with minor adjustments. - No user-facing feature changes.
v1.0.1
- Added metadata file (_meta.json) to the project. - No changes to core functionality or documentation.
v1.0.0
- 首次发布自动字幕生成技能,版本1.0.0 - 支持根据输入台词列表与时长,自动生成带时间轴的标准SRT字幕 - 全流程纯本地运行,无需API,零成本高效率 - 输出结果为可直接用于各短视频平台的标准SRT字幕文件 - 适用于短剧配音及批量化、标准化字幕制作
元数据
Slug 07-subtitle-gen
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

07 Subtitle Gen 是什么?

Generate synced SRT subtitles locally from dialogue text and durations without API, ensuring platform-compatible timed captions for videos. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。

如何安装 07 Subtitle Gen?

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

07 Subtitle Gen 是免费的吗?

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

07 Subtitle Gen 支持哪些平台?

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

谁开发了 07 Subtitle Gen?

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

💬 留言讨论