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

Specsmaxxing: Fighting AI Psychosis with YAML Specs and ACAI
Acai.sh introduces Specsmaxxing: a method to combat AI agents losing context by writing requirements in YAML and using numbered Acceptance Criteria for AI (ACAI) that agents reference in code.

Stockade: A New Orchestration Tool for Claude Code with Channel Support and Security Layers
Stockade is an orchestration tool built around Anthropic's Agent SDK that provides channel-based session management, RBAC, and fine-grained permissions for AI agents. It addresses limitations in OpenClaw and NanoClaw by offering more control while maintaining security through containerization and credential proxies.

Claude Code Plugin 'nice-figures' Creates Research-Blog Style Matplotlib Plots
nice-figures is a Claude Code plugin that generates matplotlib figures matching Anthropic's soft-pastel research blog style. Includes 16 chart recipes, zero extra dependencies, and automatic styling.

Lore: MCP Server That Shares AI Agent Session History Across Tools
Lore is an MCP server that indexes AI agent sessions into a local SQLite store, letting any agent—regardless of tool—access another's session history. Fresh client sessions, no shared context, yet agents can pull up past conversations on demand.