---
title: "text-utils"
description: "Small collection of text-processing skills: word counting and case conversion."
canonical: https://agentpluginsdirectory.com/plugins/text-utils
last-updated: 2026-09-25
---

# text-utils
Small collection of text-processing skills: word counting and case conversion.
- Slug: text-utils
- Publisher: Karl Løland
- Repository: https://github.com/ETroll/tmp-plugins
- Manifest: plugins/text-utils/plugin.json
- Version: 1.0.0
- License: MIT
- Category (editorial): other
- Skills: 2 (case-convert, word-count)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-09-23
- Repository last pushed: 2026-09-24
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/text-utils
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## Skills

- case-convert: Convert identifiers or phrases between snake_case, kebab-case, camelCase, PascalCase, and Title Case. Use when the user asks to rename something to a different case convention.
- word-count: Count words, lines, and characters in a block of text or a file, using the bundled script. Use when the user asks for a word count, line count, or basic text statistics.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
