Ach Volume Estimator
/install ach-volume-estimator
ACH Monthly Volume Estimator
Workflow
-
Fetch the ACH KPI email:
gog gmail messages search "subject:ACH KPIs" --account [email protected] --max 1 --json -
Download the PDF attachment (contains all charts and data):
# Get message details with attachment IDs gog gmail get \x3CMESSAGE_ID> --account [email protected] --json # Find the attachment named "ACH KPIs.pdf" (mimeType: application/pdf) # Download it: gog gmail attachment \x3CMESSAGE_ID> \x3CATTACHMENT_ID> --account [email protected] --out ~/clawd/work/ach-kpis-latest.pdf -
Extract data from the PDF. The PDF contains Tableau dashboard exports with:
- ACH Transactions chart: MoM bar chart with monthly totals, per-BD averages, 5/20/60-day comparisons
- Client Growth charts (10K and 5K thresholds)
- Top 60 Clients tables (60-day and 20-day comparisons)
Key numbers to extract:
- Current month transaction total (partial, from MoM bar chart)
- Business days elapsed (derive from date range in "Prev. 20 Days" row or count from month start to report date)
- YTD avg transactions per business day
- SPLY monthly total for comparison
-
Run the estimator:
python3 ~/clawd/skills/ach-volume-estimator/scripts/estimate.py \ --transactions \x3CMTD_TOTAL> --bds-elapsed \x3CBDS_SO_FAR> [--month YYYY-MM]Or if you already have per-BD rate:
python3 ~/clawd/skills/ach-volume-estimator/scripts/estimate.py \ --per-bd \x3CRATE> [--month YYYY-MM]Add
--jsonfor structured output. -
Compare to benchmarks:
- Jan 2026 actual: 6.12M (20 BDs, 305K/BD)
- Dec 2025 actual: 6.41M (22 BDs, 291K/BD)
- SPLY from the PDF MoM chart
-
Generate the visual dashboard:
~/clawd/scripts/ach-dashboard-genThis reads
~/clawd/work/ach-reports/latest-ach-data.json(or falls back to the latest markdown report) and writes~/clawd/work/ach-reports/dashboard.html. View at: http://192.168.1.60:3013/html/work/ach-reports/dashboard.html TV mode: http://192.168.1.60:3013/html/work/ach-reports/dashboard.html?tv=1 -
Deliver: Include estimate in the ACH KPI summary sent to Dave. Include the dashboard URL.
Output Format
One-liner: 2026-02 estimate: 5.81M txns | (19 BDs, 12 elapsed, 7 remaining) | 306,000/BD | (3,672,000 so far)
Business Day Calendar
Script uses US Federal Reserve bank holiday calendar (2025-2027 hardcoded). Excludes weekends and all Fed holidays (New Year's, MLK, Presidents' Day, Memorial Day, Juneteenth, Independence Day, Labor Day, Columbus Day, Veterans Day, Thanksgiving, Christmas).
Integration
Wire into the existing "Daily ACH KPIs summary to Dave" cron (9:30 AM ET weekdays). After extracting email data, run the estimator and append the monthly projection to Dave's summary.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ach-volume-estimator - After installation, invoke the skill by name or use
/ach-volume-estimator - Provide required inputs per the skill's parameter spec and get structured output
What is Ach Volume Estimator?
Estimate Dwolla's end-of-month ACH transaction volume from daily KPI emails. Use when processing ACH KPI emails, when Dave asks about monthly volume projecti... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Ach Volume Estimator?
Run "/install ach-volume-estimator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ach Volume Estimator free?
Yes, Ach Volume Estimator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ach Volume Estimator support?
Ach Volume Estimator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ach Volume Estimator?
It is built and maintained by Daveglaser0823 (@daveglaser0823); the current version is v1.0.0.