text-processor

Remove HTML tags, apply Markdown formatting, and normalize whitespace in text.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/EverClaw/buddybots.org --skill text-processor-everclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: text-processor
Source: https://github.com/EverClaw/buddybots.org/tree/main/skills/skillguard/test-fixtures/evasive-06-unicode-injection
Command: npx skills add https://github.com/EverClaw/buddybots.org --skill text-processor-everclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the issue of manual text cleanup and formatting, allowing users to quickly transform raw text into clean, presentable content.

Core Features & Use Cases

  • Markdown Formatting: Convert text into well-formatted Markdown.
  • HTML Stripping: Remove HTML tags for cleaner text output.
  • Whitespace Normalization: Streamline text for better readability.
  • Use Case: For instance, if you have a document with inconsistent formatting, this skill can help standardize it for better readability and consistency.

Quick Start

Utilize the text-processor skill to format the following text block into clean Markdown: "Here is a sample text block with inconsistent formatting."

Frequently Asked Questions about text-processor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove HTML tags and convert text to Markdown formatting?

This Skill removes HTML tags and applies Markdown formatting to clean raw text content. It normalizes whitespace and strips HTML elements to ensure consistent formatting across your documents.

What is the best way to normalize whitespace in inconsistently formatted documents?

Normalizing whitespace in inconsistently formatted documents is handled by this Skill through streamlining text for better readability. It removes excess spacing and line breaks to standardize your content presentation.

Can I use this for document cleanup without any external dependencies?

You can use this for document cleanup without external dependencies since this Skill requires no additional libraries. It independently handles HTML stripping, Markdown formatting, and whitespace normalization.

Does this text processor work for standardizing inconsistent formatting across multiple files?

This text processor standardizes inconsistent formatting by removing HTML tags, applying Markdown formatting, and normalizing whitespace. It is designed for content editors and developers needing consistent text presentation across documents.

When do I need to strip HTML tags from text content?

You need to strip HTML tags from text content when converting raw web content into clean Markdown. This Skill removes HTML elements to produce cleaner text output suitable for documentation and consistent formatting.