Transcribe Media: Open-Source Skill for YouTube, Podcast & Local Audio/Video
Transcribe Media is an open-source OpenClaw skill designed to pull text from YouTube videos, podcast episodes, public media links, and local audio or video files. It first attempts to grab existing captions or official transcripts, and only falls back to transcription when none are available. The resulting text can feed into summaries, content-based questions, fact extraction, quotes, topics, and action items.
How It Works
The skill prioritizes existing captions or transcripts, which saves time and tokens. If none exist, it transcribes the media. Supported local formats include MP3, MP4, WAV, M4A, WebM, and others.
Key Details
- Remote transcription requires explicit approval — the skill will not process remote media without user consent.
- VoiceFlow deletes uploaded media after transcription completes — no lingering copies.
- Cleanup guarantee: In case of interrupted cleanup, a private-storage lifecycle policy removes files within 2–3 days.
Where to Get It
The skill is available on both ClawHub and GitHub:
- ClawHub: https://clawhub.ai/niuzb/skills/transcribe-media
- GitHub: https://github.com/niuzb/transcribe-media
This is a practical utility for OpenClaw users who regularly work with media content and need structured text for analysis or note-taking.
📖 Read the full source: r/openclaw
👀 See Also

Marmy: A Self-Hosted Mobile App for Managing Multiple AI Coding Agent Sessions
Marmy is an open-source, self-hosted tool built with Claude Code that lets you manage multiple AI coding agent sessions from your phone. It features a Rust agent for your machines, an iOS app, file browsing with syntax highlighting, push notifications, and a manager-agent architecture.

Memorine: A Local Memory System for OpenClaw Agents Using Python and SQLite
Memorine is a local memory system for OpenClaw agents that uses only Python and SQLite, with no external dependencies, API calls, or telemetry. It provides fact storage with full-text search, memory decay, contradiction detection, causal event chaining, and optional semantic search via fastembed and sqlite-vec.

Open-Foundry: A Framework for Multi-Agent Debates with Claude Code
Open-foundry is a Python framework that assembles multiple Claude Code agents into a panel to debate complex questions, producing fully inspectable reasoning trails with transcripts, orchestrator logs, and per-agent working notes.

Mia: Local AI Workspace Daemon with Native Android App and P2P Streaming
Mia is a daemon that runs on your machine and pairs with a native Android app over P2P, allowing you to kick off and monitor long-running AI coding tasks from your phone. It supports OpenCode, Claude Code, Gemini CLI, and Codex agents, streaming output directly to your device in real time.