Routes Merit Aktiva accounting tasks to CLI commands and agents for invoices, payments, reports, and VAT management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/merit-aktiva-workspace:merit-aktiva-workspaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Router for Merit Aktiva accounting work. Wraps the `elnora-merit` CLI (full API coverage:
Router for Merit Aktiva accounting work. Wraps the elnora-merit CLI (full API coverage:
105 commands across 22 resource groups). Dispatch to a slash command or agent rather than
hand-running multi-step flows inline.
Load the how-to skill for the procedure first, then run the CLI (or hand a multi-step flow to the agent). Skills carry the correct Merit method; the CLI is the mechanism.
| Intent | Action |
|---|---|
| Create / find / credit / send a sales invoice, prepayment invoice, customer | Skill: merit-sales-invoices |
| Enter a purchase invoice / vendor bill, expense claim, purchase credit note | Skill: merit-purchase-invoices |
| Record a payment, reconcile the bank statement, settlement, prepayment, transfer | Skill: merit-payments-bank |
| VAT / KMD — tax codes, what feeds a KMD line, VAT reconciliation | Skill: merit-vat-kmd |
| Pull a report — P&L, balance sheet, sales/purchase, customer debts | Skill: merit-reports |
| Reverse-charge VAT on an EU / foreign supplier invoice | Skill: merit-reverse-charge |
| How Stripe must be set up / recorded (clearing method, fees, VAT) | Skill: merit-stripe |
| Preview / status of Stripe→Merit payout reconciliation | Slash command: /merit-reconcile |
| Book Stripe payouts into Merit (writes) | Agent: merit-bookkeeper |
| Multi-step record/pay/reconcile needing payload-building + confirmation | Agent: merit-bookkeeper; sales invoice from a description: merit-invoice-creator |
| Payroll (employees, salaries, absences, payslips) — a different product | Skill: merit-palk-workspace |
| Anything else (one-off CLI call) | Run elnora-merit <group> <verb> directly |
Quick-lookup slash commands /merit-invoices, /merit-customers, /merit-reports still
work and dispatch to these skills.
The how-to skills are generic — Merit's correct method, no account numbers. Real account codes, bank ids, VAT cadence, and local conventions belong in a company books reference kept in your own private workspace (not in this public repo). When one is available, load it alongside the skill before posting so the agent uses the right accounts.
/plugin marketplace add Elnora-AI/elnora-merit-aktiva then /plugin install merit-aktiva-workspace@elnora-merit-aktivanpm install -g @elnora-ai/merit-aktiva~/.config/elnora-merit/.env (mode 0600), or set MERIT_API_ID / MERIT_API_KEY in the environment. Requires a Pro/Premium Merit license.elnora-merit accounts list (read-only).elnora-merit <group> <verb> [flags] — JSON to stdout by default. Resource groups:
sales-invoices, sales-offers, recurring-invoices, purchase-invoices, inventory,
payments, gl, fixed-assets, taxes, customers, vendors, accounts, projects,
cost-centers, dimensions, departments, prices, units, banks, financial-years,
items, reports.
--output json|table|csv, --pretty, --fields a,b.--data '<json>' or --file <path>; run the command's
--help for its schema.delete commands require --yes — never pass it unless the user asked to delete that record.--help (it carries the documented schema).customers list — Merit returns a server error; always filter.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub elnora-ai/elnora-merit-aktiva --plugin merit-aktiva-workspace