Skip to content
Automation
Command

/merit-customers

Find or create a Merit Aktiva customer (or vendor)

From plugin
merit-aktiva-workspace
85 skills3 agents5 commands1 MCP
Install
> /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-customers

Context preview

What this command does when you run it.

Find or create a Merit Aktiva customer (or vendor)

Command definition

merit-customers.md
name: merit-customers
description: Find or create a Merit Aktiva customer (or vendor)
argument-hint: "<name / reg no / details>"
allowed-tools: Bash, Read

Merit Customers

Find or create a Merit Aktiva customer/vendor for: **{{args}}**

Find

`customers list` MUST be filtered (an unfiltered query returns a server error):

elnora-merit customers list --name "<name>"
elnora-merit customers list --reg-no "<regno>"
elnora-merit vendors list --name "<name>"

Create

Body-driven. Required: `Name` (unique), `CountryCode`, `NotTDCustomer` (lowercase `"true"`/`"false"`). Check the schema first:

elnora-merit customers create --help
elnora-merit customers create --data '{"Name":"Acme OÜ","CountryCode":"EE","NotTDCustomer":"false","RegNo":"12345678","Email":"billing@acme.ee"}'

For vendors use `elnora-merit vendors create`.

Present

After a lookup, show the matching customer(s) with Id, name, reg no, and balance if present. After a create, confirm the returned `Id` and `Name`.

Don't

  • Don't create a duplicate — search by name/reg no first and confirm with the user if a close match exists.
  • Don't guess `NotTDCustomer`: `true` for physical persons and foreign companies, `false` for domestic tax-registered companies. Ask if unclear.
Ships withmerit-aktiva-workspace

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.

Get the whole plugin

Other commands on merit-aktiva-workspace.