merit-reconcile

merit-reconcile is a command for Claude Code from Elnora-AI/elnora-merit-aktiva. It costs 20 tokens per session (403 once invoked), scanned A, original, Apache-2.0.

A read-only command for checking how Stripe payouts would match records in Merit Aktiva, an accounting system. It shows payout amounts, transaction details, taxes, fees, refunds, and booking status without changing the accounts.

In plain words
What is it for?
Previewing one or more payouts, checking payouts from a date, and listing which payouts are already booked or still outstanding.
Why use it?
It lets you find missing, unbalanced, or tax-mismatched payouts before anything is recorded in the books.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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

Good fit Previewing one or more payouts, checking payouts from a date, and listing which payouts are already booked or still outstanding.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/elnora-ai/elnora-merit-aktiva/merit-reconcile/github.svg)](https://agentmods.dev/commands/elnora-ai/elnora-merit-aktiva/merit-reconcile)
Your own site
<a href="https://agentmods.dev/commands/elnora-ai/elnora-merit-aktiva/merit-reconcile"><img src="https://agentmods.dev/badge/commands/elnora-ai/elnora-merit-aktiva/merit-reconcile/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-reconcile

Your own site · 80×15
<a href="https://agentmods.dev/commands/elnora-ai/elnora-merit-aktiva/merit-reconcile"><img src="https://agentmods.dev/badge/commands/elnora-ai/elnora-merit-aktiva/merit-reconcile.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 403 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.00020 $0.00403
Opus 5 $0.00010 $0.00201
Sonnet 5 $0.00004 $0.00081
Haiku 4.5 $0.00002 $0.00040

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

Security

Grade A, and why

merit-reconcile 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 12d 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/merit-reconcile.md · 48 lines

What it actually says

Merit Reconcile (Stripe → Merit)

Preview or report Stripe-payout reconciliation into Merit Aktiva for: {{args}}

This command is read-only. Booking to the books is the merit-bookkeeper agent (elnora-merit reconcile run), which requires explicit --yes.

Prerequisites

  • STRIPE_API_KEY set (live secret/restricted key) in the environment or ~/.config/elnora-merit/.env.
  • A populated stripe-map.json (run elnora-merit reconcile init once to generate a template and list candidate account/VAT values, then fill it in).

Run

# What WOULD be booked for each payout since the map cutoff (no writes):
elnora-merit reconcile preview --output json

# A single payout:
elnora-merit reconcile preview --payout <po_...>

# From a date:
elnora-merit reconcile preview --since <YYYY-MM-DD>

# Booked vs outstanding payouts:
elnora-merit reconcile status

Present

Render a table per payout: payout id, arrival date, payout net, charge count, gross, revenue net, VAT, Stripe fees, platform fees, refunds, bookable, already booked. Surface every warnings entry — especially VAT mismatches and any "does not balance" payout (those will be skipped by run). For status, show booked vs outstanding counts.

Don't

  • Don't write anything — this is preview/status only. To book, hand off to merit-bookkeeper.
  • Don't proceed if a payout reports "does not balance" — investigate the Stripe data first.
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. 12d ago First seen · 48 lines · 20 tokens per session scan A 01be53a5a62a

Subscribe to this mod's changes

merit-reconcile is a command published in the GitHub repository Elnora-AI/elnora-merit-aktiva (8 stars, last pushed 5d ago), licensed Apache-2.0. It adds 20 tokens to every session and 403 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.