merit-aktiva-workspace
Merit Aktiva accounting — routes work to the elnora-merit CLI, slash commands, and agents. Use when: looking up or creating invoices, recording payments,…
Merit Palk payroll — routes work to the elnora-merit CLI's `palk` command group and the topic how-to skills. Use when: onboarding an employee, running payroll (salaries, withholdings, absences), reading the salary/hours or GL report, checking vacation obligation, or any Merit
$ npx -y skills add Elnora-AI/elnora-merit-aktiva --skill merit-palk-workspace --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/merit-palk-workspaceContext preview
The summary Claude sees to decide when to auto-load this skill.
Merit Palk payroll — routes work to the elnora-merit CLI's `palk` command group and the topic how-to skills. Use when: onboarding an employee, running payroll (salaries, withholdings, absences), reading the salary/hours or GL report, checking vacation obligation, or any Merit
name: merit-palk-workspace version: 1.0.0 description: > Merit Palk payroll — routes work to the elnora-merit CLI's `palk` command group and the topic how-to skills. Use when: onboarding an employee, running payroll (salaries, withholdings, absences), reading the salary/hours or GL report, checking vacation obligation, or any Merit Palk payroll task. Merit Palk is a SEPARATE product from Aktiva accounting — own credentials, own host, own PRO license. TRIGGERS: "merit palk", "palk", "payroll", "salary", "wage", "withholding", "absence", "vacation", "annual leave", "sick leave", "employee contract", "base salary agreement", "onboard employee", "add employee", "payslip", "social tax", "salary report", "vacation balance", "töötasu", "puhkus", "töövõimetus", "tööleping".
Router for Merit **Palk** (payroll) work via the `elnora-merit palk …` CLI. Palk is a distinct Merit product from Aktiva accounting: different host (`palk.merit.ee`), its own API credentials, and a v1-only API. Load the **topic skill** for the procedure first — it carries the correct payroll method and the exact payload schema — then run the CLI.
| Intent | Skill | |---|---| | Onboard a new employee (+ first contract + first base salary), add contacts, update a base salary agreement | `merit-palk-employees` | | Run payroll: enter salaries & withholdings, record absences / leave / sick days | `merit-palk-payroll` | | Read the employee list, base-salary agreements, salary & hours report, GL batch (to post into accounting), vacation obligation balance | `merit-palk-reports` | | Per-employee setup: basic exemption (tax-free) usage, vacation liability rate, reduced work capacity; create dimensions (department / cost centre / project) | `merit-palk-settings` | | One-off CLI call | `elnora-merit palk <group> <verb>` directly |
These skills are generic — the correct Merit Palk method, with **no** company account codes, employee data, or import IDs baked in. Real salary/withholding import IDs, GL account codes, department/cost-centre/project codes, and employee identifiers belong in a **company books reference** kept in your references dir (`MERIT_REFERENCES_DIR`, default `~/.config/elnora-merit`), not in this public repo. When one is available, load it alongside the topic skill before building a payload so the right codes are used.
Note: `elnora-merit profile sync` snapshots **Aktiva** reference data only (accounts, banks, VAT, financial years) into `company-profile.json`. Palk import IDs are not included — keep those in your prose books reference.
1. **There is no delete or update via the API.** Every correction is made **manually in the Merit Palk UI**. A wrong POST cannot be rolled back through the API — so confirm each payload with the user before sending, and prefer a test company first. 2. **One record per call.** Each `send*` endpoint posts a single flat JSON object (e.g. one salary row, one absence). To enter many, loop — there is no batch array and no transaction, so a partial run leaves partial data that can only be fixed in the UI. 3. **Import codes must already exist in Merit Palk and be numeric.** `Typecode` / `SalaryTypeImpCode` (and a custom `ContractId`) are numbers (≤13 digits, no letters/symbols) that you first set on the matching card in Merit Palk (Payroll → Salary types → "Import ID", etc.). `ContractCode` / `ContractId` also accept the employee's **Personal ID code** — the simplest key when you haven't assigned custom contract codes. 4. **`Typecode` sign picks the table:** positive = a Salary type import ID; negative = a Withholding type import ID. Absence `Typecode`s are a fixed Merit-provided enum (you do not create them) — see `merit-palk-payroll`.
`elnora-merit palk <group> <verb> [flags]` — JSON to stdout by default. Read commands take typed flags; write commands (`create` / `add` / `set`) take the documented JSON body via `--data '<json>'` or `--file <path>`. Run any command's `--help` for its field summary. Global flags: `--output json|table|csv`, `--pretty`, `--fields a,b`. Lists return at most 100 rows.
1. `/plugin marketplace add Elnora-AI/elnora-merit-aktiva` then `/plugin install merit-aktiva-workspace@elnora-merit-aktiva` 2. CLI on PATH: `npm install -g @elnora-ai/merit-aktiva` 3. Credentials: Merit Palk → Settings → API Settings → New API key. Set `MERIT_PALK_API_ID` and `MERIT_PALK_API_KEY` (separate from the Aktiva `MERIT_API_*` keys). Requires a Merit Palk **PRO** license — a test company with ≤2 employees gets PRO free. 4. Confirm (read-only): `elnora-merit palk employees list`.
employee's Personal ID code as `ContractCode` when unsure.
payload with the user before sending; prefer a test company (≤2 employees = free PRO) first.
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
Merit Aktiva accounting — routes work to the elnora-merit CLI, slash commands, and agents. Use when: looking up or creating invoices, recording payments,…
How to record Estonian foreign business trips (välislähetus) in Merit Aktiva correctly: tax-free daily allowance (välislähetuse päevaraha), the VAT treatment…
Look up Estonian companies in the Business Register (äriregister) using the two FREE live services via `elnora-merit ariregister`: invoicing requisites (legal…
Keep every Merit Aktiva transaction backed by its source document (receipt / supplier invoice). Audits Merit for invoices missing an attachment, searches…
How to pull an LHV bank statement straight into Merit Aktiva without touching a file export — LHV's own MCP server returns camt.053 XML, which is exactly what…
How to onboard employees and maintain contracts, contacts, and base salary agreements in Merit Palk via `elnora-merit palk`. Covers the…