merit-documents

merit-documents is a skill for Claude Code from Elnora-AI/elnora-merit-aktiva. It costs 172 tokens per session (933 once invoked), scanned A, original, Apache-2.0.

A document-matching tool for Merit Aktiva, an accounting system. It checks transactions for missing receipts or supplier invoices and searches configured file sources for matching documents.

In plain words
What is it for?
Use it to audit missing attachments, match PDFs by amount, date, and supplier, stage files for upload, or attach them to eligible unpaid transactions.
Why use it?
It helps keep the original paperwork attached to accounting entries and shows which documents still cannot be found.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it to audit missing attachments, match PDFs by amount, date, and supplier, stage files for upload, or attach them to eligible unpaid transactions.

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

Any agent
npx skills add Elnora-AI/elnora-merit-aktiva --skill merit-documents
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-documents

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/elnora-ai/elnora-merit-aktiva/merit-documents"><img src="https://agentmods.dev/badge/skills/elnora-ai/elnora-merit-aktiva/merit-documents.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 172 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 933 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 73
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 73
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
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.00172 $0.00933
Opus 5 $0.00086 $0.00466
Sonnet 5 $0.00034 $0.00187
Haiku 4.5 $0.00017 $0.00093

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

Security

Grade A, and why

merit-documents 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.

skills/merit-documents/SKILL.md · 79 lines

How it starts

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

Merit document sync

Every transaction needs its original receipt/invoice for accounting. This skill finds the ones that don't have it, tries to locate the file, and flags the rest.

Full design + config: docs/document-sync.md.

Audit (read-only)

List invoices with no attached document. Purchases by default (an expense with no receipt is the real gap); --sales also checks issued invoices.

elnora-merit documents list-missing --from 2026-01-01 --to 2026-07-31
elnora-merit documents list-missing --sales

Output: { count, missing: [{ kind, id, billNo, partyName, docDate, grossTotal, currency, paid }] }. The signal is Merit's own FileExists flag on each invoice header.

Find + resolve

elnora-merit documents run                 # audit → search → match → digest (READ-ONLY)
elnora-merit documents run --apply         # also stage matched PDFs for a UI upload
elnora-merit documents run --apply --rebook        # attach in place (delete+recreate; unpaid)
elnora-merit documents run --apply --rebook --force  # also paid (drops payment link — re-book it)

Matching scores each candidate PDF on amount (0.5) + date (0.3) + party name (0.2); ≥0.9 auto-resolves, 0.6–0.9 is reported to confirm by hand.

Attach limit: Merit's API only accepts a file at invoice creation time — there is no attach-to-existing endpoint. So run --apply defaults to staging (copy the PDF to a folder, named by invoice, for a 2-second drag into the Merit UI). --rebook delete+recreates instead; avoid it on paid invoices unless you will re-book the payment. Best practice: attach the receipt in the same purchase-invoices create call for new bills.

Sources (local + Gmail/Drive/anything)

Configure in ~/.config/elnora-merit/docsync.json (see docsync.example.json):

  • { "type": "dir", "path": "~/Downloads" } — scan a local folder for PDFs and image receipts (.jpg/.png/.heic/.webp/…).
  • { "type": "command", "command": "…" } — run your own fetcher for Gmail/Drive/scanner; it writes files locally and prints one JSON line per candidate ({"path":"…","amounts":[…],"dates":[…],"text":"…"}). No provider SDK or secret lives in this package.

Read the full file on GitHub · 79 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. 12d ago First seen · 79 lines · 172 tokens per session scan A 3d9cfd402b86

Subscribe to this mod's changes

merit-documents is a skill published in the GitHub repository Elnora-AI/elnora-merit-aktiva (8 stars, last pushed 5d ago), licensed Apache-2.0. It adds 172 tokens to every session and 933 once invoked, about $0.0009 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

officecli-financial-model

Use this skill when the user wants to build a financial model — 3-statement model, DCF valuation, LBO, SaaS unit economics, sensitivity / scenario analysis, debt schedule, or fundraising projections — in Excel. Trigger on: 'financial model', '3-statement model', 'P&L + BS + CF', 'DCF', 'WACC', 'NPV', 'terminal value'…

iOfficeAI/OfficeCLI · 222 tokens

recipe-create-expense-tracker

Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries.

googleworkspace/cli · 22 tokens

Invoice Organizer

Organize, categorize, and track invoices and receipts.

CraftOS-dev/CraftBot · 13 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens

reading-deduction-cert

An image-reading workflow for extracting structured information from Japanese insurance and social-insurance deduction certificates. It can read image files and PDFs, including scanned PDFs.

kazukinagata/shinkoku · 63 tokens

capitoltrades-cli

Queries US congressional stock trades (STOCK Act disclosures) on capitoltrades.com via the cli-web-capitoltrades command-line tool — trades with rich filters, politician profiles and leaderboards, issuer lookup with price history, plus insight articles, buzz, and press. Use when the user asks about congress trades…

ItamarZand88/CLI-Anything-WEB · 111 tokens