AI Agent Hub
Back to plugins
🧰

dsh-text-tools

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-text-tools

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-text-tools in DeepSeek Harness to install; the full source code is available at https://github.com/uckkk/dsh-text-tools

About this plugin

Switching variable naming conventions, generating URL slugs, and verifying text length are small but recurring tasks that, when done by hand, invite mistakes. dsh-text-tools wraps these high-frequency operations into two ready-to-use tools, so you can handle them with a single prompt in your session instead of spinning up a new script.

The plugin offers two core tools: text_transform handles conversion between case styles, camelCase, snake_case, kebab-case, and slug format; text_stats reports exact counts for characters, words, lines, and bytes. Built entirely in pure Node.js with no runtime dependencies, it stays lightweight and predictable.

If you frequently juggle naming conventions across frontend and backend codebases, or need quick text metrics during data cleaning, API documentation, or i18n copy review, this plugin keeps your focus on the logic that actually matters instead of manual formatting.

Use Cases

  • Quickly switch variable names between camelCase, snake_case, and kebab-case
  • Batch-generate URL slugs or API paths
  • Verify that copy meets character, word, and line limits

Best For

  • Full-stack developers who frequently switch naming conventions
  • Engineers working on data cleaning or API documentation
  • Developers reviewing i18n copy length and format