AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Charitable Giving

skill-openaccountant-skills-charitable-giving · by openaccountant

>

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add skill-openaccountant-skills-charitable-giving

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-openaccountant-skills-charitable-giving)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Charitable Giving? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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

  1. Run transaction_search with query: "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" and months: 12 to find all charitable transactions in the past year.
  2. Also run transaction_search with query: "foundation OR ministry OR habitat OR food bank OR humane society" and months: 12 to catch additional charitable organizations.
  3. Combine and deduplicate results. Group by recipient organization.
  4. For each organization, calculate total donated in the period.
  5. 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
  1. 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 ``

  1. 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.
  1. If donations exceed $250 to a single org, note that the user needs a written acknowledgment letter from that organization for IRS records.
  2. List donations under $250 that only need a bank/credit card statement as proof.

Without Wilson

  1. Search your bank and credit card statements for the past calendar year. Most banks let you search by keyword — try "donation," "church," the names of organizations you support.
  2. Check your email for donation receipts — search for "donation receipt," "thank you for your gift," "tax receipt," or "contribution."
  3. In a spreadsheet, create columns: Date, Organization, Amount, Payment Method, Receipt on File (Y/N).
  4. Total the Amount column: =SUM(C2:C50).
  5. For tax deduction estimation:
  • Check if you will itemize: add up mortgage interest (Form 1098), state/local taxes (up to $10,000), medical expenses (over 7.5% of AGI), and charitable giving. If the total exceeds the standard deduction ($14,600 single / $29,200 MFJ for 2025), you benefit from itemizing.
  • If itemizing, multiply total deductible giving by your marginal tax rate for estimated savings.
  1. Verify 501(c)(3) status: search the IRS Tax Exempt Organization Search at apps.irs.gov/app/eos/ to confirm an organization qualifies.
  2. For donations over $250: make sure you have a written letter from the org stating the amount, date, and that no goods/services were received in exchange (or describing what was received).
  3. If you donated property (clothes, furniture, vehicles), you need a fair market value estimate. Salvation Army and Goodwill publish valuation guides on their websites.

Important Notes

  • This skill provides estimates only. It is NOT tax advice. Consult a tax professional or CPA for your specific situation.
  • The standard deduction increases annually. Many taxpayers do not benefit from itemizing, which means charitable donations do not directly reduce their tax bill (though some years include an above-the-line deduction for cash donations — check current tax law).
  • Cash donations are deductible up to 60% of AGI. Non-cash donations have lower limits (30% or 50% depending on type).
  • Keep all receipts. For cash/check donations under $250, a bank statement or cancelled check is sufficient. For $250+, you must have a contemporaneous written acknowledgment from the organization.
  • Donations to individuals, GoFundMe campaigns for personal causes, and political organizations are never tax-deductible, even if they feel charitable.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.