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.
npx skills add michielinksee/bantou --skill monthly-closergit clone --depth 1 https://github.com/michielinksee/bantouWrote 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/michielinksee/bantou/monthly-closer)<a href="https://agentmods.dev/skills/michielinksee/bantou/monthly-closer"><img src="https://agentmods.dev/badge/skills/michielinksee/bantou/monthly-closer/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.
<a href="https://agentmods.dev/skills/michielinksee/bantou/monthly-closer"><img src="https://agentmods.dev/badge/skills/michielinksee/bantou/monthly-closer.svg" alt="Reviewed on agentmods" width="80" 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.00025 | $0.00523 |
| Opus 5 | $0.00013 | $0.00262 |
| Sonnet 5 | $0.00005 | $0.00105 |
| Haiku 4.5 | $0.00003 | $0.00052 |
Grade A, and why
monthly-closer 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 11d 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.
What it actually says
Monthly Closer
Generate structured monthly closing reports for client companies. Produces a Markdown summary with transaction statistics, category breakdowns, and anomaly detection.
When to use
Invoke this skill when:
- End of month arrives and the tax accountant needs a closing summary
- A client requests a monthly financial overview
- The firm needs to review classification quality for the period
Report structure
The generate_monthly_report tool produces a report with these sections:
1. Summary header
- Company name, reporting period (year/month)
- Generation timestamp
- Data source (freee / Yayoi / MF / imported CSV)
2. Transaction statistics
- Total transaction count
- Total expenditure (支出合計)
- Total revenue (収入合計)
- Classification breakdown: auto-classified vs. manually reviewed
- Memory hit rate for the period
3. Category breakdown (勘定科目別集計)
Table showing each category with:
| 勘定科目 | 件数 | 金額 | 構成比 |
|---|---|---|---|
| 旅費交通費 | 45 | ¥234,500 | 18.2% |
| 会議費 | 32 | ¥128,000 | 9.9% |
| ... | ... | ... | ... |
4. Month-over-month anomaly detection
Compares each category against the previous month. Flags any category where the amount changed by plus or minus 50% or more.
Example flags:
- "広告宣伝費: ¥580,000 (前月比 +210%) — 要確認"
- "外注費: ¥45,000 (前月比 -65%) — 要確認"
Anomalies are not errors — they are prompts for the tax accountant to verify that large swings are expected.
5. Classification quality metrics
- Stage 0 exclusion count
- Stage 1 keyword/memory hit count
- Stage 2 AI classification count
- Items requiring manual review (low confidence)
Output format
Reports are generated as Markdown by default. The output can be:
- Displayed directly in the terminal
- Saved to a file for archival
- Shared with clients via email or converted to PDF
MCP tools used
generate_monthly_report— produce the full monthly summary
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.
- 11d ago First seen · 77 lines · 25 tokens per session scan A 0a687de2acda
monthly-closer is a skill published in the GitHub repository michielinksee/bantou (2 stars, last pushed 20d ago), licensed MIT. It adds 25 tokens to every session and 523 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.
Other skills, from other repositories
bank-reconciliation
Match book entries against bank or credit card statements to find discrepancies, missing transactions, and duplicates. Uses exact, near, and batch matching with balance verification. Trigger on "reconcile bank statement", "match transactions", "bank balance doesn't match", "close the books".
monthly-close
Repeatable month-end close checklist for small businesses — lock the period, process outstanding receipts, categorize remaining items, reconcile all accounts, review large transactions, check contractor 1099 thresholds, generate monthly P&L summary. Trigger on "close the month", "month-end close", "monthly…
depreciation-assets
Determine whether to expense or depreciate business assets using the de minimis safe harbor ($2,500), Section 179 ($1,220,000 limit), bonus depreciation (phase-out 2024–2027), or MACRS schedules. Track asset basis, useful life, and accumulated depreciation. Trigger on "depreciate", "Section 179", "bonus depreciation"…
estimated-taxes
Calculate and schedule quarterly estimated tax payments (Form 1040-ES) for self-employed individuals. Covers self-employment tax calculation (15.3%), income tax estimation, safe harbor rules (100%/110% of prior year), payment deadlines, and underpayment penalties. Trigger on "estimated taxes", "quarterly taxes"…
meals-deduction
Rules for deducting business meals at 50%, required documentation (who, what, where, why), entertainment at 0% since TCJA 2018, on-premises meals going to 0% in 2026, and common mistakes. Trigger on "deduct a meal", "business lunch", "client dinner deductible", "meals deduction", "entertainment deduction", "can I…
tax-prep
Organize financial records into tax-ready reports — P&L mapped to Schedule C lines, quarterly breakdowns, 1099 contractor summary, and flagged items requiring special treatment. Does not file taxes or give tax advice. Coordinates with specialized skills for meals, depreciation, home office, vehicle, and 1099 details.…