dsh-chunk
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-chunk
Paste the following prompt into your AI chat to install this plugin:
Install it in DeepSeek Harness by running dsh plugin install uckkk/dsh-chunk; the public source repository is https://github.com/uckkk/dsh-chunk
About this plugin
Splitting a large array into fixed-size sub-arrays is one of those small but recurring tasks—batching API calls, slicing pagination data, grouping parameters. dsh-chunk turns that routine into a zero-config tool: a pure Node implementation with no external dependencies. Install it, call the registered tool in your session, and you get chunked arrays back. No setup, no network calls, no side effects.
The capability is deliberately narrow. You pass in an array and a chunk size; it returns an ordered collection of sub-arrays. There are no callbacks, no async wrappers, no hidden state—just the result you expected, ready for the next line of logic. Because it pulls in zero dependencies, it will not clash with anything already in your project, and its footprint is small enough to stay out of the way.
It is aimed at developers working inside a DeepSeek Harness session who need a quick array-chunk step—iterating over batches, preparing grouped parameters, or simply breaking a list into manageable pieces. If you would rather not reach for Lodash just to write a four-line splice loop, or you just need a one-off chunk right in the conversation, dsh-chunk is the "install-and-forget" utility for that moment.
Use Cases
- Splitting parameter arrays into fixed-size batches before bulk API calls
- Slicing paginated or streaming data into iterable sub-batches
- Grabbing a quick chunk step in a session without writing a manual splice loop
Best For
- Developers who need a quick array-chunk step without adding another library
- Workflows that value zero-dependency, install-and-go utilities
- Users who want a one-off chunk right in the conversation without opening an editor
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.