Text

local

text-tools

Case conversions, word/line stats, line ops (sort/dedupe/filter), slugify, and text diff.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (5)

  • text_case
    Convert text between cases: upper, lower, title, sentence, camelCase, snake_case, kebab-case.
  • text_stats
    Count characters, words, lines, sentences, and reading time (avg 200 wpm) for a block of text.
  • text_lines
    Manipulate lines in a text block: sort, reverse, dedupe (preserve order), shuffle, or filter by regex.
  • text_slugify
    Turn a title or phrase into a URL-safe slug (lowercase, hyphens, ASCII-only).
  • text_diff
    Compare two strings. Returns Levenshtein distance, similarity ratio, and a line-level diff (added/removed/unchanged).