gobbler CLAUDE.md

gobbler CLAUDE.md is an instructions file for coding agents from Enablement-Engineering/gobbler. It costs 904 tokens per session, scanned A, original, MIT.

A project instruction file for Gobbler, a tool that converts videos, web pages, documents, and audio into Markdown with YAML metadata.

In plain words
What is it for?
Use it when installing dependencies, starting its Docker services, running tests, checking the command-line tool, or applying linting and type checks.
Why use it?
It gives coding agents the repository context, commands, services, tests, and code-quality checks needed to work on the project correctly.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/enablement-engineering/gobbler/claude-md
Clone the repo
git clone --depth 1 https://github.com/Enablement-Engineering/gobbler

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gobbler CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/enablement-engineering/gobbler/claude-md.svg)](https://agentmods.dev/instructions/enablement-engineering/gobbler/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/enablement-engineering/gobbler/claude-md"><img src="https://agentmods.dev/badge/instructions/enablement-engineering/gobbler/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 904 This file is loaded in full into every session.
When invoked 904 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00904 $0.00904
Opus 5 $0.00452 $0.00452
Sonnet 5 $0.00181 $0.00181
Haiku 4.5 $0.00090 $0.00090

Measured 3d ago against content hash 4811e061a947, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gobbler CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to AI coding agents that read CLAUDE.md when working with code in this repository.

Project Overview

Gobbler is a universal content conversion tool that transforms YouTube videos, web pages, documents, and audio files into clean markdown with YAML frontmatter. It provides a CLI-first experience plus AI agent Skills that call the CLI.

Common Commands

# Install dependencies
uv sync

# Start Docker services (Crawl4AI, Docling)
make start-docker

# Run tests
make test                           # Unit tests
make test-unit                      # Unit tests only
make test-integration               # Integration tests
make test-all                       # Unit + integration + end-to-end tests
uv run pytest tests/unit/test_youtube_converter.py -v  # Single test file
uv run pytest tests/unit/test_youtube_converter.py::test_function -v  # Single test

# Code quality
uv run ruff check src/ --fix        # Lint + auto-fix
uv run ruff format src/             # Format code
uv run mypy src/                    # Type check
uv run bandit -c pyproject.toml -r src/  # Security scan
uv run pre-commit run --all-files   # All checks at once

# Check CLI
uv run gobbler --version
uv run gobbler status --json

Architecture

Source Layout (src/)

  • gobbler_core/ - Shared converters, config, providers, and utilities used by the CLI

    • converters/ - YouTube, audio, document, webpage conversion logic
    • providers/ - Backend service clients
    • utils/ - Shared utilities
  • gobbler_cli/ - Typer-based CLI interface

    • commands/ - Command implementations (batch, browser, convert, notebooklm, etc.)
    • main.py - CLI entry point
  • gobbler_relay/ - WebSocket bridge to browser extension (port 4625)

    • relay.py - WebSocket server for bidirectional browser communication
    • client.py - Client for sending commands to extension
  • gobbler_queue/ - SQLite-backed background job queue

    • worker.py - Polling worker that executes structured command arguments
    • manager.py - Job management and progress tracking
    • models.py - Job data models

Read the full file on GitHub · 106 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 106 lines · 904 tokens per session scan A 4811e061a947

Subscribe to this mod's changes

gobbler CLAUDE.md is an instructions file published in the GitHub repository Enablement-Engineering/gobbler (4 stars, last pushed 10d ago), licensed MIT. It adds 904 tokens to every session, about $0.0045 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories