AI Agent Hub
Back to plugins
🤖

xby-text-toolkit

Model Inference Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install xby-skill/xby-text-toolkit

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

Run dsh plugin install xby-skill/xby-text-toolkit in DeepSeek Harness to install this plugin, available at https://github.com/xby-skill/xby-text-toolkit

About this plugin

In day-to-day development, switching a variable between naming conventions, pretty-printing a JSON or XML blob, Base64-encoding a string, or generating a hash for verification — these small tasks keep cropping up inside AI-assisted coding sessions. xby-text-toolkit bundles them into ready-to-call MCP tools so you can finish naming-style conversions, config beautification, encoding/decoding, and regex rewrites without ever leaving the chat window or spinning up a side script.

The plugin ships with more than a dozen naming-style converters (camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, Pascal_Snake, Sentence, Capital, and more), bidirectional Base64 / URL / HTML-entity codecs, formatters for JSON, XML, SQL, and HTML, character / word / line counters plus a readability scorer, UUID generation and validation, MD5, SHA-1/256/512, and HMAC hashing, and full regex support for testing, replacing, extracting, and splitting — covering essentially every routine text-manipulation need.

It is built for frontend, backend, full-stack, and DevOps engineers: anyone who wants an AI agent to handle text transformation, snippet beautification, or security hashing on the fly can simply install this plugin and let the model do the work inline.

Use Cases

  • Switching variable names between camelCase, snake_case, PascalCase, and more
  • Pretty-printing JSON, XML, SQL, or HTML snippets inline in chat
  • Generating MD5/SHA hashes, validating UUIDs, or running regex replacements

Best For

  • Frontend and backend engineers who frequently switch between naming conventions
  • Developers who need quick encoding, decoding, or formatting inside a chat session
  • Full-stack and DevOps engineers who want an AI agent to handle text transformation and hashing inline