AI Agent Hub
Back to plugins
🧠

dsh-pickle-store

Memory Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-pickle-store

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

Run dsh plugin install uckkk/dsh-pickle-store in your terminal to install the plugin; source code is available at https://github.com/uckkk/dsh-pickle-store .

About this plugin

If you need a customized pickled vegetable recipe based on specific parameters without leaving your conversation to search a browser or call an external service, dsh-pickle-store is a memory plugin built for that. It registers a pickle_store tool into the current session, so you simply invoke it with your parameters and receive the corresponding recipe right there, keeping the entire workflow inside the conversation context.

The plugin is implemented in pure Node.js with zero network requests or external service dependencies, making it fully operational in offline environments, sandbox containers, or network-restricted CI pipelines. Recipe generation is driven entirely by local logic, delivering instant and reproducible results without the uncertainty of third-party API fluctuations.

It is well suited for developers who have a genuine interest in pickling and want to weave recipe lookups into their daily conversation workflows, as well as for teams that need to generate reference recipes quickly in environments with no network access.

Use Cases

  • Generate pickled vegetable recipes in-conversation by passing parameters
  • Query recipes offline without any network dependency
  • Run stable local logic in sandboxes or CI pipelines

Best For

  • Developers who want to weave pickle recipes into their conversation workflows
  • Teams that need reference recipes in no-network environments
  • Power users who prefer pure local tools with zero external dependencies