dsh-pickle-store
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
Related Plugins
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.
An opinionated, zero-infrastructure file-based memory protocol: human-readable markdown files plus a bounded always-loaded index, curation discipline, and no database or embeddings.