financial

financial is a skill for Claude Code, Codex from ellmos-ai/bach. It costs 45 tokens per session (1,025 once invoked), scanned A, original, MIT.

A service that reads financial emails and identifies invoices, receipts, subscriptions, and tax-related messages. It also extracts amounts and categories and shows the results in a dashboard.

In plain words
What is it for?
Use it to review financial messages, filter tax-relevant items, monitor subscriptions and monthly costs, and manage Gmail or IMAP accounts.
Why use it?
It reduces the manual work of sorting financial emails and tracking recurring payments across email accounts.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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/ellmos-ai/bach/financial
Any agent
npx skills add ellmos-ai/bach --skill financial
Clone the repo
git clone --depth 1 https://github.com/ellmos-ai/bach

Made for: Claude Code, Codex.

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 financial

README.md
[![agentmods](https://agentmods.dev/badge/skills/ellmos-ai/bach/financial.svg)](https://agentmods.dev/skills/ellmos-ai/bach/financial)
Your own site
<a href="https://agentmods.dev/skills/ellmos-ai/bach/financial"><img src="https://agentmods.dev/badge/skills/ellmos-ai/bach/financial.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,025 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.1 $0.00045 $0.01025
Opus 5 $0.00023 $0.00513
Sonnet 5 $0.00009 $0.00205
Haiku 4.5 $0.00005 $0.00103

Measured 6d ago against content hash b40a77b83b7e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

financial 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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (summary_service.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

system/hub/_services/financial/SKILL.md · 129 lines

How it starts

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

Financial Mail Service

Automatische Finanz-E-Mail-Analyse für BACH

Übersicht

Der Financial Mail Service analysiert eingehende E-Mails auf finanzrelevante Inhalte:

  • Rechnungen und Belege erkennen
  • Abonnements automatisch tracken
  • Steuer-relevante E-Mails markieren
  • Beträge und Kategorien extrahieren

GUI-Dashboard

Erreichbar über: http://127.0.0.1:8000/financial

Features:

  • Statistiken (Konten, neue E-Mails, steuer-relevante, monatliche Kosten)
  • E-Mail-Übersicht mit Filtern (Kategorie, Steuer-relevant)
  • Abonnement-Tracking (erkannte wiederkehrende Zahlungen)
  • Konten-Verwaltung (Gmail API, IMAP)
  • False-Positive-Handling

API-Endpoints

Endpoint Beschreibung
GET /api/financial/status Dashboard-Statistiken
GET /api/financial/emails E-Mail-Liste mit Filtern
GET /api/financial/subscriptions Aktive Abonnements
GET /api/financial/accounts Konfigurierte E-Mail-Konten
POST /api/financial/accounts Konto hinzufügen
DELETE /api/financial/accounts/{id} Konto entfernen

Datenbank-Schema

Tabellen in user.db:

Tabelle Beschreibung
mail_accounts E-Mail-Konten Konfiguration
mail_sync_runs Synchronisierungs-Protokoll
financial_emails Erkannte Finanz-E-Mails
financial_subscriptions Automatisch erkannte Abos
financial_summary Monatliche/Jährliche Zusammenfassungen

Die Zusammenfassung wird über bach haushalt financial-summary refresh aktualisiert. --dry-run berechnet ausschließlich lesend. Beobachtete E-Mail-Ausgaben werden nicht mit der aktuellen Abo-Laufkostenrate addiert. Historische Abo-Duplikate werden nach provider_id dedupliziert; bei fachlich widersprüchlichen Duplikaten bricht die Berechnung sicher ab.

Views:

  • v_financial_inbox - Unbearbeitete Finanz-E-Mails
  • v_financial_steuer - Steuer-relevante Posten
  • v_aktive_abos - Aktive Abonnements
  • v_monatliche_kosten - Kosten-Übersicht nach Monat

Read the full file on GitHub · 129 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 129 lines · 45 tokens per session scan A b40a77b83b7e

Subscribe to this mod's changes

financial is a skill published in the GitHub repository ellmos-ai/bach (7 stars, last pushed yesterday), licensed MIT. It adds 45 tokens to every session and 1,025 once invoked, about $0.0002 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

x402

Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…

browser-use/browser-use · 175 tokens

connect-recommend

Use this skill when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get started with Connect, is building a marketplace, platform, multi-vendor store, gig platform, or subscription platform, needs to pay out sellers, vendors, or providers, mentions split payments, revenue…

stripe/ai · 151 tokens

stripe-best-practices

Guides Stripe integration decisions across API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, tax and registrations (Stripe Tax, automatictax, product tax codes), Treasury financial accounts, integration options (Checkout, Payment…

stripe/ai · 134 tokens

billing-stripe

Work with Stripe billing — subscriptions, plans/prices, the Customer Portal, credits, usage metering, invoices, and webhook events. Use when changing plans, handling a new Stripe webhook, debugging a payment/subscription flow, or touching credit balances and usage.

vstorm-co/full-stack-ai-agent-template · 56 tokens

free-models

Conserve budget by delegating suitable Sub-Agent work to free-of-charge Models (OpenRouter free variants, OpenCode Zen free tier) and by helping the user set up a free-capable Provider when none is configured. Use when the user asks to save costs or mentions free models, a low budget, or spending nothing, when many…

Vironnimo/vbot · 123 tokens

pptx-author

Build PowerPoint decks headless with python-pptx.

nobodyohm-web/Thot · 16 tokens