merit-profile

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

A command for syncing or viewing a company profile in Merit Aktiva. The profile is a local copy of the company’s accounts, banks, VAT codes, and financial years.

In plain words
What is it for?
Refreshing the local reference data and viewing the chart of accounts, bank details, VAT codes, or financial years before posting accounting entries.
Why use it?
It gives accounting tasks the correct company-specific codes instead of relying on guesses or manually copied values.

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 Refreshing the local reference data and viewing the chart of accounts, bank details, VAT codes, or financial years before posting accounting entries.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/elnora-ai/elnora-merit-aktiva/merit-profile"><img src="https://agentmods.dev/badge/commands/elnora-ai/elnora-merit-aktiva/merit-profile.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 455 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.00027 $0.00455
Opus 5 $0.00014 $0.00228
Sonnet 5 $0.00005 $0.00091
Haiku 4.5 $0.00003 $0.00046

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

Security

Grade A, and why

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

commands/merit-profile.md · 49 lines

What it actually says

Merit Company Profile

Manage the company profile for: {{args}}

The profile is a local snapshot of this Merit account's own reference data (chart of accounts, banks, VAT TaxId guids, financial years), pulled live from the account. It is the machine-readable half of a company books reference — load it before posting so an agent uses the right codes instead of guessing or hand-transcribing.

It lives at company-profile.json in the references directory (MERIT_REFERENCES_DIR, default ~/.config/elnora-merit). It holds no secrets but is company-specific, so it is gitignored and never committed.

Run

# Pull accounts/banks/VAT/years from the live account → company-profile.json:
elnora-merit profile sync

# Re-pull after the chart of accounts changes (overwrites):
elnora-merit profile sync --force

# Read it back (whole profile, or one section):
elnora-merit profile show
elnora-merit profile show --section taxes      # VAT TaxId guids + rates
elnora-merit profile show --section accounts   # chart of accounts (code, name, guid)
elnora-merit profile show --section banks       # bank ids + account codes
elnora-merit profile show --section years        # financial years

Present

For sync, confirm what was written: the path and the counts per section. For show, render the requested section as a compact table (e.g. for taxes: code, name, rate, guid).

Notes

  • Requires Merit credentials (MERIT_API_ID / MERIT_API_KEY) and a Pro/Premium license, same as any read command.
  • sync refuses to overwrite an existing profile without --force.
  • Aktiva reference data only — Merit Palk import IDs are not included.
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 · 49 lines · 27 tokens per session scan A 946bc5234c10

Subscribe to this mod's changes

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