enable-banking-api

enable-banking-api is a skill for Claude Code, Codex from peerjakobsen/smartspender. It costs 25 tokens per session (2,144 once invoked), scanned A, original, MIT.

Reference information for Enable Banking, a service that provides authorised access to bank-account data through an online interface.

In plain words
What is it for?
Use it when setting up or troubleshooting API-based bank imports, including configuration, signed access tokens, account requests, and transaction handling.
Why use it?
It explains the authentication, account sessions, transaction data, limits, and supported Danish banks needed for bank synchronisation.

Skill for Claude CodeCodex

Part of the smartspender plugin — 13 skills, 19 commands shipped together

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 skills/peerjakobsen/smartspender/enable-banking-api
Any agent
npx skills add peerjakobsen/smartspender --skill enable-banking-api
Clone the repo
git clone --depth 1 https://github.com/peerjakobsen/smartspender

Made for: Claude Code, Codex.

Or install smartspender, the plugin that ships this one along with the rest of its 13 skills, 19 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for enable-banking-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/peerjakobsen/smartspender/enable-banking-api.svg)](https://agentmods.dev/skills/peerjakobsen/smartspender/enable-banking-api)
Your own site
<a href="https://agentmods.dev/skills/peerjakobsen/smartspender/enable-banking-api"><img src="https://agentmods.dev/badge/skills/peerjakobsen/smartspender/enable-banking-api.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,144 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.00025 $0.02144
Opus 5 $0.00013 $0.01072
Sonnet 5 $0.00005 $0.00429
Haiku 4.5 $0.00003 $0.00214

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

Security

Grade A, and why

enable-banking-api 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 5d 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.

skills/enable-banking-api/SKILL.md · 236 lines

How it starts

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

Enable Banking API

Purpose

Provides domain knowledge about the Enable Banking Open Banking API — endpoints, authentication, session lifecycle, transaction structure, rate limits, and supported Danish banks. Reference this when orchestrating tools/eb-api.py for API-based transaction sync.

API Overview

Enable Banking provides PSD2-compliant access to bank account data across 2,500+ European banks. SmartSpender uses it as an alternative to browser automation for faster, more reliable transaction sync.

  • API Base URL: https://api.enablebanking.com
  • Authentication: JWT signed with RSA private key (PS256 algorithm)
  • Data Format: JSON, ISO 20022 inspired field names
  • Rate Limit: Max 4 account information requests per day per account (PSD2 regulation)

Authentication

JWT Structure

The eb-api.py helper handles JWT generation. Conceptually:

  • Issuer: enablebanking.com
  • Audience: api.enablebanking.com
  • Algorithm: PS256 (RSA-PSS with SHA-256)
  • Expiry: 1 hour from creation
  • Payload: includes app_id from config

Config File

Stored at ~/.config/smartspender/eb-config.json:

{
  "app_id": "your-application-id",
  "key_path": "~/.config/smartspender/private.pem"
}

Session Lifecycle

Consent Flow

  1. Initiate: eb-api.py auth --bank <name> sends POST to /auth with ASPSP details and redirect URL (https://smartspender.mentilead.com/callback.html)
  2. MitID: User authenticates in browser (auto-opened)
  3. HTTPS Relay: Bank redirects to callback.html which forwards code to http://localhost:19876/callback
  4. Capture: Localhost listener on port 19876 catches the authorization code
  5. Session: Code exchanged for session_id via POST to /sessions
  6. Active: Session provides access to account data for 90-180 days

Session States

State Meaning Action
active Consent valid, API accessible Proceed with sync
expired Consent period ended Re-run auth for new consent
revoked Bank-side revocation Re-run auth
no_session No session file exists Run setup + auth

Read the full file on GitHub · 236 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. 5d ago First seen · 236 lines · 25 tokens per session scan A 0a434ac4d7f9

Subscribe to this mod's changes

enable-banking-api is a skill published in the GitHub repository peerjakobsen/smartspender (5 stars, last pushed 7mo ago), licensed MIT. It adds 25 tokens to every session and 2,144 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.

Related

Other skills, from other repositories

researchers-financial

Researches SEC filings, earnings calls, analyst reports, and market data. Use when the album subject involves financial crimes, corporate stories, or market events.

bitwize-music-studio/claude-ai-music-skills · 36 tokens

cap-table-analysis

Guides Slice MCP cap-table and ESOP-pool analysis by combining company summary, cap table, ownership, stakeholder, share class, funding round, equity pool, valuation, and securities tools. Use when answering questions about cap table structure, stakeholder holdings, ownership, ESOP pools, share classes, rounds…

Global-Slice/claude-plugin · 79 tokens

board-presentation-analysis

Guides creation of board-ready Slice presentations using MCP tools, especially offered-status grants and ESOP/equity-pool summaries. Use when preparing board decks, board approval packs, grant approval summaries, ESOP pool updates, option pool utilization slides, or board-facing equity recommendations.

Global-Slice/claude-plugin · 61 tokens

workflows-analysis

Guides Slice MCP workflow analysis using workflow list/get-one tools, exercise payment reconciliation, and tax withholding tools. Use when answering questions about grant letters, corporate approvals, share certificate workflows, exercise workflows, pending payments, tax withholding, workflow status, stuck workflows…

Global-Slice/claude-plugin · 67 tokens

equity-compensation-analysis

Guides Slice MCP analysis of equity compensation, grants, options, RSUs, vesting, exercises, forfeitures, PTEP, tax treatments, and valuations. Use when answering questions about employee equity, grant positions, vested or exercisable quantities, exercise price, FMV/409A, option pool consumption, tax treatment, or…

Global-Slice/claude-plugin · 78 tokens

funding-rounds-analysis

Guides Slice MCP analysis of funding rounds, share classes, price per share, primary issuances, secondary transactions, convertibles, SAFEs, option-pool top-ups, total raised, and dilution. Use when answering questions about rounds, Series A/B/C, seed rounds, bridge rounds, investor positions, round history…

Global-Slice/claude-plugin · 80 tokens