video-to-text
视频转文字。用户发抖音/快手等视频分享链接,或本地视频文件,需要标题、点赞数、作者等元数据或语音转写全文时使用。抖音链接用 SSR 解析无需 Cookie。Video to text: extract metadata (title, likes, author) and transcribe speech from Douyin/Kuaishou share links or local video files.
Install this skill
or
98/100
Security score
The video-to-text skill was audited on Aug 16, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 29
Access to home directory dotfiles
SourceSKILL.md
| 27 | |
| 28 | ```bash |
| 29 | python3 ~/.hermes/skills/utilities/video-to-text/scripts/vtt.py "https://v.douyin.com/xxxx/" --transcribe |
| 30 | ``` |
| 31 |
low line 39
Access to home directory dotfiles
SourceSKILL.md
| 37 | |
| 38 | ```bash |
| 39 | python3 ~/.hermes/skills/utilities/video-to-text/scripts/vtt.py 本地视频.mp4 |
| 40 | ``` |
| 41 |
Scanned on Aug 16, 2026
View Security Dashboard