ワンクリックで
md-to-txt
Strip Markdown formatting and produce clean plain text via pandoc
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Strip Markdown formatting and produce clean plain text via pandoc
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate current-brand Alex SVG banners with the canonical x-loop and navy/emerald/teal/cyan palette. Use for READMEs, plans, notes, and release artifacts.
Greeting-triggered self-check — recognise greetings, check Edition version against the upstream tag, scan AI-Memory announcements, and report inside the greeting reply
Detect, resolve, and manage the Alex_ACT_Memory shared memory bus. Fires on bootstrap, session start (announcements), and feedback writes.
Use VS Code 1.127+ browser tools (open_browser_page, screenshot_page, click_element, navigate_page, run_playwright_code) to reach content plain fetch_webpage can't hit (bot-protected sites, JavaScript-rendered pages, interactive gates) and to validate visual/design output via screenshot-driven review.
Convert Word documents (.docx) to clean Markdown with image extraction and pandoc cleanup
Convert HTML documents to clean Markdown via pandoc
| name | md-to-txt |
| description | Strip Markdown formatting and produce clean plain text via pandoc |
| lastReviewed | "2026-05-26T00:00:00.000Z" |
Strip all Markdown formatting and produce clean plain text. Useful for clipboard export, email body fallback, accessibility, and as input to text analysis tools.
node .github/skills/md-to-txt/scripts/md-to-txt.cjs source.md output.txt
| 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 |
--strip-decorative-rules | HRs preserved for txt | Strip decorative --- lines |
Plain text gets:
, ON. AI-tell em-dashes look bad in monospace fonts.--- as visible plain-text dividers, which are usually intentional in txt output.Override via flags above.
# markersRevisit this skill by 2026-08-26 (90 days) or sooner if any of the following fires: pandoc upstream changes plain-text output in a way that breaks the documented "stripped" list; the heuristic for indentation preservation produces wrong output on a real source the user converts; or a heir needs a stripped-but-not-plain output (e.g., RTF, SRT) that this skill doesn't cover — split into a sibling skill instead.