AI Agent Hub
Back to plugins
⚙️

dsh-pick

Workflow Updated 2026.08.20

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