dsh-pick
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-pick
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-pick in your terminal to install the plugin; the source repository is available at https://github.com/uckkk/dsh-pick.
About this plugin
When assembling agent workflows, you frequently need to pluck a handful of specific fields out of a larger context payload without introducing extra network calls or heavyweight dependencies. dsh-pick was built precisely for that: a pure Node.js field-picking tool with zero network dependencies. Once installed, simply invoke the tool it registers in your session to select the fields you need.\n\nIts design philosophy is deliberately direct: it wraps a pick-fields operation into a registrable tool so that agents can call it on demand within a workflow, rather than writing ad-hoc filtering logic every single time. Because it has no network dependencies at all, it runs reliably in offline environments, CI pipelines, and local scripts, unaffected by network jitter or DNS resolution failures.\n\nIf you are already using dsh to build agent workflows and need a lightweight, deterministic field-selection capability, dsh-pick is a low-friction option: MIT licensed, dependency-free, and ready to use immediately after installation.
Use Cases
- Extract specific fields from a large context payload
- Lightweight field filtering in offline environments or CI pipelines
- On-demand field picking within an agent workflow
Best For
- Developers building agent workflows with dsh
- Users who need zero-dependency, offline-capable tooling
- Automation developers who want to avoid hand-writing field filtering logic
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.