dsh-percent-encode
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-percent-encode
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-percent-encode in the DeepSeek Harness terminal to install this plugin; the source repository is available at https://github.com/uckkk/dsh-percent-encode
About this plugin
When assembling URLs, building form payloads, or issuing API calls, special characters such as spaces, CJK text, or slashes can break the address if left untouched. dsh-percent-encode exists for exactly that step: it performs standard percent-encoding (URL encoding) so that any character is safely represented as a %XX sequence.
The plugin is implemented in pure Node.js with zero external dependencies and makes no network requests. Once installed, you simply invoke the tool it registers inside a session, pass in the string to encode, and receive the result immediately. No configuration files or environment variables are required.
If you frequently work with URL parameters in scripts, automation pipelines, or conversational workflows and would rather avoid hand-rolling regex or pulling in a full URL library, this lightweight tool gets the job done with the least amount of ceremony.
Use Cases
- Encoding Chinese or special-character parameters when assembling API request URLs
- Safely escaping spaces, slashes, and other characters in form payload data
- Batch-processing text strings that need percent-encoding in automation scripts
Best For
- Backend developers who frequently deal with URL parameters
- Engineers writing crawlers or automation scripts that rely on encoding
- General users who need to quickly convert text into a URL-safe format in a conversation
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.