merit-palk-employees

merit-palk-employees is a skill for Claude Code from Elnora-AI/elnora-merit-aktiva. It costs 159 tokens per session (1,960 once invoked), scanned A, original, Apache-2.0.

A guide for managing employees in Merit Palk, a payroll system. It covers employee records, contracts, contact details, and base-salary agreements.

In plain words
What is it for?
Onboarding employees, creating their first contract and salary agreement, adding contacts, changing pay, and reading employee or agreement lists.
Why use it?
It explains which payroll operation to use when adding an employee or changing an existing employee’s pay. It also points out which corrections must be made manually.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the merit-aktiva-workspace plugin — 18 skills, 5 commands, 3 agents, 1 MCP server shipped together

Good fit Onboarding employees, creating their first contract and salary agreement, adding contacts, changing pay, and reading employee or agreement lists.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elnora-ai/elnora-merit-aktiva/merit-palk-employees
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Elnora-AI/elnora-merit-aktiva --skill merit-palk-employees
Clone the repo
git clone --depth 1 https://github.com/Elnora-AI/elnora-merit-aktiva

Made for: Claude Code.

Or install merit-aktiva-workspace, the plugin that ships this one along with the rest of its 18 skills, 5 commands, 3 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for merit-palk-employees

README.md
[![agentmods](https://agentmods.dev/badge/skills/elnora-ai/elnora-merit-aktiva/merit-palk-employees/github.svg)](https://agentmods.dev/skills/elnora-ai/elnora-merit-aktiva/merit-palk-employees)
Your own site
<a href="https://agentmods.dev/skills/elnora-ai/elnora-merit-aktiva/merit-palk-employees"><img src="https://agentmods.dev/badge/skills/elnora-ai/elnora-merit-aktiva/merit-palk-employees/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for merit-palk-employees

Your own site · 80×15
<a href="https://agentmods.dev/skills/elnora-ai/elnora-merit-aktiva/merit-palk-employees"><img src="https://agentmods.dev/badge/skills/elnora-ai/elnora-merit-aktiva/merit-palk-employees.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 159 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,960 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00159 $0.01960
Opus 5 $0.00079 $0.00980
Sonnet 5 $0.00032 $0.00392
Haiku 4.5 $0.00016 $0.00196

Measured 12d ago against content hash eb511d048616, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

merit-palk-employees scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/merit-palk-employees/SKILL.md · 143 lines

How it starts

The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Merit Palk — Employees, Contracts & Agreements

Endpoints: palk employees create (sendemployees), palk base-salary create (sendpayterms), palk contacts add (sendcontacts), palk employees list (getemployees), palk base-salary list (getpayterms). All POST. No API delete/update — corrections are manual in Merit Palk.

If your workspace keeps a company books reference (the GL account, department/cost-centre codes, salary-type import IDs actually configured in Merit Palk), load it from the references dir (MERIT_REFERENCES_DIR) before building a payload. Note: profile sync covers Aktiva reference data only — Palk import IDs are not in company-profile.json.

sendemployees vs sendpayterms — pick the right one

  • New person joiningpalk employees create (sendemployees). Adds the employee, their first contract, AND their first base salary agreement in one call.
  • Changing pay for someone already in Meritpalk base-salary create (sendpayterms). Adds a NEW base salary agreement (new StartDate) to an existing contract.
  • You cannot use sendpayterms to add the first agreement at the contract's start date — that one is auto-created with the contract. Two agreements can never share the same StartDate.

Add a new employee (sendemployees)

Required (*): PersonalCode, SurName, FirstName, TypeId, StartDate, SalaryTypeImpCode. SalaryTypeImpCode must already exist on the Base Salary type card in Merit Palk (numeric).

elnora-merit palk employees create --data '{
  "PersonalCode": "39001011234",
  "FirstName": "Mari", "SurName": "Maasikas",
  "TypeId": 1,
  "StartDate": "2026-07-01",
  "SalaryTypeImpCode": 100,
  "Hours": 8.00, "Amount": 12.0000,
  "AutoTimeKeeping": true, "FullWorkingTime": true,
  "GLAccountCode": "5000", "DepartmentCode": "ADMIN"
}'
  • TypeId: 1 Employment contract · 2 Board member · 3 Other · 5 Contract of services · 4 No contract.
  • Hours = hours/day (8.00 full-time, 4.00 half). Amount = base salary tariff (the rate; e.g. the hourly amount for hourly pay, or the monthly amount for monthly pay).
  • AutoTimeKeeping: true lets Merit auto-reduce hours for absences. Set false if you import or hand-enter hours each month.
  • GLAccountCode / DepartmentCode / CCCode / ProjectCode are optional but recommended; each must already exist in Merit Palk or it is ignored. (Posted-register fields: NRStartDate, NREndDate, NRState ISO2, NRHasCert — for the TÖR employment registration.)

Read the full file on GitHub · 143 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 143 lines · 159 tokens per session scan A eb511d048616

Subscribe to this mod's changes

merit-palk-employees is a skill published in the GitHub repository Elnora-AI/elnora-merit-aktiva (8 stars, last pushed 5d ago), licensed Apache-2.0. It adds 159 tokens to every session and 1,960 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

capitoltrades-cli

Queries US congressional stock trades (STOCK Act disclosures) on capitoltrades.com via the cli-web-capitoltrades command-line tool — trades with rich filters, politician profiles and leaderboards, issuer lookup with price history, plus insight articles, buzz, and press. Use when the user asks about congress trades…

ItamarZand88/CLI-Anything-WEB · 111 tokens

watch

Watch live IDX turnover and order books for unusual activity — value surges, auto-reject approach, one-sided depth, walls appearing or withdrawn, quiet stocks waking up, UMA flags — plus delayed print-by-print attribution and end-of-day broker context. Use when the user runs /watch, or asks what is trading right now…

INo-xious/stockbit-mcp · 88 tokens

stockbit-status

Check whether the Stockbit session is still valid — main session expiry, whether trading credentials are stored, and the current trading mode. Use when the user asks "am I still logged in to Stockbit", "has my session expired", "is trading on", or when a stockbit MCP tool starts failing with an auth error.

INo-xious/stockbit-mcp · 70 tokens

stockbit-auth

Log in to Stockbit and capture the session for this server — opens the browser login flow and verifies the token was stored. Use when the user asks to log in or re-authenticate to Stockbit, or after a status check reports the session expired, HTTP 401, or logged out.

INo-xious/stockbit-mcp · 63 tokens

trade-with-guardrails

Place an order through the user's own Stockbit account safely — check the mode, size the position from a risk budget, preview, read the summary back to the human, and only then write. Use when the user asks to buy, sell, amend or cancel an order, or to size a trade.

INo-xious/stockbit-mcp · 67 tokens

bandar-check

Answer "who is accumulating this stock?" for an IDX ticker using Stockbit broker-flow data. Use when the user asks about bandar, big money, accumulation, distribution, foreign flow, asing, or who is on the other side of the tape.

INo-xious/stockbit-mcp · 54 tokens