child-support-calc

child-support-calc is a command for Claude Code from llamadrive/bengo-toolkit. It costs 27 tokens per session (464 once invoked), scanned A, original, MIT.

A calculator for Japanese child support and marital living costs, using the revised standard calculation method published in 2019. Child support is money paid for a child after divorce; marital living costs are shared living expenses while spouses live apart.

In plain words
What is it for?
Estimating monthly child support or monthly living costs using the parents’ incomes, children’s ages, and the relevant household details.
Why use it?
It turns parents’ income and family details into a consistent reference amount instead of requiring manual calculations.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is Read, Glob, Bash(python3 skills/child-support-calc/calc.py:*), Bash(python3 skills/child-support-calc/test_calc.py:*), Bash(python3 skills/_lib/workspace.py:*),.

Part of the bengo-toolkit plugin — 15 skills, 25 commands, 3 MCP servers shipped together

Good fit Estimating monthly child support or monthly living costs using the parents’ incomes…

Compare 6 commands from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/llamadrive/bengo-toolkit
agentmods
npx agentmods add commands/llamadrive/bengo-toolkit/child-support-calc

Made for: Claude Code.

Or install bengo-toolkit, the plugin that ships this one along with the rest of its 15 skills, 25 commands, 3 MCP servers.

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 child-support-calc

README.md
[![agentmods](https://agentmods.dev/badge/commands/llamadrive/bengo-toolkit/child-support-calc.svg)](https://agentmods.dev/commands/llamadrive/bengo-toolkit/child-support-calc)
Your own site
<a href="https://agentmods.dev/commands/llamadrive/bengo-toolkit/child-support-calc"><img src="https://agentmods.dev/badge/commands/llamadrive/bengo-toolkit/child-support-calc.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 464 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.00027 $0.00464
Opus 5 $0.00014 $0.00232
Sonnet 5 $0.00005 $0.00093
Haiku 4.5 $0.00003 $0.00046

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

Security

Grade A, and why

child-support-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 6d 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.

commands/child-support-calc.md · 25 lines

What it actually says

離婚後の養育費(民法 766条・877条)、または別居中の婚姻費用(民法 760条)を、令和元年 12 月改定の標準算定方式に基づいて計算する。東京家裁・大阪家裁公開の算定表と原理的に一致する式を用い、決定論的な目安額を提示する。

計算項目

  • 養育費: 子の扶養費。離婚後の監護親が他方に請求
  • 婚姻費用: 夫婦間の生活費分担。別居中に収入の低い側が請求

計算方式

  1. 基礎収入 = 年収 × 基礎収入割合(給与所得者・自営業者で異なる)
  2. 生活費指数: 親 100 / 子 0-14 歳 62 / 15-19 歳 85
  3. 養育費月額 = (子の生活費 × 義務者基礎収入 / 両親基礎収入合計) / 12
  4. 婚姻費用月額 = (権利者世帯の生活費 - 権利者基礎収入) / 12

$ARGUMENTS: 対話で入力するか、JSON ファイルを指定する。

使い方

まず skills/child-support-calc/SKILL.md を Read ツールで読み込み、そこに記載された手順に従って実行する。

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. 6d ago First seen · 25 lines · 27 tokens per session scan A dfbd64076676

Subscribe to this mod's changes

child-support-calc is a command published in the GitHub repository llamadrive/bengo-toolkit (6 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 464 once invoked, about $0.0001 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.