Routes Merit Aktiva accounting tasks to the elnora-merit CLI, slash commands, and agents. Covers invoices, payments, VAT, reports, Stripe reconciliation, and customer/vendor 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 |
| Snapshot / look up this company's real account, bank, and VAT codes | elnora-merit profile sync / profile show (see "Company-specific books") |
| 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. The real
codes come from two places, both in the references directory (MERIT_REFERENCES_DIR,
default ~/.config/elnora-merit):
company-profile.json — the machine-readable codes (chart of accounts, banks, VAT
TaxId guids, financial years), pulled from the live account with elnora-merit profile sync.
Read it directly, or elnora-merit profile show --section accounts|banks|taxes|years.Load whichever is available before posting so the right accounts are used. Run
profile sync once (and after the chart of accounts changes); if neither exists, look
codes up live (accounts list, taxes list) rather than guessing.
/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.Offers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
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