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.
Installation
Install allmd and configure API keys.
Install
npm install -g allmdRequires Node.js 20+.
API Keys
Set the API keys for the converters you use:
export OPENAI_API_KEY=your-key
export FIRECRAWL_API_KEY=your-keyOPENAI_API_KEYis required for AI-backed converters (all except web pages).FIRECRAWL_API_KEYis required for web page conversion.- Web pages use Firecrawl markdown directly and do not require
OPENAI_API_KEY.
FFmpeg
Video and audio conversion requires ffmpeg. It is bundled via ffmpeg-static and should work out of the box.
Skills
Add allmd as a skill for Claude Code, Cursor, or other AI coding assistants:
npx skills add mblode/allmd