wednesday_wallet — Wallet expense/income capture for Wednesday
draft — generated, polish on first use.
Category: plugins Where it works: Telegram (Hermes) Source: /Users/dexter/Nevermore/_infra/hermes/plugins/wednesday_wallet/plugin.yaml
What it is
Tool that captures wallet expense or income entries. BudgetBakers Open API rejects writes at current tier (HTTP 405), so the tool appends a pending-entry line to wallet-pending.md for manual entry later. First-class tool — no hallucinated success.
How to trigger it
- Natural language phrases: “log 45 lei la Mega”, “am cheltuit 120 RON pe benzină”, “încasez 800 lei salariu”, “adaugă cheltuială 30 lei la cafenea”.
- Direct command/trigger: none (tool-driven via natural language).
- Auto-fires? no.
How to use it
Operator states the transaction in natural language. Tool parses amount, currency, merchant/category, and direction (expense vs income). Tool appends a line to wallet-pending.md in the agreed format. Operator later copies the line(s) into BudgetBakers manually.
Practical examples
- you: “am dat 55 lei pe pizza” → result: line appended to
wallet-pending.mdwith amount, merchant, date, pending flag. - you: “primesc 2500 lei salariu” → result: income line appended, marked pending for manual import.
Notes / limits
No direct write to BudgetBakers. Requires manual follow-up step. Currency parsing limited to RON/EUR/USD patterns seen in training. Check wallet-pending.md regularly to avoid backlog.