HTML To Text

Strip HTML to clean plain text with the standard library only (no BeautifulSoup/lxml): drops script/style, turns block tags into line breaks, and collapses whitespace. Use when the user wants readable text from an HTML page/email, to clean scraped HTML before sending it to an LLM, or to build a text index from web content.

baronguyen001 Updated

File contents

baronguyen001/ai-automation-skills/tree/main/skills/html-to-text commit b0de95736b

Frequently asked questions

npx skillmds@latest add baronguyen001/html-to-text