md-to-txt
Installation
SKILL.md
Markdown to Plain Text
Strip all Markdown formatting and produce clean plain text. Useful for clipboard export, email body fallback, accessibility, and as input to text analysis tools.
Quick Start
node .github/muscles/md-to-txt.cjs source.md output.txt
Options
| Flag | Default | Effect |
|---|---|---|
--wrap N |
80 | Line wrap width (0 = no wrap) |
--strip-frontmatter |
off | Remove YAML frontmatter |
--strip-mermaid |
off | Replace Mermaid blocks with [diagram] |
--strip-images |
off | Replace image refs with alt text |
--no-replace-em-dashes |
em-dashes ARE replaced for txt | Keep — literal |
Related skills
More from fabioc-aloha/pbi-visual-assistant
md-to-word
Convert Markdown with Mermaid diagrams and SVG illustrations to professional Word documents
1docx-to-md
Convert Word documents (.docx) to clean Markdown with image extraction and pandoc cleanup
1markdown-mermaid
Clear documentation through visual excellence
1ai-memory-setup
Detect, create, and manage the AI-Memory fleet communication channel. Fires on bootstrap, session start (announcements), and feedback writes.
1md-to-eml
Convert Markdown to RFC 5322 email (.eml) with inline CSS and CID images
1html-to-md
Convert HTML documents to clean Markdown via pandoc
1