Sparebank1 Accounts

Read SpareBank 1 balances, transactions, and spending summaries via the sb1 CLI.

Works with setup

Test report

Verdict
Works with setup
Score
9.2/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 0539265

Commands in the SKILL.md (accounts, transactions, summary, export) all map 1:1 to real subcommands in src/commands/*.rs, but real use requires registering a personal developer app on developer.sparebank1.no and completing an interactive BankID login before `sb1` returns any data.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What Sparebank1 Accounts does

Teaches an agent to drive the `sb1` Rust CLI for read-only SpareBank 1 (Norwegian bank) access: listing accounts, filtering/exporting transactions, inspecting a single transaction, and pulling a net-worth/cash-flow/category summary. Triggers when a user asks about their Norwegian bank balance, recent spending, subscriptions, or wants transaction data for analysis.

How to install Sparebank1 Accounts

git clone https://github.com/magnusrodseth/sparebank1-cli
mkdir -p ~/.claude/skills
cp -r sparebank1-cli/skills/sparebank1-accounts ~/.claude/skills/sparebank1-accounts

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Sparebank1 Accounts

  • /sparebank1-accounts Read SpareBank 1 balances, transactions, and spending summaries via the sb1 CLI.

It also activates on plain-language prompts like these:

  • What's my SpareBank 1 balance and what did I spend last month?
  • Pull my SpareBank 1 transactions and break them down by category
  • Show me a net worth summary from my SpareBank 1 accounts

Frequently asked questions

Is the Sparebank1 Accounts skill free?
Yes. The skill itself is free from magnusrodseth/sparebank1-cli. SkillProof publishes the install command and an independent test verdict at no cost.
Does Sparebank1 Accounts work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Commands in the SKILL.md (accounts, transactions, summary, export) all map 1:1 to real subcommands in src/commands/*.rs, but real use requires registering a personal developer app on developer.sparebank1.no and completing an interactive BankID login before `sb1` returns any data.
What is the Sparebank1 Accounts SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Sparebank1 Accounts?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Sparebank1 Accounts with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.