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

vendor-payment-optimizer供应商付款优化器

Agent Skill

vendor-payment-optimizer 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,052

周安装

217

GitHub Stars

公开资料未说明

下载量

1,771
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install vendor-payment-optimizer

简介

供应商付款优化器分析应付账款周期,推荐最佳付款时机以获取折扣。

  • 支持2/10净30等条款计算,平衡现金流与采购成本。
  • 输出付款优先级列表与节省金额预估。
  • 安装命令:openclaw skills install vendor-payment-optimizer,需ERP系统接口权限。
  • 重大付款决策应结合合同条款与供应商关系综合判断。

SKILL.md

name
vendor-payment-optimizer
description
>
version
1.0.0
author
PrecisionLedger
tags

Vendor Payment Optimizer

Turns your AP aging report into a cash flow weapon. This skill analyzes open vendor invoices, calculates the true annualized ROI of early payment discounts, scores each invoice by priority, and generates an optimized payment queue — so you capture discounts worth capturing and hold cash when you shouldn't pay early.


When to Use

Trigger phrases:

  • "Which invoices should we pay early this week?"
  • "We have a 2/10 net 30 — is it worth taking the discount?"
  • "Optimize our AP payment schedule"
  • "What's our cash position if we pay all invoices due this month?"
  • "Flag any invoices about to go late"
  • "Build a payment priority list from our AP aging"

NOT for:

  • Actually sending payments or syncing to bank — use QBO or banking tools
  • Vendor contract renegotiation — use contract-review-agent
  • Payroll — use payroll-gl-reconciliation
  • AR (receivables) — use ar-collections-agent
  • Real-time QBO AP sync — use qbo-automation to pull data first, then feed here

Core Concepts

Early Payment Discount Math

The most common discount term is 2/10 net 30: pay within 10 days, get 2% off; otherwise pay in 30 days.

Annualized ROI of taking the discount:

Annualized ROI = (Discount % / (1 - Discount %)) × (365 / (Net Days - Discount Days))

Example: 2/10 net 30
= (0.02 / 0.98) × (365 / 20)
= 0.0204 × 18.25
= 37.2% annualized ROI

Decision rule:

  • If annualized ROI > your cost of capital (or opportunity cost of cash) → take the discount
  • If annualized ROI < cost of capital → hold cash, pay at net due date
  • Typical cost of capital for small business: 8–15%; most 2/10 net 30 discounts are worth taking

Payment Priority Scoring

Score each invoice (0–100) using:

Score = (Discount ROI Weight × 40)
      + (Days-to-Late-Fee Weight × 30)
      + (Vendor Relationship Weight × 20)
      + (Invoice Size Weight × 10)
FactorHigh ScoreLow Score
Discount ROI>30% annualizedNo discount available
Days to late≤3 days>15 days
Vendor criticalityKey supplier, sole sourceEasily replaceable
Invoice size>$10k (high absolute $ saved)<$500

Workflow

Step 1: AP Aging Input

Accept AP data in any of these formats:

  • Pasted table from QBO AP Aging Summary report
  • CSV export from accounting software
  • Manual entry: vendor, invoice #, amount, due date, discount terms

Minimum fields needed:

Vendor Name | Invoice # | Amount | Invoice Date | Due Date | Terms | Discount Terms

Example input:

Vendor          | Inv #   | Amount    | Due Date   | Terms     | Discount
Acme Supplies   | INV-101 | $5,200    | 2026-03-22 | Net 30    | 2/10
Tech Services   | INV-205 | $12,000   | 2026-03-25 | Net 45    | None
Office Depot    | INV-089 | $840      | 2026-03-19 | Net 30    | 1/10
Contractor LLC  | INV-312 | $18,500   | 2026-04-01 | Net 60    | None
Cloud Hosting   | INV-410 | $3,200    | 2026-03-20 | Net 30    | 2/10

Step 2: Discount Opportunity Analysis

For each invoice with discount terms, calculate:

DISCOUNT ANALYSIS — [Vendor] [Invoice #]

Invoice Amount:       $X,XXX
Discount Terms:       2/10 net 30
Discount Amount:      $XX.XX (2% of invoice)
Payment if early:     $X,XXX - $XX = $X,XXX
Days to discount exp: X days
Days to net due:      X days

Annualized ROI:       XX.X%
Recommendation:       TAKE / SKIP
Reason:               [ROI vs. cost of capital analysis]
Cash impact:          Pay $X,XXX today vs. $X,XXX in X days

Step 3: Payment Priority Queue

Output a ranked payment list:

PAYMENT PRIORITY QUEUE — [Date]
Cash Available for AP This Week: $[amount] (enter or estimate)

RANK | VENDOR          | INV #   | AMOUNT   | DUE DATE   | DISCOUNT | SCORE | ACTION
-----|-----------------|---------|----------|------------|----------|-------|-------
  1  | Cloud Hosting   | INV-410 | $3,136*  | 2026-03-20 | 2/10 ✓  |  94   | PAY TODAY — discount exp. tomorrow
  2  | Office Depot    | INV-089 | $831.60* | 2026-03-19 | 1/10 ✓  |  91   | PAY TODAY — overdue risk
  3  | Acme Supplies   | INV-101 | $5,096*  | 2026-03-22 | 2/10 ✓  |  87   | PAY BY 3/22 for discount
  4  | Tech Services   | INV-205 | $12,000  | 2026-03-25 | None    |  62   | PAY BY DUE DATE
  5  | Contractor LLC  | INV-312 | $18,500  | 2026-04-01 | None    |  41   | HOLD — due in 15 days

* = discount-adjusted amount

Step 4: Cash Flow Impact Summary

AP CASH FLOW SUMMARY

Total Open AP:              $39,740
Invoices due this week:     $21,236
Discount savings available: $186.40 (if all discounts taken)

Scenario A — Pay all discounts now + hold rest:
  Cash out this week:       $9,063.60
  Cash out by month-end:    $30,503.60
  Discount savings:         $186.40

Scenario B — Pay only what's overdue:
  Cash out this week:       $3,200
  Late fee risk:            Office Depot INV-089 (already at due date)

Scenario C — Pay everything now:
  Cash out today:           $39,553.60 (with all discounts)
  Cash freed from AP:       $39,740 obligation cleared

RECOMMENDATION: Scenario A — capture $186 in discounts, preserve $30k for week 2+

Step 5: Late Payment Risk Flags

⚠️ LATE PAYMENT ALERTS

CRITICAL (0-2 days to due):
  - Office Depot INV-089: DUE TODAY — $840. Pay now or incur late fee.
  - Cloud Hosting INV-410: Due tomorrow — discount expires in 1 day.

WARNING (3-7 days to due):
  - Acme Supplies INV-101: Due in 4 days. Discount expires in 4 days.

WATCH (8-14 days):
  - Tech Services INV-205: Due in 8 days. No discount. Monitor cash.

NO URGENCY (15+ days):
  - Contractor LLC INV-312: Due in 15 days. Hold.

Advanced Features

Stretching Payment Terms (Ethically)

When cash is tight, identify which vendors are safe to pay at the tail end of net terms:

PAYMENT STRETCH ANALYSIS

Vendor: [Name]
Current terms: Net 30
Grace period (if any): 5 days (industry standard)
Relationship risk: LOW (long-term vendor, no prior issues)
Maximum safe payment date: Day 35 without relationship damage
Savings from stretching: [Interest on held cash for 5 days]

Vendor: [Name]
Current terms: Net 30
Relationship risk: HIGH (new vendor, critical sole-source supplier)
Recommendation: DO NOT STRETCH — pay on time

Dynamic Discounting Offers

When you have excess cash and want to negotiate discounts with vendors who don't offer them:

DYNAMIC DISCOUNT PROPOSAL — [Vendor]

Current terms: Net 30, no discount
Proposed: Pay in 5 days for 1.5% discount
Your annualized cost: 12.2% (worth it at our hurdle rate)
Vendor benefit: Early cash, improved their cash flow
Script: "We'd love to settle INV-[X] today if you can extend a 1.5% early-pay discount."

Vendor Spend Concentration Report

Identify AP risk concentration:

VENDOR CONCENTRATION — Last 90 Days

Top vendors by spend:
  1. [Vendor A]: $45,200 (38% of AP)  ← concentration risk
  2. [Vendor B]: $22,100 (18%)
  3. [Vendor C]: $15,800 (13%)
  4. All others: $37,000 (31%)

Risk flag: Single vendor >30% of AP = supply chain dependency
Recommendation: Qualify backup vendor for [Vendor A]'s category

Output Formats

Weekly AP Decision Brief (default)

Short, actionable: what to pay, by when, and why. Fits in one screen.

Full AP Analysis Report

Comprehensive with all scenarios, discount math, vendor concentrations. For CFO/board review.

CSV Payment Queue

For importing into QBO or banking batch payment tools:

Vendor,Invoice,AmountToPay,PayBy,DiscountTaken,Notes
Cloud Hosting,INV-410,3136.00,2026-03-19,Yes (2%),Discount expires tomorrow
Office Depot,INV-089,831.60,2026-03-19,Yes (1%),Due today
...

Usage Examples

Example 1: Quick Weekly Scan

Input: "Here's my AP aging. What should I pay this week? Cash available: $15k."

Agent output:

  1. Parses AP data
  2. Flags overdue and discount-expiring invoices
  3. Calculates discount ROIs
  4. Returns priority queue capped at $15k cash
  5. Shows total discount savings captured

Example 2: Discount Decision

Input: "We got an invoice for $8,500 with 2/10 net 30. We have cash. Should we take it?"

Agent output:

2/10 net 30 Discount Analysis — $8,500 invoice

Discount amount:    $170.00
Pay now:            $8,330
Hold 20 more days:  $8,500

Annualized ROI of taking discount: 37.2%
Your implied cost of capital:      ~10-12%

VERDICT: TAKE THE DISCOUNT ✓
You're earning 37.2% annualized by paying $8,330 today vs $8,500 in 20 days.
That beats any savings account or short-term investment.

Example 3: Cash Constraint Scenario

Input: "I only have $5k available. I have $20k in AP due this week. What's the triage?"

Agent output:

  1. Ranks invoices by criticality (late fee risk + vendor relationship)
  2. Identifies which $5k subset to pay to avoid the most damage
  3. Flags which vendors to contact proactively about delayed payment
  4. Suggests script for requesting payment extension from lowest-risk vendors

Integration Points

  • qbo-automation — Pull live AP aging data from QuickBooks to feed this skill
  • thirteen-week-cash-flow — Feed payment queue output into 13-week cash model
  • ar-collections-agent — Pair AP optimization with AR acceleration for complete cash cycle management
  • kpi-alert-system — Trigger alerts when AP aging shows invoices approaching due dates
  • financial-analysis-agent — Use vendor spend data for cost analysis and budget variance

Key Formulas Reference

Annualized Discount ROI = (d / (1-d)) × (365 / (net_days - discount_days))
  where d = discount rate (e.g., 0.02 for 2%)

Days Payable Outstanding (DPO) = (AP Balance / COGS) × Days in Period
  Healthy range: 30-60 days (industry-dependent)

Cash Conversion Cycle = DSO + DIO - DPO
  (Days Sales Outstanding + Days Inventory Outstanding - Days Payable Outstanding)
  Lower = more efficient cash cycle

Payment Stretch Savings = Invoice × (1 + risk_free_rate)^(stretch_days/365) - Invoice
  (Small but meaningful at scale)

Privacy & Compliance Notes

  • AP data contains sensitive vendor relationships and pricing — never share externally
  • Payment timing decisions should be reviewed by Irfan for amounts >$10k
  • Document all payment decisions with rationale for audit trail
  • Never pay invoices directly from this skill — outputs are decision support only

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

88.15%
按下载量换算1,561

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills