sync

A command for importing bank transactions through the Enable Banking API, a service used to connect to bank accounts.

In plain words
What is it for?
It helps sync one or all configured accounts, generate local API commands and temporary JSON files, and combine the returned data.
Why use it?
It gathers transactions and balances from active accounts without requiring each account to be handled separately.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/peerjakobsen/smartspender/sync
Clone the repo
git clone --depth 1 https://github.com/peerjakobsen/smartspender
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,610 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00010 $0.02610
Opus 5 $0.00005 $0.01305
Sonnet 5 $0.00002 $0.00522
Haiku 4.5 $0.00001 $0.00261

Measured 2d ago against content hash afe8e8272b48, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sync scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/sync.md · 208 lines

How it starts

The opening of the file, as written. The whole thing — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/smartspender:sync

Trigger

  • /smartspender:sync
  • /smartspender:sync all
  • "Synkroniser mine transaktioner"
  • "Hent transaktioner"
  • "Sync my transactions"

Arguments

Argument Required Values Default
target no all all

If all (or no argument), syncs all active accounts in accounts.csv.

Prerequisites

  • Bank account added via /smartspender:add-account
  • Enable Banking configured and session active

Vigtigt: Enable Banking API-kald koerer lokalt via eb-api.py — Cowork kan ikke koere dem direkte. Denne kommando genererer alle terminalkommandoer paa een gang (inkl. en combine+clipboard kommando). Brugeren koerer dem i terminalen og indsaetter resultatet med Cmd+V.

File Naming Convention

All temporary JSON files are written to ~/Documents/SmartSpender/.

Data File Name
Status eb-status.json
Transactions eb-transactions-{slug}.json
Balances eb-balances-{slug}.json

Slug computation: Take account_name from accounts.csv, lowercase it, replace spaces with hyphens.

Slug collision: If two accounts produce the same slug, append -1, -2 etc. to subsequent accounts.

Workflow

Step 1: Read accounts and compute commands

  1. Read accounts.csv to get all active accounts
  2. If no active accounts found: "Ingen konti konfigureret. Koer /smartspender:add-account foerst."
  3. For each active account:
    • Compute the filename slug from account_name (lowercase, spaces to hyphens)
    • Check for slug collisions across accounts; append numeric suffix if needed
    • Determine last_synced date from accounts.csv; if empty, default to 90 days ago

Step 2: Present batch commands

Build a single code block with all commands. Always start with mkdir -p to ensure the directory exists, then status, then transactions per account, then balances per account. End with the combine+clipboard command that merges all JSON files and copies to clipboard.

Read the full file on GitHub · 208 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 208 lines · 10 tokens per session scan A afe8e8272b48

Subscribe to this mod's changes

sync is a command published in the GitHub repository peerjakobsen/smartspender (5 stars, last pushed 6mo ago), licensed MIT. It adds 10 tokens to every session and 2,610 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.