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 openaccountant/skills --skill charitable-givinggit clone --depth 1 https://github.com/openaccountant/skillsWrote 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/openaccountant/skills/charitable-giving)<a href="https://agentmods.dev/skills/openaccountant/skills/charitable-giving"><img src="https://agentmods.dev/badge/skills/openaccountant/skills/charitable-giving/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/openaccountant/skills/charitable-giving"><img src="https://agentmods.dev/badge/skills/openaccountant/skills/charitable-giving.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.00015 | $0.01083 |
| Opus 5 | $0.00008 | $0.00541 |
| Sonnet 5 | $0.00003 | $0.00217 |
| Haiku 4.5 | $0.00002 | $0.00108 |
Grade A, and why
charitable-giving 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 9d 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 — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Charitable Giving Tracker
Overview
Finds all charitable donations in your transaction history, totals your annual giving, organizes donations by recipient, and estimates the potential tax deduction value. Helps you plan giving strategy and prepare for tax season.
Wilson Tools Used
transaction_search— find charitable donation transactions across all accounts
Workflow
-
Run
transaction_searchwithquery: "donation OR charity OR charitable OR church OR tithe OR nonprofit OR 501c3 OR United Way OR Red Cross OR Salvation Army OR GoFundMe OR donor OR giving"andmonths: 12to find all charitable transactions in the past year. -
Also run
transaction_searchwithquery: "foundation OR ministry OR habitat OR food bank OR humane society"andmonths: 12to catch additional charitable organizations. -
Combine and deduplicate results. Group by recipient organization.
-
For each organization, calculate total donated in the period.
-
Classify each donation as likely tax-deductible or not:
- Tax-deductible: donations to registered 501(c)(3) organizations
- NOT deductible: GoFundMe for individuals, political campaigns, gifts to individuals
-
Present the giving summary:
CHARITABLE GIVING SUMMARY (2025 Tax Year) ══════════════════════════════════════════════════ Organization Total Given Deductible? ──────────────────────── ────────── ────────── Local Church $2,400 Yes Habitat for Humanity $500 Yes Red Cross $250 Yes GoFundMe - J. Smith $100 No ══════════════════════════════════════════════════ Total Giving: $3,250 Tax-Deductible Giving: $3,150 Non-Deductible Giving: $100 -
Estimate tax deduction value:
- Only beneficial if the user itemizes deductions (total itemized > standard deduction: $14,600 single / $29,200 married filing jointly for 2025).
- If itemizing: estimated tax savings = deductible amount x marginal tax rate. Ask the user their approximate tax bracket (10%, 12%, 22%, 24%, 32%, 35%, 37%).
- Example: $3,150 in deductible giving x 22% bracket = ~$693 in tax savings.
-
If donations exceed $250 to a single org, note that the user needs a written acknowledgment letter from that organization for IRS records.
-
List donations under $250 that only need a bank/credit card statement as proof.
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.
- 9d ago First seen · 65 lines · 15 tokens per session scan A 8cad9ecbb769
charitable-giving is a skill published in the GitHub repository openaccountant/skills (67 stars, last pushed 5mo ago), licensed MIT. It adds 15 tokens to every session and 1,083 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-30.
Other skills, from other repositories
tax-calculator
Calculate tax implications of trades and generate tax reports.
jangbu-connect
A setup guide for connecting Korean tax, bank, card, and social-insurance data through CODEF, an external API service. It explains how users obtain their own CODEF credentials and store them locally.
jangbu-import
A data-import workflow for turning bank files, card records, spreadsheets, receipts, tax invoices, and statement PDFs into a standard set of 13 transaction fields. OCR, or optical character recognition, is used to read information from document images and PDFs.
jangbu-tax
A financial-reporting tool that summarizes categorized transactions into a profit-and-loss statement and a simplified balance sheet. A profit-and-loss statement covers income and expenses over a period; a balance sheet shows assets, liabilities, and equity at a date.
accountant-expert
Expert-level accounting, tax, financial reporting, and accounting systems. Use when the user mentions accounting, tax, financial reporting, GAAP, or IFRS, or when the task involves Accounting Principles, Financial Statements, Tax & Compliance, or Accounting Systems.
jaz-recipes
Use this skill when modeling complex multi-step accounting transactions — anything that spans multiple periods, involves changing amounts, or requires linked entries. Covers 16 IFRS-compliant recipes (prepaid amortization, deferred revenue, loans, IFRS 16 leases, hire purchase, fixed deposits, asset disposal, FX…