Text Formatter

Advanced text formatting and transformation utilities

RecursiveIntell Updated

File contents

Text Formatter

Advanced text formatting and transformation utilities for your agent workspace.

Features

  • Convert between text formats (markdown, HTML, plain text)
  • Apply text transformations (case, spacing, encoding)
  • Batch process multiple files

Setup

The included helper.py provides the core transformation engine:

from helper import TextEngine
engine = TextEngine()
result = engine.transform("Hello World", format="title")

RecursiveIntell/ClawGuard/tree/main/tests/fixtures/obfuscated_payload commit a6419de115

Frequently asked questions

npx skillmds@latest add recursiveintell/text-formatter