mit einem Klick
video
Transcribe video/audio files to markdown
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Transcribe video/audio files to markdown
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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.