dsh-csv-parse
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-csv-parse
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-csv-parse in your terminal to install this robust CSV parser plugin; the full source is available at https://github.com/uckkk/dsh-csv-parse .
About this plugin
In a model-inference pipeline, CSV files are one of the most common structured inputs. Yet real-world CSVs are rarely perfectly tidy—fields contain embedded quotes, commas, or newlines, and encodings can be inconsistent. A single misparsed row can cascade into garbled prompts. dsh-csv-parse exists to handle exactly that: a robust layer of CSV parsing that turns messy tabular data into a structure the model can consume directly.
The entire plugin is a pure Node.js implementation. It makes no network calls, depends on no external services or databases, and runs entirely on the local machine. That makes it safe for offline environments, sandboxed containers, or edge nodes where data must never leave the box. Once registered, the parsing logic is exposed as a session tool—call it, get the result, no extra routing or middleware required.
If you are building inference flows with DeepSeek Harness and your upstream data lands as CSV files while your downstream prompt templates expect structured rows or columns, this plugin fills exactly that gap. It is a good fit for data engineers, automation-script authors, and any developer who wants CSV reading to be reliable and free of runtime dependencies.
Use Cases
- Parsing local CSV files into structured rows before feeding them into prompt templates
- Safely handling complex CSVs with embedded quotes or newlines in offline or sandboxed environments
- Converting upstream CSV files into structured data expected by downstream LLM calls
Best For
- Data engineers building inference pipelines on DeepSeek Harness
- Automation script authors who need local data preprocessing without network access
- Application developers who want reliable CSV reading with zero runtime dependencies
Related Plugins
A unified suite combining hot runtime injection, task-aware thinking-mode routing, and a graded session protocol with red-team gates to sustain model diligence across long-horizon inference.
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.