← Back to Skills Marketplace
Video Transcript Workflow
by
Yi,Li (李祎)
· GitHub ↗
· v2.2.0
· MIT-0
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-transcript-workflow
Description
视频/音频转录 → 优化润色 → 多平台发布稿。使用 faster-whisper 转录音视频,自动修正错误、提取金句、生成知乎/微信/小红书等多平台文章。Use when user wants to transcribe video/audio, convert speech to text, or creat...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-transcript-workflow - After installation, invoke the skill by name or use
/video-transcript-workflow - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.2.0
初始发布:中文视频转录→优化润色→多平台发布稿完整工作流
Metadata
Frequently Asked Questions
What is Video Transcript Workflow?
视频/音频转录 → 优化润色 → 多平台发布稿。使用 faster-whisper 转录音视频,自动修正错误、提取金句、生成知乎/微信/小红书等多平台文章。Use when user wants to transcribe video/audio, convert speech to text, or creat... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Video Transcript Workflow?
Run "/install video-transcript-workflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Transcript Workflow free?
Yes, Video Transcript Workflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Transcript Workflow support?
Video Transcript Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Transcript Workflow?
It is built and maintained by Yi,Li (李祎) (@artminding); the current version is v2.2.0.
More Skills