dsh-saving-goal
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-saving-goal
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-saving-goal in DeepSeek Harness to install the savings-goal plugin; source code is available at https://github.com/uckkk/dsh-saving-goal .
About this plugin
When you tell an AI assistant you want to save a certain amount by a certain date, the conversation often stays at the level of vague advice because there is no underlying tool that turns those parameters into concrete numbers. dsh-saving-goal bridges that gap by registering a single saving_goal tool that takes your inputs and returns a detailed, structured calculation result right inside the conversation.
The plugin ships one tool, saving_goal, which performs precise savings-goal arithmetic from the parameters you pass in. It is implemented in pure Node with zero network dependencies, so every call completes locally and instantly, making it ideal for offline setups or latency-sensitive pipelines. As a memory-category plugin, the fact that the result is self-contained and referenceable in later turns gives it a natural role as an anchor in ongoing savings-planning dialogues.
It is a good fit for individuals who want their AI assistant to break a savings target into actionable figures, and for developers who need a lightweight, dependency-free calculation step in a broader automation workflow.
Use Cases
- Invoke the tool during a savings-goal conversation to get precise figures
- Break down a savings plan into concrete numbers for later turns
- Complete savings-goal calculations quickly in offline environments
Best For
- Individuals planning personal savings who want quantified figures
- Developers needing a lightweight, dependency-free calculation tool
- Regular users who leverage AI assistants for financial conversations
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.