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.
npx skills add vivy-yi/finance-skills --skill payment-scheduling-cmgit clone --depth 1 https://github.com/vivy-yi/finance-skillsWrote 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.
[](https://agentmods.dev/skills/vivy-yi/finance-skills/payment-scheduling-cm)<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/payment-scheduling-cm"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/payment-scheduling-cm/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.
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/payment-scheduling-cm"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/payment-scheduling-cm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00118 | $0.02606 |
| Opus 5 | $0.00059 | $0.01303 |
| Sonnet 5 | $0.00024 | $0.00521 |
| Haiku 4.5 | $0.00012 | $0.00261 |
Grade A, and why
payment-scheduling-cm 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 300 lines — stays where its author put it; the contents beside it link to each section on GitHub.
加载上下文
首次使用时: 读取 ../../CLAUDE.md 获取场景级配置(付款优先级/资金阈值/账户权限)。
/payment-scheduling-cm — 付款计划编排
Examples
→ 示例:用户说"月中资金比较紧张,帮我排一下优先付哪些供应商",系统应调用本技能,按供应商重要性和付款紧急度制定排程。
→ 示例:用户说"帮我们设置一个付款排程规则,让大供应商优先得到支付",系统应调用本技能,执行大供应商优先付款排程。
→ 示例:用户说"这个月纳税和发工资都在同一周,帮我确保资金够用",系统应调用本技能,执行大额固定支出资金预留分析。
付款优先级定义
P0(立即支付,不可延后):
- 员工工资/社保(每月固定)
- 税款缴纳(申报截止日)
- 到期银行贷款本息
- 已到期法院判决/仲裁裁决
P1(优先支付,24-48小时内):
- 供应商大额应付(已到期且催款紧急)
- 水电费/租金等固定支出
- 重要客户大额采购款(维持客户关系)
P2(正常支付,本周内):
- 常规供应商付款(按账期)
- 日常运营费用
- 一般报销款
P3(可延后,1-2周内):
- 非紧急供应商付款
- 一般运营费用
- 员工差旅费(无紧急出差)
P4(战略延后,协商延后):
- 可延后的供应商付款(与供应商协商展期)
- 非必要支出
第一步:获取待支付清单
从 [OA] 获取已审批待支付清单:
□ P0 待支付:[X] 笔 / [XXX万]
□ P1 待支付:[X] 笔 / [XXX万]
□ P2 待支付:[X] 笔 / [XXX万]
□ P3 待支付:[X] 笔 / [XXX万]
□ P4 待支付:[X] 笔 / [XXX万]
合计:[X] 笔 / [XXX万]
从 [ERP] 补充到期应付数据:
□ 已到期应付:[X] 笔 / [XXX万]
□ 即将到期(7日内):[X] 笔 / [XXX万]
□ 已逾期应付:[X] 笔 / [XXX万]
第二步:获取可用资金
从 [CASH] 获取各账户余额:
□ 运营账户可用余额:[XXX万]
□ 工资账户可用余额:[XXX万]
□ 纳税账户可用余额:[XXX万]
□ 其他可用账户:[XXX万]
□ 合计可用资金:[XXX万]
□ 本周预期回款:[XXX万]
□ 本周到期银行还贷:[XXX万]
□ 本周到期税款:[XXX万]
□ 本周工资支出:[XXX万]
可用资金计算:
期初余额:[XXX万]
+ 本周预期回款:[XXX万]
- 本周固定支出(工资/税/贷款):[XXX万]
= 本周可用资金:[XXX万]
第三步:付款优先级排序
按优先级排序(先 P0 后 P4):
□ P0 待支付(立即处理):
序号 | 供应商/收款方 | 金额 | 到期日 | 付款理由
-----|------------|------|-------|--------
1 | [供应商A] | [XXX万] | [日期] | 贷款还本
2 | [供应商B] | [XXX万] | [日期] | 税款缴纳
3 | [员工] | [XXX万] | [日期] | 工资发放
P0 小计:[XXX万]
→ 可用资金能覆盖:[是/否]
→ 如不能覆盖:🔴 立即启动融资
□ P1 待支付(优先处理):
序号 | 供应商/收款方 | 金额 | 到期日 | 催款紧急度
-----|------------|------|-------|----------
1 | [供应商A] | [XXX万] | [日期] | 高(多次催款)
2 | [供应商B] | [XXX万] | [日期] | 中
P1 小计:[XXX万]
→ 优先支付高催款紧急度
□ P2/P3/P4 待支付(视资金情况):
按到期日排序 + 协商延后可能性评估
→ P4 优先协商延后
第四步:资金缺口分析
本周资金需求 vs 可用:
本周资金需求:
□ P0(必须支付):[XXX万]
□ P1(优先支付):[XXX万]
□ P2/P3/P4(如资金允许):[XXX万]
□ 本周固定支出(工资/税/贷款):[XXX万]
□ 合计需求:[XXX万]
本周可用资金:
□ 期初余额:[XXX万]
□ 本周预期回款:[XXX万]
□ 可用融资额度:[XXX万]
□ 合计可用:[XXX万]
净缺口:[XXX万](需求 - 可用)
→ 为正:须安排融资
→ 为负:资金富余
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.
- 12d ago First seen · 300 lines · 118 tokens per session scan A dcc4abd21cf1
payment-scheduling-cm is a skill published in the GitHub repository vivy-yi/finance-skills (28 stars, last pushed 2mo ago), licensed MIT. It adds 118 tokens to every session and 2,606 once invoked, about $0.0006 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-08-30.
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.
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…
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…
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…
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.
fred-economic-data
Query FRED (Federal Reserve Economic Data) API for 800,000+ economic time series from 100+ sources. Access GDP, unemployment, inflation, interest rates, exchange rates, housing, and regional data. Use for macroeconomic analysis, financial research, policy studies, economic forecasting, and academic research requiring…