Skip to content
allmd

AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.

Introduction

Turn anything into context your agent can read.

A talk, a post, a PDF, a recording. allmd turns any of it into markdown your agent can read.

Supported Formats

allmd ships with 12 built-in converters:

  • Web pages: fetch any URL and convert to clean markdown via Firecrawl.
  • YouTube videos: extract transcripts with timestamps.
  • PDFs: parse text content from PDF files.
  • Google Docs: convert published Google Docs.
  • Video and audio: transcribe media files with speaker diarization.
  • Images: describe images using GPT vision.
  • Word documents: convert .docx files.
  • EPUB ebooks: convert .epub files.
  • CSV/TSV: convert tabular data to markdown tables.
  • PowerPoint: convert .pptx presentations.
  • Tweets: capture tweets/X posts.
  • RSS/Atom feeds: convert feed entries.

Key Features

  • Agent skill: works in Claude Code, Cursor, and Codex. The agent converts instead of scraping.
  • Auto-detection: pass any URL or file, allmd figures out the type.
  • AI formatting: output polished with GPT for consistent, readable markdown.
  • Interactive mode: run with no arguments to pick a converter.
  • Multiple outputs: file, directory, clipboard, or stdout.
  • Parallel processing: convert multiple files simultaneously.
  • YAML frontmatter: metadata with title, source, date, and format-specific fields.