← Back to Skills Marketplace
syajask

srt2md

by Kaw0n · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
102
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install srt-to-md
Description
将 SRT 字幕文件转换为结构化 Markdown 文档的完整工作流。无需配置任何额外 API key,完全依赖当前 session 内置能力完成全部处理。 适用场景:用户上传或提供 .srt 字幕文件,想要将视频内容转化为可读文档;整理 Bilibili / YouTube 视频字幕;将字幕内容分析后生成知识文...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install srt-to-md
  3. After installation, invoke the skill by name or use /srt-to-md
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug srt-to-md
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is srt2md?

将 SRT 字幕文件转换为结构化 Markdown 文档的完整工作流。无需配置任何额外 API key,完全依赖当前 session 内置能力完成全部处理。 适用场景:用户上传或提供 .srt 字幕文件,想要将视频内容转化为可读文档;整理 Bilibili / YouTube 视频字幕;将字幕内容分析后生成知识文... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install srt2md?

Run "/install srt-to-md" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is srt2md free?

Yes, srt2md is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does srt2md support?

srt2md is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created srt2md?

It is built and maintained by Kaw0n (@syajask); the current version is v1.0.0.

💬 Comments