Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

invoice-automation发票自动化

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

8,557

周安装

353

GitHub Stars

公开资料未说明

下载量

2,796
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:invoice-automation(发票自动化)
来源仓库:https://github.com/samledger67-dotcom/invoice-automation
安装命令:
openclaw skills install invoice-automation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install invoice-automation

简介

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。

  • 适用于 PrecisionLedger 的 AR/AP 发票自动化,处理账龄分析和付款匹配。
  • 支持自动后续排序、收款优先级评分和付款状态跟踪。
  • 使用时需确认输入音频来源、输出格式和模型限制,涉及版权音乐时核对授权。
  • 安装命令为 openclaw skills install invoice-automation,建议确认权限范围和维护状态。

SKILL.md

name
invoice-automation
description
>
metadata
author
PrecisionLedger
version
1.0.0
tags

Invoice Automation Skill

Automates the invoice lifecycle: aging analysis → follow-up sequencing → payment matching → collection priority scoring.


1. AR/AP Aging Analysis

What It Does

Buckets open invoices into aging bands (Current, 1–30, 31–60, 61–90, 90+) and computes exposure at each band.

Input Format

Accepts CSV, JSON, or inline data with at minimum:

  • invoice_id
  • client_name (or vendor_name for AP)
  • invoice_date
  • due_date
  • amount
  • amount_paid (optional; defaults to 0)

Aging Report Output

AR AGING SUMMARY — As of 2026-03-15
=====================================
Client           Current    1-30d    31-60d    61-90d    90+d     Total
────────────────────────────────────────────────────────────────────────
Acme Corp         $0       $4,200    $0        $8,500    $0       $12,700
Beta LLC        $15,000     $0       $2,100    $0        $5,000   $22,100
...

TOTALS          $15,000    $4,200   $2,100    $8,500    $5,000   $34,800
Weighted DSO: 47 days

How to Trigger

"Run aging on this invoice list: [paste CSV or describe source]" "What's our AR aging as of today?" "Show AP aging for last month"

2. Automated Follow-Up Sequencing

Sequence Logic

Days Past DueActionTone
1–7Friendly reminderWarm
8–21Polite escalationProfessional
22–45Firm demand with late fee noticeDirect
46–90Final notice + payment plan offerFirm
90+Escalate to collections/legalFormal

Draft Follow-Up Email Templates

Stage 1 — Friendly Reminder (1–7 days past due)

Subject: Invoice #[INV-ID] — Friendly Payment Reminder

Hi [Client Name],

Just a quick note — Invoice #[INV-ID] for $[AMOUNT], due [DUE DATE], appears to still be outstanding.

If payment has already been sent, please disregard. Otherwise, you can pay via [PAYMENT METHOD].

Let us know if you have any questions.

Best,
[Firm Name]

Stage 2 — Polite Escalation (8–21 days)

Subject: Invoice #[INV-ID] — Payment Follow-Up

Hi [Client Name],

We noticed Invoice #[INV-ID] for $[AMOUNT] is now [X] days past due.

Please arrange payment at your earliest convenience or reach out to discuss any issues.

[PAYMENT LINK]

Thank you,
[Firm Name]

Stage 3 — Firm Demand (22–45 days)

Subject: OVERDUE — Invoice #[INV-ID] Requires Immediate Attention

[Client Name],

Invoice #[INV-ID] for $[AMOUNT] is now [X] days overdue. Per our agreement, a late fee of [LATE FEE %] has been applied.

Updated balance: $[NEW AMOUNT]

Please remit payment within 5 business days to avoid further action.

[PAYMENT LINK]

PrecisionLedger Accounting

Stage 4 — Final Notice + Payment Plan (46–90 days)

Subject: Final Notice — Invoice #[INV-ID]

[Client Name],

This is a final notice regarding Invoice #[INV-ID], now [X] days past due. Outstanding balance: $[AMOUNT].

We are prepared to offer a structured payment plan. Contact us within 48 hours to arrange:
- [PAYMENT PLAN OPTION 1]
- [PAYMENT PLAN OPTION 2]

Failure to respond will result in referral to collections.

PrecisionLedger Accounting

How to Trigger

"Draft follow-up emails for all invoices 30+ days past due" "Generate a Stage 2 follow-up for Acme Corp Invoice #1042" "What's the next action for client Beta LLC?"

3. Payment Matching

Logic

Matches incoming payments to open invoices using:

  1. Exact match — payment amount = invoice amount (highest confidence)
  2. Partial match — payment covers multiple invoices (sum match within tolerance)
  3. Fuzzy match — memo/reference field matches invoice ID or client name
  4. Unmatched — flag for manual review

Input

  • Bank feed export or payment notification data
  • Open invoice list

Output

PAYMENT MATCHING RESULTS — 2026-03-15
======================================
Payment ID  Amount    Matched To         Confidence  Status
──────────────────────────────────────────────────────────
PMT-2201    $4,200   INV-1042 (Acme)    HIGH        ✅ Matched
PMT-2202    $10,000  INV-1038 + INV-1039 MEDIUM     ⚠️  Review
PMT-2203    $750     —                  NONE        ❌ Unmatched

How to Trigger

"Match today's payments to open invoices: [paste bank data]" "We received $10k from Beta LLC — which invoices does that cover?" "Show me all unmatched payments this month"

4. Collection Priority Matrix

Scoring Factors

FactorWeightDescription
Days past due40%Older = higher priority
Invoice amount30%Larger balances prioritized
Client payment history20%Chronic late payers scored higher
Dispute flag10%Disputed invoices deprioritized

Priority Tiers

ScoreTierAction
80–100🔴 CriticalImmediate escalation, daily follow-up
60–79🟠 HighWeekly follow-up, payment plan offer
40–59🟡 MediumStandard sequence, monitor
0–39🟢 LowAutomated reminder only

Output

COLLECTION PRIORITY MATRIX — 2026-03-15
=========================================
Rank  Client        Invoice     Amount    DPD   Score  Tier
─────────────────────────────────────────────────────────────
1     Acme Corp     INV-1021   $8,500     68    87     🔴 Critical
2     Gamma LLC     INV-1035   $5,000     91    83     🔴 Critical
3     Beta LLC      INV-1039   $2,100     34    61     🟠 High
4     Delta Inc     INV-1042   $4,200     12    44     🟡 Medium

How to Trigger

"Generate collection priority matrix from current AR aging" "Who should we call first today?" "Score this invoice list for collection priority"

5. Workflow Examples

Full AR Review

User: Run full AR review — aging, priorities, and draft follow-ups for top 3 past due.
Sam: [Runs aging] → [Scores matrix] → [Drafts 3 follow-up emails by stage] → presents for approval

Single Client Deep Dive

User: Full invoice status for Acme Corp
Sam: [Pulls all open invoices] → [Aging position] → [Payment history] → [Next action recommendation]

Payment Application

User: Got a $12,700 wire from Acme — apply it
Sam: [Matches to INV-1021 $8,500 + INV-1042 $4,200] → [Confirms match] → [Notes for QBO entry by human]

6. Negative Boundaries — When NOT to Use

  • Do not enter or post transactions in QBO, Xero, or any client accounting system (read-only rule)
  • Do not send follow-up emails without Irfan reviewing and approving drafts first
  • Do not make collection calls (use output as briefing for human follow-up)
  • Do not write off bad debt or adjust invoice balances without explicit instruction
  • Do not resolve billing disputes — flag and escalate to Irfan
  • Do not use for payroll, tax filings, or regulatory submissions (use compliance-monitor skill)

7. Data Formats

Accepted CSV Schema

invoice_id,client_name,invoice_date,due_date,amount,amount_paid,status,notes
INV-1042,Acme Corp,2026-01-15,2026-02-15,4200.00,0.00,open,
INV-1038,Beta LLC,2026-02-01,2026-03-01,2100.00,0.00,open,disputed

Output Delivery

  • Console/chat: formatted tables
  • File export: memory/ar-aging-YYYY-MM-DD.md or CSV on request
  • Approval gate: all follow-up drafts held pending Irfan sign-off before any send

_Part of the PrecisionLedger OS — Precision. Integrity. Results._

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

83.61%
按下载量换算2,338

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills