Convert YouTube videos, web pages, documents, and audio to markdown. Control browsers via extension for NotebookLM, ChatGPT, Claude.ai, and Gemini.
Batch converts directories of files, YouTube playlists, or URL lists to markdown. Triggers on batch convert, process all files, convert playlist, bulk processing, or multiple file/URL requests.
Converts web pages to markdown with CSS selector extraction. Triggers on http/https URLs, fetch this page, grab webpage, scrape site, or requests to extract web content.
Converts PDF, DOCX, PPTX, XLSX documents to markdown with OCR support. Triggers on .pdf, .docx, .pptx, .xlsx files, or requests to extract text from documents, Word files, PowerPoint, or Excel spreadsheets.
Installs, configures, and troubleshoots Gobbler. Triggers on install gobbler, setup, not working, connection refused, docker not running, or diagnostic/troubleshooting requests.
Transcribes audio and video files to markdown using Whisper. Triggers on .mp3, .wav, .m4a, .mp4, .mov files, or requests to transcribe podcasts, recordings, voice memos, interviews, or spoken content.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Universal Content Conversion to Markdown for AI
Gobbler transforms any content—YouTube videos, web pages, documents, audio files, even live browser sessions—into clean, structured markdown that AI systems can immediately reason about.
AI assistants work best with markdown. But content exists in countless formats—PDFs, videos, web pages behind logins, audio recordings. Getting that content into a format AI can use requires:
Gobbler solves this. One CLI, one output format, multiple content types.
# Every content type → Same pattern → Same output format
gobbler youtube "https://youtube.com/watch?v=..." -o transcript.md
gobbler document report.pdf -o report.md
gobbler audio meeting.mp3 -o meeting.md
gobbler webpage "https://docs.example.com" -o docs.md
Every conversion produces markdown with YAML frontmatter:
---
source: https://youtube.com/watch?v=VIDEO_ID
type: youtube_transcript
title: "Video Title"
duration: 847
word_count: 2341
converted_at: 2025-01-03T10:30:00Z
---
# Video Title
Content here, ready for AI consumption...
# Install
git clone https://github.com/Enablement-Engineering/gobbler.git
cd gobbler && make install
# Start services (for web/document conversion)
make start-docker
# Convert content
gobbler youtube "https://youtube.com/watch?v=dQw4w9WgXcQ"
gobbler document paper.pdf --no-ocr -o paper.md
gobbler audio interview.mp3 --model small -o interview.md
Gobbler is an active beta project focused on reliable, agent-friendly content conversion. The supported automation surface is intentionally CLI-first:
gobbler CLI for humans, scripts, and AI agents.See the roadmap, security policy, and Hermes/OpenClaw/agent usage guide for current direction.
Gobbler's primary interface is the gobbler CLI. Hermes, OpenClaw, and other agents use Skills to learn those same commands, and the browser extension adds authenticated browser-session access through the CLI. For agent-specific workflows, start with the Hermes/OpenClaw/agent usage guide.
gobbler youtube URL # YouTube transcripts
gobbler audio FILE # Audio/video transcription
gobbler document FILE # PDF, DOCX, PPTX, XLSX
gobbler webpage URL # Web pages (JS-rendered)
gobbler batch youtube-playlist URL # Batch processing
Skills are markdown instruction files (SKILL.md) that teach AI agents how to use the gobbler CLI. Compatible with:
npx claudepluginhub enablement-engineering/gobbler --plugin gobblerPersistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
AI-powered development tools for code review, research, design, and workflow automation.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.