israeli-attendance-wage-checker

israeli-attendance-wage-checker is a skill for Claude Code from skills-il/accounting. It costs 210 tokens per session (6,812 once invoked), scanned A, original, MIT.

An information tool that checks an Israeli payslip and timesheet against stated wage rules. It turns clock-in and clock-out times into regular, overtime, and weekly-rest hours, then compares estimated amounts with what was paid.

In plain words
What is it for?
Use it to review payslips, calculate working-hour categories, check statutory pay components, and prepare questions or figures for professional advice.
Why use it?
It helps organise wage discrepancies and identify missing payslip details without doing the calculations by hand. Its results are estimates, not legal advice or a final decision about a dispute.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to review payslips, calculate working-hour categories, check statutory pay components, and prepare questions or figures for professional advice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skills-il/accounting/israeli-attendance-wage-checker
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 skills-il/accounting --skill israeli-attendance-wage-checker
Clone the repo
git clone --depth 1 https://github.com/skills-il/accounting

Made for: Claude Code.

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 israeli-attendance-wage-checker

README.md
[![agentmods](https://agentmods.dev/badge/skills/skills-il/accounting/israeli-attendance-wage-checker/github.svg)](https://agentmods.dev/skills/skills-il/accounting/israeli-attendance-wage-checker)
Your own site
<a href="https://agentmods.dev/skills/skills-il/accounting/israeli-attendance-wage-checker"><img src="https://agentmods.dev/badge/skills/skills-il/accounting/israeli-attendance-wage-checker/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 israeli-attendance-wage-checker

Your own site · 80×15
<a href="https://agentmods.dev/skills/skills-il/accounting/israeli-attendance-wage-checker"><img src="https://agentmods.dev/badge/skills/skills-il/accounting/israeli-attendance-wage-checker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 210 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,812 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.
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.00210 $0.06812
Opus 5 $0.00105 $0.03406
Sonnet 5 $0.00042 $0.01362
Haiku 4.5 $0.00021 $0.00681

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

Security

Grade A, and why

israeli-attendance-wage-checker 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/reconcile_hours.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

israeli-attendance-wage-checker/SKILL.md · 252 lines

How it starts

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

Israeli Payslip and Wage Checker

This is a free information tool operated by an AI model. It explains the law and computes an indicative figure from the hours you supply. All of its outputs are produced automatically by an AI model, with no involvement, review, or approval by an advocate. The output is not legal advice and not a legal opinion. It is a general explanation and an arithmetic estimate only: it does not read your employment contract, does not know which collective agreement or extension order applies to your workplace, does not check current case law, and does not examine your specific circumstances. An AI model may err, omit data, or present a wrong conclusion. Where a payslip is the only document, the tool checks only what appears on the face of it: it has not seen the hours ledger, does not know whether the employer can rebut the presumption, and does not decide whether the applicability exclusion applies to you.

The binding computation is the one your employer is obliged to make under the law and any applicable collective agreement, and a labour court decides any dispute about it. Any figure this tool produces is a draft for your personal preparation only, it is not a document prepared by an advocate, and it must not be relied on as evidence. This tool is not a substitute for advice that takes account of the particular circumstances and needs of each person, and before filing anything you should consult a licensed advocate. All use of the output is the user's sole responsibility.

Problem

An Israeli payslip shows a number of hours and a number of shekels, and almost nobody can tell whether the second follows from the first. The arithmetic is not intuitive: the premium tiers reset every day rather than accumulating over the month, so a worker can be owed overtime in a week where he worked exactly the standard hours. The statutory week and the week actually used in the economy are different figures, and quoting the wrong one moves every downstream number. Meal breaks come out of the count but some breaks stay in. And the most valuable rule of all is procedural rather than arithmetic: an employer who did not keep the hours ledger the law requires carries the burden of proving the employee did not work the disputed hours, up to a capped number of them. This skill works from whichever document the user actually holds. Given a timesheet it reconciles the hours; given only a payslip it audits the payslip on its own terms, because the components the law requires it to carry are the same ones the reconciliation would read, and their absence is itself a computable finding.

Read the full file on GitHub · 252 lines

Files

What ships with it

10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 252 lines · 210 tokens per session scan A 85791c76bfb7

Subscribe to this mod's changes

israeli-attendance-wage-checker is a skill published in the GitHub repository skills-il/accounting (10 stars, last pushed 3d ago), licensed MIT. It adds 210 tokens to every session and 6,812 once invoked, about $0.0011 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

expense-review-policy

Review invoices and contracts against accounts-payable policy before human approval.

openai/openai-cookbook · 17 tokens

kyc-doc-parse

Parse an investor or client onboarding packet into structured KYC fields — identity, ownership, control, source of funds, and document inventory. Use as the first step of KYC screening; output feeds the rules engine.

anthropics/financial-services · 49 tokens

audit-support

Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.

anthropics/knowledge-work-plugins · 45 tokens

fiscaliste

Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…

romainsimon/paperasse · 302 tokens

regulatory-analysis

Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to financial regulations.

open-gitagent/opengap · 59 tokens

subcontractor-payment-tracker

Track subcontractor payments, lien waivers, and compliance. Manage payment schedules and documentation.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 25 tokens