← 返回 Skills 市场
vistalyq

在线视频转文字稿

作者 vistalyq · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
298
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install video2txt
功能描述
Extract transcripts/subtitles from video URLs and deliver as .docx files. Use this skill whenever the user provides a video link (YouTube, Bilibili, or any y...
安全使用建议
This skill appears to be what it claims: it will run yt-dlp (to download subtitles) and Node scripts (to parse SRT and create .docx) on your machine. Before installing/using it: (1) ensure yt-dlp and Node/npm are installed from trusted sources; (2) review and be comfortable with running npm install in the skill's scripts directory (package.json includes the docx dependency); (3) be aware subtitles are downloaded to a temporary directory—check or delete that directory if you have privacy concerns; (4) if no subtitles exist the skill suggests using Whisper, but Whisper is not installed or automated here; and (5) the translation step uses the agent/model (transcripts may be sent to the model for translation), so consider whether you want that content sent to external model endpoints. No credentials are requested by this skill.
功能分析
Type: OpenClaw Skill Name: video2txt Version: 1.0.1 The skill is designed to extract video transcripts using yt-dlp and convert them into .docx files. The workflow involves standard use of temporary directories, local Node.js scripts (make_docx.js and parse_srt.js), and legitimate dependencies like the 'docx' npm package. There is no evidence of data exfiltration, malicious execution, or prompt injection intended to subvert the agent's behavior.
能力评估
Purpose & Capability
Name/description (video → transcript → .docx) matches the included scripts (SRT parsing and DOCX generation) and the declared runtime dependencies (yt-dlp, node, npm docx). There are no credentials, platform-specific APIs, or unrelated tools requested.
Instruction Scope
SKILL.md stays within scope: it runs yt-dlp to fetch .srt files, parses them locally, optionally translates via the agent/model, and generates .docx with included Node scripts. One minor behavioral note: the doc references Whisper as an alternative if no subtitles exist but does not include Whisper installation or automation — this is a functional omission, not a security issue.
Install Mechanism
This is an instruction-only skill with small included Node scripts; there is no download-from-arbitrary-URL step. It asks the user/agent to install yt-dlp and node/docx via standard package managers (pip/npm/winget). Minor inconsistency: make_docx.js header suggests a global `npm install -g docx` while package.json declares a local dependency — benign but slightly inconsistent.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The runtime instructions operate on temporary files and local node/npm packages only, which is proportional to the task.
Persistence & Privilege
always is false and the skill does not request persistent agent-wide privileges or modify other skills. It runs only when invoked and does not demand elevated system presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video2txt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video2txt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
**Initial release with full Node.js script support and updated skill manifest.** - Added all required script dependencies and Node.js modules (386 files) to support docx generation and subtitle processing. - Updated SKILL.md to include explicit version number and tool/dependency specifications for yt-dlp and node. - Clearly documented workflow for extracting, processing, and delivering video transcripts as .docx files. - Improved clarity on error handling and user guidance regarding supported platforms and missing subtitles. - No changes to logic; just formalized packaging and environment requirements for skill distribution.
v1.0.0
目前支持youtube和b站
元数据
Slug video2txt
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

在线视频转文字稿 是什么?

Extract transcripts/subtitles from video URLs and deliver as .docx files. Use this skill whenever the user provides a video link (YouTube, Bilibili, or any y... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 298 次。

如何安装 在线视频转文字稿?

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

在线视频转文字稿 是免费的吗?

是的,在线视频转文字稿 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

在线视频转文字稿 支持哪些平台?

在线视频转文字稿 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 在线视频转文字稿?

由 vistalyq(@vistalyq)开发并维护,当前版本 v1.0.1。

💬 留言讨论