Convert HTML emails and web fragments into clean plain text for downstream agents
Use html-to-text when an agent receives raw HTML from inboxes, support systems, or scraped pages and needs readable plain text before classification, summarization, or indexing. The skill is deliberately bounded to deterministic HTML-to-text conversion, not crawling or summarization.
Convert HTML emails and web fragments into clean plain text for downstream agents
Use html-to-text when an agent receives raw HTML from inboxes, support systems, or scraped pages and needs readable plain text before classification, summarization, or indexing. The skill is deliberately bounded to deterministic HTML-to-text conversion, not crawling or summarization.
Installation
Method 1, Agent Skill Exchange
- Install from the marketplace listing: https://agentskillexchange.com/skills/convert-html-emails-and-web-fragments-into-clean-plain-text-for-downstream-agents/
Method 2, Git clone
git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/convert-html-emails-and-web-fragments-into-clean-plain-text-for-downstream-agents
Method 3, Download ZIP
- Download the repository ZIP and extract
skills/convert-html-emails-and-web-fragments-into-clean-plain-text-for-downstream-agents.
Method 4, Manual copy
- Copy this skill folder into your local skills directory, then reload your agent tooling.
Method 5, Fork and sync
- Fork the repository if you want to maintain local edits while syncing upstream changes.