AI Agent Hub
Back to plugins
🧩

dsh-budget-split

admin-security Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-budget-split

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

Install with the command dsh plugin install uckkk/dsh-budget-split; the source code is available at https://github.com/uckkk/dsh-budget-split

About this plugin

One of the most common pain points in household finance is deciding how to split incoming income across daily expenses, savings, investments, and leisure. Many families lack a structured budgeting framework, leading to vague month-end accounting and insufficient emergency reserves. dsh-budget-split was built to address exactly that gap.

At its core is the budget_split tool: pass in the relevant parameters and it returns a structured household budget allocation plan. The entire plugin is implemented in pure Node.js with zero network dependencies, making it lightweight and fully offline-capable.

Whether you are an individual looking to quickly stand up a family finance workflow, or a developer who needs to embed budget allocation logic into a larger financial system, dsh-budget-split offers a concise, integrable starting point.

Use Cases

  • Collaboratively set up a monthly household spending allocation
  • Embed budget logic into local finance scripts or automation tools
  • Quickly generate a reference financial planning sheet offline

Best For

  • Individuals who need systematic household income and expense management
  • Developers building local finance toolchains
  • Automation users who prefer offline, zero-dependency tools