srt2md
v1.0.0将 SRT 字幕文件转换为结构化 Markdown 文档的完整工作流。无需配置任何额外 API key,完全依赖当前 session 内置能力完成全部处理。 适用场景:用户上传或提供 .srt 字幕文件,想要将视频内容转化为可读文档;整理 Bilibili / YouTube 视频字幕;将字幕内容分析后生成知识文...
⭐ 1· 59·0 current·0 all-time
byKaw0n@syajask
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk973hvcp4080fsjnjpwfx4wv3x84jhkm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
