AI Agent Hub
Back to plugins
🧩

dsh-asset-alloc

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-asset-alloc

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

Run dsh plugin install uckkk/dsh-asset-alloc in DeepSeek Harness to install this plugin; the source is available at https://github.com/uckkk/dsh-asset-alloc

About this plugin

Balancing a household portfolio across income, risk tolerance, and time horizon is rarely straightforward. dsh-asset-alloc distills that process into a single call: pass your parameters to the asset_alloc tool and receive a tailored family financial-planning scheme, eliminating the tedious cycle of manual research and trial-and-error tuning.

The plugin is written in pure Node.js with zero network dependencies, so every computation happens locally the moment you invoke the tool inside a session. It drops cleanly into existing automation pipelines or chat-driven workflows as a lightweight, offline computation step, with no authentication, timeout, or external-API maintenance to worry about.

It is well suited for individuals and households seeking a quick, parameterised allocation reference, as well as developers who want a dependency-free local building block in their tooling. Released under the MIT licence, it is free to integrate, fork, and extend without any licensing overhead.

Use Cases

  • Pass income and risk-tolerance parameters to generate a full allocation scheme in one call
  • Embed as an offline computation step in automation pipelines without network auth or timeout handling
  • Tune parameter combinations and compare multiple financial planning strategies side by side

Best For

  • Individuals and households seeking a quick, parameterised allocation reference
  • Developers who want a zero-dependency local module and wish to avoid external API coupling
  • Technical teams building financial toolchains or conversational workflows