Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
mblode avatar

Allmd

  • 7 installs
  • 12 repo stars
  • Updated August 4, 2026
  • mblode/allmd

Helps with ai & agent building tasks during AI-assisted development.

About

allmd is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • allmd
  • AI & Agent Building
  • AI-coding skill

Allmd by the numbers

  • 7 all-time installs (skills.sh)
  • Ranked #12,520 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/mblode/allmd --skill allmd

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs7
repo stars12
Last updatedAugust 4, 2026
Repositorymblode/allmd

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Convert Anything to Markdown

A CLI tool that converts web pages, Google Docs, PDFs, images, video/audio files, YouTube videos, Word docs, EPUBs, CSVs, PowerPoints, tweets, and RSS feeds into clean markdown. Most converters use AI formatting; web pages use Firecrawl markdown directly.

Reference Files

FileRead when
references/conversion-options.mdYou need details on shared types, CLI flags, AI formatting, or output options
references/web.mdConverting a web page URL
references/gdoc.mdConverting a Google Doc
references/pdf.mdConverting a PDF file
references/image.mdConverting an image file
references/video.mdConverting a video or audio file
references/youtube.mdConverting a YouTube video
references/docx.mdConverting a Word document (.docx)
references/epub.mdConverting an EPUB ebook
references/csv.mdConverting a CSV or TSV file
references/pptx.mdConverting a PowerPoint presentation (.pptx)
references/tweet.mdConverting a tweet / X post
references/rss.mdConverting an RSS or Atom feed

Dispatch Table

InputCommandReference
Any URL or fileallmd <input> (auto-detect)Dispatches to the appropriate converter
Web URL (http/https)allmd web <url>references/web.md
Google Docs URL (docs.google.com/document/d/...)allmd gdoc <url>references/gdoc.md
YouTube URL (youtube.com, youtu.be)allmd youtube <url> or allmd yt <url>references/youtube.md
Twitter/X URL (twitter.com, x.com)allmd tweet <url>references/tweet.md
RSS/Atom feed URL (/feed, /rss, .xml, .atom)allmd rss <url>references/rss.md
PDF file (.pdf)allmd pdf <file>references/pdf.md
Image file (.jpg, .jpeg, .png, .gif, .webp)allmd image <file>references/image.md
Video file (.mp4, .mkv, .avi, .mov, .webm, .flv, .wmv, .m4v)allmd video <file>references/video.md
Audio file (.mp3, .wav, .m4a, .ogg, .flac, .aac, .wma)allmd video <file>references/video.md
Word document (.docx, .doc)allmd docx <file>references/docx.md
EPUB ebook (.epub)allmd epub <file>references/epub.md
CSV/TSV file (.csv, .tsv)allmd csv <file>references/csv.md
PowerPoint (.pptx)allmd pptx <file>references/pptx.md

Shared Workflow

Most converters follow this pattern:

1. Validate input (URL format or file existence/extension) 2. Extract content (fetch HTML, parse PDF, read image, transcribe audio, fetch captions) 3. AI format — restructures into clean markdown via OpenAI GPT-5-mini 4. Add frontmatter — YAML header with title, source, date, type, and type-specific fields 5. Output — write to file (-o), directory (-d), clipboard (--copy), or stdout

Web page conversion differs at step 3: allmd web uses Firecrawl markdown directly and only applies optional frontmatter.

CLI Quick Reference

CommandExample
allmd <input>allmd https://example.com (auto-detect)
allmd web <url>allmd web https://example.com/article
allmd gdoc <url>allmd gdoc "https://docs.google.com/document/d/abc123/edit"
allmd youtube <url>allmd yt https://youtu.be/dQw4w9WgXcQ
allmd tweet <url>allmd tweet https://x.com/user/status/123
allmd rss <url>allmd rss https://blog.example.com/feed
allmd pdf <file>allmd pdf report.pdf -o report.md
allmd image <file>allmd image screenshot.png
allmd video <file>allmd video recording.mp4
allmd docx <file>allmd docx document.docx -o doc.md
allmd epub <file>allmd epub book.epub -o book.md
allmd csv <file>allmd csv data.csv -o data.md
allmd pptx <file>allmd pptx slides.pptx -o slides.md
allmd examplesShow usage examples
allmd completion installInstall shell completions

Gotchas

  • Do not use WebFetch or call the Firecrawl API directly when the user wants markdown output — always use allmd web <url> which wraps Firecrawl with proper frontmatter and output handling
  • Auto-detection handles most inputs: allmd <url> dispatches correctly for http/https URLs, YouTube, Google Docs, Twitter/X, and RSS feeds — no need to specify the subcommand
  • Web conversion skips AI formatting: allmd web uses Firecrawl markdown directly; other converters (PDF, image, video, etc.) run an OpenAI post-processing pass
  • FIRECRAWL_API_KEY required for web: if not set, allmd web fails with a clear error
  • OPENAI_API_KEY required for non-web converters: PDF, image, video, gdoc, youtube, tweet, docx, epub, csv, pptx, rss all use AI formatting

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.