← 返回 Skills 市场
Video Transcript Workflow
作者
Yi,Li (李祎)
· GitHub ↗
· v2.2.0
· MIT-0
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-transcript-workflow
功能描述
视频/音频转录 → 优化润色 → 多平台发布稿。使用 faster-whisper 转录音视频,自动修正错误、提取金句、生成知乎/微信/小红书等多平台文章。Use when user wants to transcribe video/audio, convert speech to text, or creat...
安全使用建议
This skill appears to implement the claimed transcription + article workflow, but take these precautions before installing/using it:
- Dependency check: The code imports faster_whisper and references ctranslate2; ensure you install the correct packages (faster-whisper, ctranslate2) rather than only 'openai-whisper' as the README suggests. Test in a virtualenv.
- MEMORY.md: SKILL.md refers to a MEMORY.md user-preference file that is not included — ask the author where preferences are stored and what information is kept; do not allow unknown files to be read without review.
- External network use: The skill will perform automated 'web_search'/'web_fetch' to add background knowledge. Confirm what tool/provider the host agent uses for web searches and whether transcripts or excerpts will be sent to external services. If you are transcribing sensitive audio, avoid running web lookups or run offline only.
- Auto-continue: The workflow auto-continues after 3 minutes if the user doesn't respond. If you want explicit consent before processing or uploading, disable that behavior or monitor runs.
- Run with non-sensitive data first: Try the scripts locally on sample audio to confirm behavior and outputs (where files are written, format), and inspect outputs for accidental data leakage.
- Sandbox execution: Run initially in an isolated environment (virtualenv or container) and review installed packages and network activity.
If the author can clarify the README/package dependency mismatch, confirm where MEMORY.md is stored, and document exactly what external endpoints web_search/web_fetch call (and whether transcript content is transmitted), the risk would be reduced.
功能分析
Type: OpenClaw Skill
Name: video-transcript-workflow
Version: 2.2.0
The skill bundle provides a legitimate workflow for transcribing audio/video files and generating platform-specific content (Zhihu, WeChat, Xiaohongshu) using the `faster-whisper` library. The Python scripts (`transcribe_simple.py` and `transcribe_segmented.py`) contain standard transcription logic with robust features like GPU-to-CPU fallback and progress saving, while the `SKILL.md` file provides clear, non-malicious instructions for the AI agent to manage the workflow and handle user interactions. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
The skill name/description (video/audio transcription → polishing → multi-platform articles) matches the included scripts (transcribe_simple.py and transcribe_segmented.py) and SKILL.md workflow. Minor inconsistencies: README suggests installing 'openai-whisper' while the code imports 'faster_whisper' (different projects). SKILL.md also refers to a MEMORY.md for user preferences, but no MEMORY.md file is present in the package.
Instruction Scope
Runtime instructions include running the local Python transcribe scripts (expected) but also instruct automatic 'knowledge supplement' via 'web_search'/'web_fetch' and an auto-continue after 3 minutes if the user doesn't respond. The SKILL.md does not specify which external endpoints or search providers are used, what exact data will be sent, or whether transcripts (potentially sensitive) will be transmitted. It also references reading user history (MEMORY.md) which could imply reading stored user preferences not shipped with the package.
Install Mechanism
No install spec (instruction-only) — lower risk because nothing is downloaded by the skill itself. However documentation discrepancy: README lists 'pip install openai-whisper' while code uses 'faster_whisper' and also references 'ctranslate2' for CUDA detection; user must install appropriate Python packages manually. No remote URLs or archive downloads are present in the package.
Credentials
The skill declares no required environment variables or credentials (good). Caveat: SKILL.md's automatic web lookups may require agent tooling or external APIs (not declared), and could result in transcript content being sent externally depending on how 'web_search'/'web_fetch' are implemented in the host agent — the package itself does not request credentials, but the runtime could involve network calls.
Persistence & Privilege
The skill does not request 'always:true' or system-wide changes and contains no installer that modifies other skills. It runs as-invoked; autonomous invocation is allowed by default but not escalated by any special flag in this package.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-transcript-workflow - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-transcript-workflow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.2.0
初始发布:中文视频转录→优化润色→多平台发布稿完整工作流
元数据
常见问题
Video Transcript Workflow 是什么?
视频/音频转录 → 优化润色 → 多平台发布稿。使用 faster-whisper 转录音视频,自动修正错误、提取金句、生成知乎/微信/小红书等多平台文章。Use when user wants to transcribe video/audio, convert speech to text, or creat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Video Transcript Workflow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-transcript-workflow」即可一键安装,无需额外配置。
Video Transcript Workflow 是免费的吗?
是的,Video Transcript Workflow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Video Transcript Workflow 支持哪些平台?
Video Transcript Workflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Transcript Workflow?
由 Yi,Li (李祎)(@artminding)开发并维护,当前版本 v2.2.0。
推荐 Skills