.claude/skills/group-expense-settlerRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Split group expenses fairly (equal or weighted shares) and compute the minimum number of money transfers to settle up. Reads a simple ledger of who paid for what, handles non-even splits, weights, and shared vs personal items, then produces an optimal settlement plan (who pays whom, how much) plus a fairness audit. Use when settling trip costs with friends, splitting rent and utilities among roommates, or running any shared-expense pool without a dedicated app.
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/group-expense-settlerRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/group-expense-settlerRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/group-expense-settlerRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @voronindenis5/group-expense-settlerclawhub inspect @voronindenis5/group-expense-settler --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:0a888c1705892f842165e68a7d6555a3936652c410c80974b2e03ee2174eec3dLICENSEREADME.mdreferences/settlement-theory.mdscripts/settle_up.pyscripts/test_settle_up.pyskill-card.mdSKILL.md- Initial release of Group Expense Settler. - Splits group expenses fairly with support for equal or weighted shares, including non-even splits and shared vs personal items. - Computes the minimum number of money transfers (min-cash-flow algorithm) to settle all debts. - Provides a fairness audit: see what each person paid, their fair share, and their net position. - Supports ledger input (payer, amount, participants), weighted splits, JSON export, and audit-friendly output. - Suitable for trips, roommates, clubs, and other shared expense scenarios without dedicated apps.