← 返回 Skills 市场
416
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install srt-proofreader
功能描述
Proofread SRT subtitles by using srts/source.md as terminology reference while preserving subtitle indices and timestamps. Use when users ask to proofread or...
安全使用建议
This skill appears coherent and low-risk, but before installing: 1) verify Node.js is available if you plan to use the split/merge commands (the metadata doesn't list Node as a required binary); 2) back up your srts/ files (the skill will write files and may run git init and commit in that folder); 3) ensure srts/source.md exists and contains the terminology you want enforced; 4) review the included scripts/srt_sections.mjs yourself (it's small and readable) to confirm behavior; and 5) when running, inspect the git diff before pushing changes elsewhere. If you want stronger isolation, run the skill in a sandboxed workspace.
功能分析
Type: OpenClaw Skill
Name: srt-proofreader
Version: 1.0.0
The skill bundle is designed for proofreading SRT subtitle files using a terminology reference (source.md). It includes a Node.js script (scripts/srt_sections.mjs) for managing large files through splitting and merging, and utilizes Git for version control of edits. The logic is transparent, lacks network or sensitive file access, and contains no indicators of malicious intent or prompt injection.
能力评估
Purpose & Capability
The name/description (SRT proofreading with source.md terminology) matches the code and instructions: the included script only splits and merges .srt sections and the SKILL.md describes using git to track edits. There are no unrelated credentials, binaries, or external services requested.
Instruction Scope
SKILL.md restricts actions to the srts/ directory, requires srts/source.md, limits edits to typo/terminology changes, preserves indices/timestamps/structure, and instructs using git to review changes. It does not instruct reading unrelated system files or sending data externally. It does direct the agent to run git commands and to edit files — which is expected for this purpose.
Install Mechanism
No install spec (instruction-only) and the included script is shipped with the skill (low risk). One small mismatch: the skill's instructions invoke 'node scripts/srt_sections.mjs' but the registry metadata lists no required binaries; ensure Node.js is available in the runtime environment before using the split/merge features.
Credentials
The skill requests no environment variables, credentials, or config paths. All file access is limited to the srts/ workspace and the script writes a local manifest in the output directory.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not modify other skills or global agent configuration. It may initialize a git repository and commit inside srts/ (documented), which is expected behavior for producing git-tracked edits.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install srt-proofreader - 安装完成后,直接呼叫该 Skill 的名称或使用
/srt-proofreader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of srt-proofreader.
- Proofreads SRT subtitles using srts/source.md as an authoritative terminology reference.
- Preserves subtitle indices, timestamps, and original structure; edits only minimal text issues.
- Handles optional large SRT files via automatic section splitting and merging.
- Enforces git-based workflow for tracked, reproducible subtitle edits.
- Stops with clear error messages for missing prerequisites or ambiguous file choices.
元数据
常见问题
SRT Proofreader 是什么?
Proofread SRT subtitles by using srts/source.md as terminology reference while preserving subtitle indices and timestamps. Use when users ask to proofread or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 416 次。
如何安装 SRT Proofreader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install srt-proofreader」即可一键安装,无需额外配置。
SRT Proofreader 是免费的吗?
是的,SRT Proofreader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SRT Proofreader 支持哪些平台?
SRT Proofreader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SRT Proofreader?
由 KapiAI(@kapiai)开发并维护,当前版本 v1.0.0。
推荐 Skills