Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

ach-volume-estimator每个体积估计器

Agent Skill

ach-volume-estimator 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,011

周安装

123

GitHub Stars

公开资料未说明

下载量

964
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ach-volume-estimator(每个体积估计器)
来源仓库:https://github.com/daveglaser0823/ach-volume-estimator
安装命令:
openclaw skills install ach-volume-estimator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ach-volume-estimator

简介

ach-volume-estimator 用于估算 ACH 交易量,基于每日 KPI 邮件。

  • 适合在处理财务报告时预测月末交易量。
  • 通过 clawhub 安装,需结合来源仓库和 README 确认具体用法。
  • 安装前建议确认权限范围、维护状态及是否涉及财务数据访问。
  • 适用于金融运营和交易量分析任务。ach-volume-estimator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
ach-volume-estimator
description
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 projections, or when the daily ACH cron needs a monthly estimate. Extracts transactions and business days from email data, calculates per-BD rate, and projects monthly total using US Federal Reserve bank holiday calendar.

ACH Monthly Volume Estimator

Workflow

  1. Fetch the ACH KPI email:
   gog gmail messages search "subject:ACH KPIs" --account glaser.dave@gmail.com --max 1 --json
  1. Download the PDF attachment (contains all charts and data):
   # Get message details with attachment IDs
   gog gmail get <MESSAGE_ID> --account glaser.dave@gmail.com --json
   # Find the attachment named "ACH KPIs.pdf" (mimeType: application/pdf)
   # Download it:
   gog gmail attachment <MESSAGE_ID> <ATTACHMENT_ID> --account glaser.dave@gmail.com --out ~/clawd/work/ach-kpis-latest.pdf
  1. 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

  1. Run the estimator:
   python3 ~/clawd/skills/ach-volume-estimator/scripts/estimate.py \
     --transactions <MTD_TOTAL> --bds-elapsed <BDS_SO_FAR> [--month YYYY-MM]

Or if you already have per-BD rate:

   python3 ~/clawd/skills/ach-volume-estimator/scripts/estimate.py \
     --per-bd <RATE> [--month YYYY-MM]

Add --json for structured output.

  1. 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

  1. Generate the visual dashboard:
   ~/clawd/scripts/ach-dashboard-gen

This 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

  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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.49%
按下载量换算766

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills