/merit-profile
Sync or show the company profile — this account's real chart of accounts, banks, VAT codes, and financial years
> /plugin marketplace add Elnora-AI/elnora-merit-aktiva > /plugin install merit-aktiva-workspace@elnora-merit-aktiva
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/merit-profile
Context preview
What this command does when you run it.
Sync or show the company profile — this account's real chart of accounts, banks, VAT codes, and financial years
Command definition
merit-profile.mdname: merit-profile
description: Sync or show the company profile — this account's real chart of accounts, banks, VAT codes, and financial years
argument-hint: "[sync | show | show taxes|accounts|banks|years]"
allowed-tools: Bash, Read
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.
Read more
name: merit-profile description: Sync or show the company profile — this account's real chart of accounts, banks, VAT codes, and financial years argument-hint: "[sync | show | show taxes|accounts|banks|years]" allowed-tools: Bash, Read
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.
Do your Merit Aktiva accounting from the command line — or let Claude Code do it for you. Merit Aktiva is Estonia's cloud accounting platform.
Repo: Elnora-AI/elnora-merit-aktiva
Other commands on merit-aktiva-workspace.
merit-reconcile
Preview or check the status of Stripe → Merit payout reconciliation (read-only)
merit-reports
Pull Merit Aktiva financial reports (P&L, balance sheet, debts, sales/purchase)

