Install
openclaw skills install clean-text-formatterRemoves Markdown formatting and excess whitespace from text to produce clean, publication-ready plain text with normalized punctuation and spacing.
openclaw skills install clean-text-formatterclean-text-formatter
Removes Markdown formatting characters and excessive whitespace from AI-generated text. Produces clean, publication-ready plain text.
Strips the following while preserving content:
#, ##, ### (removes markers, keeps text)**, __, *, _ (removes markers, keeps text)[text](url) → keeps text → keeps alt> lines (removed)-, *, 1. (removed, list content preserved)---, *** (removed)[^1] (removed)Fixes common AI spacing issues:
100 % → 100%¥ 100 → ¥100USD 50 → USD 50 (currency symbols kept with numbers), preserved: 1,000,000, 。 ! ?( 文本 ) → (文本)"text" → "text", 'text' → 'text'— – → -.txt, .md, .docx, .html files.txt file export$$...$$ and $...$ are preserved