@serdarsalim

Simplify Budget

Simplify Budget OpenClaw plugin

Current version
v1.2.1
code-pluginCommunitysource-linked

Simplify Budget Plugin

simplify-budget is an OpenClaw plugin package for running a personal budget tracker on top of a specific Google Sheets template.

It exposes an OpenClaw HTTP route and runs the bundled budget scripts directly. This package is for plugin installation, not skill-only installation.

It handles:

  • expense create, find, update, delete
  • income create, find, update, delete
  • recurring item create, find, update, delete
  • summary and cross-ledger lookup routes
  • conversation preview/write/learn flows through the bundled bridge script

Required Sheet

This plugin only works with the Simplify Budget sheet template, or a direct copy of it:

Each user must make their own copy of the sheet and configure their own Google service account credentials.

Optional browser UI for the same system:

The plugin talks to the Google Sheet directly. The web UI is optional.

What This Ships

This package contains:

  • openclaw.plugin.json: plugin manifest
  • index.js: plugin entrypoint
  • scripts/: bundled budget scripts used by the plugin
  • CONVERSATION_WORKFLOW.md: conversation-layer reference

Required Configuration

This plugin requires:

  • GOOGLE_SA_FILE
  • SPREADSHEET_ID
  • TRACKER_CURRENCY

Optional:

  • TRACKER_CURRENCY_SYMBOL

These values must point at a user-owned Google service account key and a user-owned copy of the Simplify Budget sheet template.

Security Scope

  • The plugin talks to sheets.googleapis.com using the configured Google service account.
  • It does not need or ship any session-pruning or agent-state migration tooling as part of the published plugin bundle.
  • The Google service account should be scoped to Sheets access and shared only with the intended budget sheet.

Install Summary

  1. Copy the Google Sheet template.
  2. Create your own Google service account JSON key.
  3. Share the copied sheet with the service account email.
  4. Install this plugin package.
  5. Set the required environment variables.
  6. Restart OpenClaw.

Full instructions are in SETUP.md.

Source and release

Source repository

serdarsalim/simplifybudget-clawhub-plugin

Open repo

Source commit

f22687d

View commit

Install command

openclaw plugins install clawhub:simplifybudget-clawhub-plugin

Metadata

  • Package: simplifybudget-clawhub-plugin
  • Created: 2026/04/09
  • Updated: 2026/04/09
  • Executes code: Yes
  • Source tag: f22687d

Compatibility

  • Built with OpenClaw: 2026.4.5
  • Plugin API range: >=2026.4.5
  • Tags: latest
  • Files: 28