text-processor

Strip markdown and HTML tags and normalize whitespace in plain text.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove manual text cleanup by applying formatting rules to raw text.

Core Features & Use Cases

  • Markdown stripping: remove or normalize markdown syntax as needed.
  • HTML stripping: strip HTML tags while preserving readable text.
  • Whitespace normalization: collapse extra spaces and standardize line breaks for consistent output.

Quick Start

Pass your raw text to the skill and ask it to return clean, formatted output.

Frequently Asked Questions about text-processor

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

FAQPage Schema
How do I strip markdown syntax from raw text?

To strip markdown from raw text, pass the content to the skill to remove formatting syntax and return clean, readable plain text. It handles markdown stripping across simple to complex documents in a single step.

What is the best way to normalize whitespace in plain text documents?

Whitespace normalization is best handled by collapsing extra spaces and standardizing line breaks to ensure consistent output. The skill applies these formatting rules directly to plain text inputs.

Can I remove HTML tags while preserving readable text?

Yes, you can strip HTML tags while preserving readable text by passing the raw HTML content to the skill. It normalizes tags across documents and returns plain text suitable for downstream processing.

Do I need any dependencies to clean and format text?

No dependencies are required to clean and format text. The skill operates on plain text inputs and applies formatting rules independently, returning cleaned text without needing external libraries.

When do I need to use text processing for markdown stripping?

You need text processing for markdown stripping when manual cleanup of formatting syntax becomes inefficient. It automates the removal of markdown and normalizes documents for consistent downstream processing.