payment-authorization-review

payment-authorization-review is a skill for Claude Code from vivy-yi/finance-skills. It costs 98 tokens per session (2,269 once invoked), scanned A, original, MIT.

A review workflow for checking payment requests before they are approved, held, or rejected. It checks contracts, invoices, budgets, payment terms, authorization limits, and other risk signals.

In plain words
What is it for?
Use it to review large payments, first-time supplier payments, advance payments, missing documents, and requests that exceed approval limits.
Why use it?
It gives reviewers a structured way to catch unsupported, excessive, unauthorized, or otherwise risky payments.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md.

Good fit Use it to review large payments, first-time supplier payments, advance payments, missing documents, and requests that exceed approval limits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vivy-yi/finance-skills/payment-authorization-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vivy-yi/finance-skills --skill payment-authorization-review
Clone the repo
git clone --depth 1 https://github.com/vivy-yi/finance-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for payment-authorization-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/vivy-yi/finance-skills/payment-authorization-review/github.svg)](https://agentmods.dev/skills/vivy-yi/finance-skills/payment-authorization-review)
Your own site
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/payment-authorization-review"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/payment-authorization-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for payment-authorization-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/payment-authorization-review"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/payment-authorization-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,269 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.02269
Opus 5 $0.00049 $0.01135
Sonnet 5 $0.00020 $0.00454
Haiku 4.5 $0.00010 $0.00227

Measured 9d ago against content hash f6bdfffbd55d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

payment-authorization-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

finance-skills/skills/treasury-management/skills/payment-authorization-review/SKILL.md · 289 lines

How it starts

The opening of the file, as written. The whole thing — 289 lines — stays where its author put it; the contents beside it link to each section on GitHub.

加载上下文

首次使用时: 读取 ../../CLAUDE.md 获取场景级配置(审批权限/付款限额/异常判断标准)。


/payment-authorization-review — 付款授权审核

Examples

→ 示例:用户说"有一笔 800 万的付款超过了部门 CFO 的权限,需要特批",系统应调用本技能,执行超权限付款审核。

→ 示例:用户说"有个供应商第一次和我们合作,付款要预付 50%,风险大吗",系统应调用本技能,评估新供应商预付风险。

→ 示例:用户说"连续三笔付款都被风控拦截了,帮我看看是不是规则设置有问题",系统应调用本技能,审查风控规则并调整建议。

第一步:获取付款申请信息

从 [OA] 获取付款申请信息:

□ 付款申请单号:[编号]
□ 申请人:[姓名]
□ 申请部门:[部门]
□ 申请日期:[YYYY-MM-DD]

□ 付款信息:
  - 供应商名称:[名称]
  - 付款金额:[XXX万]
  - 付款用途:[描述]
  - 合同/订单号:[编号]
  - 合同金额:[XXX万]
  - 付款条款:[预付/到付/账期X天]

□ 附件:
  - [ ] 合同扫描件
  - [ ] 发票
  - [ ] 验收单
  - [ ] 其他

第二步:核查付款合法性

合同/订单核查:

□ 是否有对应合同?[是/否]
□ 合同金额是否覆盖付款金额?[是/否] — 合同 [XXX万] vs 付款 [XXX万]
□ 付款条款是否与合同一致?[是/否]
□ 合同是否在有效期内?[是/否] — 有效期至 [YYYY-MM-DD]

□ 异常标记:
□ 合同金额 < 付款金额 → ⚠️ 需解释
□ 无合同 → 🔴 须补充合同
□ 合同过期 → 🔴 须重新签订

发票核查:

□ 发票是否与合同/付款金额一致?[是/否] — 发票 [XXX万] vs 付款 [XXX万]
□ 发票是否真实有效(可查验)?[是/否]
□ 发票类型(增值税专用发票/普通发票):[类型]
□ 进项税额:[XXX万]

□ 异常标记:
□ 发票金额 > 付款金额 → ⚠️ 需确认
□ 发票与合同不符 → 🔴 须核实
□ 发票异常(作废/红冲)→ 🔴 拒绝付款

第三步:核查付款合理性

业务背景核查:

□ 付款用途说明:[描述]
□ 是否在预算范围内?[是/否]
□ 是否为常规付款(供应商货到/账期到期)?[是/否]

□ 大额付款原因:
□ 新供应商首次合作:[描述业务背景]
□ 预付大额款项:[描述原因]
□ 非计划内付款:[描述原因]
□ 紧急付款:[描述紧急程度]

历史付款核查:

□ 供应商历史付款记录:
□ 累计已付 [XXX万] / 合同总额 [XXX万] = [X%]
□ 最近 [X] 笔付款正常?[是/否]

□ 供应商信用评估:
□ 历史上争议/纠纷:[无/有 X 次]
□ 最近一次付款日期:[YYYY-MM-DD]
□ 付款是否正常:[是/否]
□ 争议事项:[有/无]

□ 异常标记:
□ 新供应商首次合作 → ⚠️ 额外核查
□ 预付比例 > [X]% → ⚠️ 需解释
□ 历史上存在争议 → 🔴 须进一步审核

第四步:核查账户/余额可用性

从 [CASH]/[ERP] 获取账户信息:

□ 付款账户:[账户名称]
□ 账户当前余额:[XXX万]
□ 付款后预计余额:[XXX万]

□ 可用授信:[XXX万]
□ 是否可使用授信:须审批

□ 账户余额是否足够?[是/否] — 余额 [XXX万] vs 付款 [XXX万]

□ 异常标记:
□ 付款后余额 < [X] 万 → ⚠️ 需确认资金安排
□ 须使用授信 → ⚠️ 需额外审批

第五步:风险判断与决策

风险评估:

风险类型:
□ 合规风险:[低/中/高]
□ 商业风险:[低/中/高]
□ 操作风险:[低/中/高]
□ 欺诈风险:[低/中/高]

总体风险等级:[低/中/高]

低风险(全部合规,历史记录正常):
→ 授权执行

中风险(需进一步确认):
→ 授权执行(附条件)
→ 或要求补充材料后再审

高风险(存在重大疑虑):
→ 暂停付款
→ 进一步核查
→ 或拒绝付款

授权决策:

□ 授权执行:
  → 授权人:[姓名]
  → 授权时间:[YYYY-MM-DD HH:MM]
  → 授权备注:[无/附条件说明]

□ 授权执行(附条件):
  → 条件:[条件说明]
  → 授权人:[姓名]
  → 授权时间:[YYYY-MM-DD HH:MM]

□ 暂停付款(进一步核查):
  → 暂停原因:[描述]
  → 须核查项:[...]
  → 责任人:[X]
  → 完成时间:[YYYY-MM-DD]

□ 拒绝付款:
  → 拒绝原因:[描述]
  → 拒绝人:[姓名]
  → 拒绝时间:[YYYY-MM-DD HH:MM]

Read the full file on GitHub · 289 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 289 lines · 98 tokens per session scan A f6bdfffbd55d

Subscribe to this mod's changes

payment-authorization-review is a skill published in the GitHub repository vivy-yi/finance-skills (29 stars, last pushed 3mo ago), licensed MIT. It adds 98 tokens to every session and 2,269 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

wealth-structure

A framework for thinking about wealth through ownership, responsibility, leverage, and avoiding risks that could end your progress.

kangarooking/cangjie-skill · 141 tokens

iso-13485-certification

Comprehensive toolkit for preparing ISO 13485 certification documentation for medical device Quality Management Systems. Use when users need help with ISO 13485 QMS documentation, including (1) conducting gap analysis of existing documentation, (2) creating Quality Manuals, (3) developing required procedures and work…

foryourhealth111-pixel/Vibe-Skills · 126 tokens

alpha-vantage

Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market…

foryourhealth111-pixel/Vibe-Skills · 126 tokens

hedgefundmonitor

Query the OFR (Office of Financial Research) Hedge Fund Monitor API for hedge fund data including SEC Form PF aggregated statistics, CFTC Traders in Financial Futures, FICC Sponsored Repo volumes, and FRB SCOOS dealer financing terms. Access time series data on hedge fund size, leverage, counterparties, liquidity…

foryourhealth111-pixel/Vibe-Skills · 123 tokens

edgartools

Python library for accessing, analyzing, and extracting data from SEC EDGAR filings. Use when working with SEC filings, financial statements (income statement, balance sheet, cash flow), XBRL financial data, insider trading (Form 4), institutional holdings (13F), company financials, annual/quarterly reports (10-K…

foryourhealth111-pixel/Vibe-Skills · 110 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens