AI Agent Hub
Back to plugins
⚙️

dsh-pot-pick

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-pot-pick

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-pot-pick in the DeepSeek Harness terminal to install this plugin; the open-source repository is at https://github.com/uckkk/dsh-pot-pick.

About this plugin

Picking the right container is step one when you start growing vegetables on a balcony. Pot size, drainage holes, material thickness — juggle enough parameters and you end up buried in reviews and price comparisons. dsh-pot-pick hands that selection step to an agent workflow: feed it your constraints and get back a matched balcony planting plan, skipping the back-and-forth.

The plugin registers a single tool, pot_pick, with focused and transparent logic. It is a pure Node implementation with zero network dependencies, so every recommendation is generated locally. That means fast responses, no privacy concerns, and easy slotting into larger agent orchestration pipelines as one of many steps.

It is built for two audiences: hobbyist balcony gardeners who want a conversational workflow to cut the decision overhead of choosing containers, and developers assembling agent pipelines who need a lightweight, offline, dependency-free tool node to stitch flows together. Released under the MIT license.

Use Cases

  • Match pots and planters by size and material before starting a balcony garden
  • Add a lightweight, dependency-free tool node into an agent orchestration pipeline
  • Generate a practical balcony planting plan entirely offline

Best For

  • Hobbyist balcony gardeners
  • Developers building agent workflows
  • Users who prefer offline, zero-dependency tools