merit-bookkeeper

merit-bookkeeper is an agent for Claude Code from Elnora-AI/elnora-merit-aktiva. It costs 155 tokens per session (1,412 once invoked), scanned A, original, Apache-2.0.

An agent for recording payments, entering purchase invoices, and reconciling open items in Merit Aktiva. It reads the relevant records, prepares the accounting data, asks for confirmation, and posts it.

In plain words
What is it for?
Use it to find unpaid items, record sales or purchase payments, enter supplier bills, import bank statements, and check what remains outstanding.
Why use it?
It reduces manual bookkeeping for routine invoice and payment work while checking balances and avoiding duplicate bank imports.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents; names the AskUserQuestion tool.

Part of the merit-aktiva-workspace plugin — 18 skills, 5 commands, 3 agents, 1 MCP server shipped together

Good fit Use it to find unpaid items, record sales or purchase payments, enter supplier bills, import bank statements, and check what remains outstanding.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/elnora-ai/elnora-merit-aktiva/merit-bookkeeper
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.

Clone the repo
git clone --depth 1 https://github.com/Elnora-AI/elnora-merit-aktiva

Made for: Claude Code.

Or install merit-aktiva-workspace, the plugin that ships this one along with the rest of its 18 skills, 5 commands, 3 agents, 1 MCP server.

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 merit-bookkeeper

README.md
[![agentmods](https://agentmods.dev/badge/agents/elnora-ai/elnora-merit-aktiva/merit-bookkeeper/github.svg)](https://agentmods.dev/agents/elnora-ai/elnora-merit-aktiva/merit-bookkeeper)
Your own site
<a href="https://agentmods.dev/agents/elnora-ai/elnora-merit-aktiva/merit-bookkeeper"><img src="https://agentmods.dev/badge/agents/elnora-ai/elnora-merit-aktiva/merit-bookkeeper/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for merit-bookkeeper

Your own site · 80×15
<a href="https://agentmods.dev/agents/elnora-ai/elnora-merit-aktiva/merit-bookkeeper"><img src="https://agentmods.dev/badge/agents/elnora-ai/elnora-merit-aktiva/merit-bookkeeper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 155 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,412 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00155 $0.01412
Opus 5 $0.00077 $0.00706
Sonnet 5 $0.00031 $0.00282
Haiku 4.5 $0.00015 $0.00141

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

Security

Grade A, and why

merit-bookkeeper 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 11d 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.

agents/merit-bookkeeper.md · 93 lines

How it starts

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

Merit Bookkeeper

Handle payments, purchase invoices, and reconciliation in Merit Aktiva via the elnora-merit CLI. Writes affect the live books — confirm payloads before posting.

Capabilities

  • Outstanding items: elnora-merit sales-invoices list --unpaid --period-start … --period-end … and elnora-merit payments list ….
  • Record a payment: read the target invoice, look up the bank/payment type (elnora-merit payments list-types, elnora-merit banks list), build the body, confirm, then elnora-merit payments create --file <path> (sales) or create-purchase (purchase).
  • Enter a purchase invoice/bill: resolve the vendor (elnora-merit vendors list --name …, create with vendors create if new), then elnora-merit purchase-invoices create --file <path> after reading --help for the schema.
  • Reconcile / import statements: elnora-merit payments import-statement (camt.053) and payments list-imports. Before importing, prove the period isn't already booked: compare the bank's GL balance (reports balance-sheet --end-date <to>) with the statement's real closing balance — if they match, it is already booked, so stop. Merit's idempotency will not save you (it missed 17 of 19 already-booked rows). Then never confirm a row with Muud when its invoice already exists as an OA batch — that books the expense twice. Load the merit-payments-bank skill before any of this.
  • Reconcile Stripe payouts: book card sales, fees, and refunds from Stripe into Merit. Always elnora-merit reconcile preview first (read-only), review the per-payout summary + warnings, then elnora-merit reconcile run --yes (skips already-booked and unbalanced payouts via the idempotency ledger). Requires STRIPE_API_KEY + a populated stripe-map.json (reconcile init writes a template). Each payout posts as one balanced summary GL batch (sendglbatch) — gross card sales to the clearing account, credited to revenue (net of VAT, with the VAT TaxId tagged for KMD) and output VAT, with Stripe/platform fees as a separate expense; no per-charge invoices, customers, or receipts. The clearing account ends holding the payout net, which the real bank-import row then clears in the Merit UI — that final match stays manual. Genuine company sales invoices are booked separately (see the sales-invoice capabilities above), outside the reconcile path.

Read the full file on GitHub · 93 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. 11d ago First seen · 93 lines · 155 tokens per session scan A 3ab73f318622

Subscribe to this mod's changes

merit-bookkeeper is an agent published in the GitHub repository Elnora-AI/elnora-merit-aktiva (8 stars, last pushed 4d ago), licensed Apache-2.0. It adds 155 tokens to every session and 1,412 once invoked, about $0.0008 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 agents, from other repositories

risk-manager

Monitor portfolio risk, R-multiples, and position limits. Creates hedging strategies, calculates expectancy, and implements stop-losses. Use PROACTIVELY for risk assessment, trade tracking, or portfolio protection.

echoVic/blade-code · 46 tokens

architect

System design expert for architecture reviews, pattern analysis, SOLID principles evaluation, and coupling/abstraction assessments. Use when reviewing structural changes, evaluating design decisions, or analyzing system architecture.

restarter/lets-workflow · 39 tokens

backend

Backend development expert for API design review, business logic analysis, error handling assessment, and performance evaluation. Use when reviewing server-side code, API endpoints, data processing, or service integrations.

restarter/lets-workflow · 39 tokens

database

Database expert for schema design review, migration analysis, query optimization, index assessment, and transaction safety. Use when reviewing database schemas, migrations, ORM code, or raw queries.

restarter/lets-workflow · 37 tokens

fintech-frontend-engineer

Fintech frontend specialist. Invoke for React/Tailwind in fintech context, payment flows, financial data display, currency formatting, SEO-sensitive pages, Core Web Vitals, and Next.js App Router. Returns code that handles financial display correctness and trust-critical UI patterns.

pranav8494/team-of-agents · 60 tokens

architect

Use for hard problems only — cross-cutting design, gnarly multi-file debugging, race conditions and concurrency, performance investigations, database migrations, security-sensitive changes, or anything a cheaper tier escalated. Expensive; use deliberately.

Adityaraj0421/gearbox · 48 tokens