Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/llamadrive/bengo-toolkitnpx agentmods add skills/llamadrive/bengo-toolkit/overtime-calcWrote 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.
[](https://agentmods.dev/skills/llamadrive/bengo-toolkit/overtime-calc)<a href="https://agentmods.dev/skills/llamadrive/bengo-toolkit/overtime-calc"><img src="https://agentmods.dev/badge/skills/llamadrive/bengo-toolkit/overtime-calc.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00075 | $0.02833 |
| Opus 5 | $0.00037 | $0.01417 |
| Sonnet 5 | $0.00015 | $0.00567 |
| Haiku 4.5 | $0.00007 | $0.00283 |
Grade A, and why
overtime-calc 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.
未払残業代計算(overtime-calc)
月別の労働時間記録から、労働基準法 37 条に基づく割増賃金の未払額を 粗計算(supported estimate) として決定論的に算出する。時効(3 年・改正前 2 年)内外を自動区別。
重要: 本計算は以下の事案ではそのまま適用できない。適用可否を弁護士が 判断すること(Step 3.5 の事前チェックで出力をブロックする設計):
- 固定残業代(みなし残業代)の有効性が争われる
- 管理監督者該当性(労基法 §41 二号)
- 裁量労働制・事業場外みなし労働時間制
- 変形労働時間制(1 ヶ月・1 年単位)
前提条件
- アクティブな matter が設定されていること
- 月額基本給(または年俸を 12 分割した額)が判明していること
- 月平均所定労働時間(または年間休日+日所定労働時間)が判明していること
- 月別の労働時間記録(出勤簿・タイムカード等)が入手できていること
割増率(労基法 37 条)
| 種別 | 割増率 |
|---|---|
| 法定時間外(月 60h 以下) | 1.25 倍 |
| 法定時間外(月 60h 超) | 1.5 倍 |
| 深夜(22:00-05:00)所定内 | 1.25 倍(所定賃金が既払なら +0.25) |
| 法定時間外+深夜 | 1.5 倍 |
| 法定時間外+深夜(60h 超) | 1.75 倍 |
| 法定休日 | 1.35 倍 |
| 法定休日+深夜 | 1.6 倍 |
ワークフロー
Step 0: workspace の解決
機密スキル実行時、CWD(または親ディレクトリ)の .claude-bengo/ を walk-up で探す。見つからなければ CWD に silently 新規作成する。弁護士が事前に/matter-create のような登録を行う必要はない。
Step 1: 基礎賃金の聴取
| 項目 | 確認内容 |
|---|---|
| 月額基本給 | 円 |
| 月平均所定労働時間 | 直接入力、または 年間休日+日所定労働時間 から計算 |
月平均所定労働時間の算定:
月平均所定労働時間 = (365 - 年間休日数) × 1 日所定労働時間 ÷ 12
例: 年間休日 120 日、1 日 8 時間 → (245 × 8) / 12 = 163.33 時間/月
Step 2: 月別労働時間の聴取
月ごとに以下を整理:
| フィールド | 内容 |
|---|---|
| year_month | YYYY-MM 形式 |
| legal_overtime_h | 法定時間外(月 60h 以下の部分) |
| overtime_over_60_h | 法定時間外のうち月 60h 超の部分 |
| night_h | 所定内労働中の深夜(22:00-05:00)時間 |
| overtime_night_h | 法定時間外+深夜 |
| overtime_night_over_60_h | 60h 超時間外+深夜 |
| holiday_h | 法定休日労働 |
| holiday_night_h | 法定休日+深夜 |
各フィールドは 0 以上の数値(小数点可)。該当なしは 0 または省略。
Step 3: 時効設定の確認
| 項目 | 内容 |
|---|---|
| statute_years | 3(2020/04 以降発生)/ 2(改正前事案) |
| filing_date | 請求基準日(通常は今日) |
2020/04 改正後に発生した賃金から時効 3 年(労基法 115 条)。
Step 3.5: 対応範囲外チェック(v3.3.0〜 必須)
以下のいずれかに該当する場合、本 skill は計算出力をせず、弁護士の手計算・ 事件固有検討が必要である旨を案内する(出力ブロック):
以下のいずれかが当事案に該当するか?(1 つでも「はい」なら本 skill の適用を
見送るべき。適当に計算すると後工程で訂正コストが大きい):
(a) 労働者は管理監督者(労基法 §41 二号)として扱われている
(b) 裁量労働制(専門業務型・企画業務型)を採用している
(c) 事業場外みなし労働時間制(労基法 §38-2)を採用している
(d) 変形労働時間制(1 ヶ月/1 年単位、フレックス)を採用している
(e) 固定残業代(みなし残業代)制度があり、その有効性を争う必要がある
1 つでも該当する場合は出力を中止し、「本 skill は粗計算用であり、この事案では 適用を推奨しない。弁護士が事件固有要因を考慮した手計算を行うか、専門ツールの 利用を検討してほしい」と案内する。強行突破の抜け道は用意しない(ツールの 想定外利用を防ぐため)。
What ships with it
3 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.
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.
- 8d ago First seen · 228 lines · 75 tokens per session scan A 192a29e11eb2
overtime-calc is a skill published in the GitHub repository llamadrive/bengo-toolkit (6 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 2,833 once invoked, about $0.0004 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.
Other skills, from other repositories
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.
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.
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…
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.
subcontractor-payment-tracker
Track subcontractor payments, lien waivers, and compliance. Manage payment schedules and documentation.
tax-optimizer
Tax optimization strategies including tax-loss harvesting, wash sale rule navigation, asset location optimization, Roth conversion analysis, and charitable giving strategies.