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.
Web
Convert any web page to markdown using Firecrawl.
Usage
allmd web <url> -o output.mdSupported Formats
- Any public web page URL
Requirements
Requires FIRECRAWL_API_KEY in your environment or .env file. No OpenAI key needed -- Firecrawl handles the markdown extraction directly.
Example
# Convert a blog post to markdown
allmd web https://example.com/blog/post -o post.md
# Output to stdout
allmd web https://example.com/about --stdout