Text
localtext-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_caseConvert text between cases: upper, lower, title, sentence, camelCase, snake_case, kebab-case.
- text_statsCount characters, words, lines, sentences, and reading time (avg 200 wpm) for a block of text.
- text_linesManipulate lines in a text block: sort, reverse, dedupe (preserve order), shuffle, or filter by regex.
- text_slugifyTurn a title or phrase into a URL-safe slug (lowercase, hyphens, ASCII-only).
- text_diffCompare two strings. Returns Levenshtein distance, similarity ratio, and a line-level diff (added/removed/unchanged).