在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用video
星标3
分支0
更新时间2026年4月18日 15:04
Transcribe video/audio files to markdown
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Transcribe video/audio files to markdown
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Process raw sources into wiki pages — creates summaries, entities, and concept pages
Check Sentry errors, Axiom logs, and other monitoring sources for bugs, then fix them with regression tests
Recursively crawl a documentation site, converting each page to markdown
Fetch Google Docs and convert to markdown
Generate TTS audio from speaker_notes and upload to Vercel Blob
Generate AI illustrations for course cards and upload to Vercel Blob
| name | video |
| description | Transcribe video/audio files to markdown |
| user-invocable | false |
| allowed-tools | Read, Bash |
Transcribe one or more video or audio files to markdown.
/video <path-or-url> [path2 ...] [-o output_dir]
-o <dir> if present (default: output/).bash fetch/ingest.sh "<url>" -o "<output_dir>" (handles download via Drive API + transcription).bash fetch/ingest.sh "<url>" -o "<output_dir>" (handles download + transcription).bash fetch/parsers/video.sh "<path>" "<output_dir>"ffmpeg (audio extraction) and whisper (transcription).gcloud auth application-default login.