← 返回 Skills 市场
102
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install srt-to-md
功能描述
将 SRT 字幕文件转换为结构化 Markdown 文档的完整工作流。无需配置任何额外 API key,完全依赖当前 session 内置能力完成全部处理。 适用场景:用户上传或提供 .srt 字幕文件,想要将视频内容转化为可读文档;整理 Bilibili / YouTube 视频字幕;将字幕内容分析后生成知识文...
安全使用建议
This skill appears to do exactly what it says: it runs a local Python script to produce a time-stamped .txt from an .srt and then uses in-session analysis plus optional web search enrichment to fill a Markdown template. Before installing/using: (1) be aware the script will read the provided .srt and write output files next to it, (2) stage 3 may invoke other skills (multi-search-engine or built-in web_search) which will perform network queries — review those skills for their own permissions and credentials, and (3) the script will use the chardet library if available but does not require it. If you are comfortable with those behaviors, the skill is coherent and reasonable to use.
功能分析
Type: OpenClaw Skill
Name: srt-to-md
Version: 1.0.0
The skill bundle provides a legitimate workflow for converting SRT subtitle files into structured Markdown documents. The Python script (scripts/srt_to_txt.py) safely handles file parsing and encoding detection without any risky system calls or network activity, and the instructions in SKILL.md and search_strategy.md are strictly aligned with the stated purpose of content analysis and enrichment via standard search tools.
能力评估
Purpose & Capability
Name/description match the actual artifacts: a small script to convert .srt to a cleaned .txt, a markdown template, and instructions to produce a structured .md. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
Runtime instructions stay within the conversion/analysis workflow. Stage 2 explicitly runs analysis in-session (no external APIs). Stage 3 performs web searches and recommends using an external 'multi-search-engine' skill or a built-in 'web_search' fallback; this means the overall workflow can access external search results (expected for enrichment) — the skill itself does not call or store secrets.
Install Mechanism
No install spec; this is instruction-only with a small included Python script. Nothing is downloaded from external URLs or written to non-standard locations by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. The included script optionally imports chardet if present but does not require any secrets.
Persistence & Privilege
always:false and normal agent invocation. The skill does not request persistent/global privileges or modify other skills' configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install srt-to-md - 安装完成后,直接呼叫该 Skill 的名称或使用
/srt-to-md触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: srt-to-md skill is now srt-to-doc!
- Converts .srt subtitle files into structured Markdown documents through a four-stage workflow.
- No external API keys required; processes files using built-in session capabilities.
- Supports a variety of text encodings (UTF-8/GBK/Big5).
- Outputs both a structured Markdown file and a clean, time-stamped subtitles TXT file.
- Automatic topic analysis and supplemental research integrated.
- Compatible with downstream skills for publishing or further research.
元数据
常见问题
srt2md 是什么?
将 SRT 字幕文件转换为结构化 Markdown 文档的完整工作流。无需配置任何额外 API key,完全依赖当前 session 内置能力完成全部处理。 适用场景:用户上传或提供 .srt 字幕文件,想要将视频内容转化为可读文档;整理 Bilibili / YouTube 视频字幕;将字幕内容分析后生成知识文... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 srt2md?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install srt-to-md」即可一键安装,无需额外配置。
srt2md 是免费的吗?
是的,srt2md 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
srt2md 支持哪些平台?
srt2md 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 srt2md?
由 Kaw0n(@syajask)开发并维护,当前版本 v1.0.0。
推荐 Skills