一键导入
subscription-audit
Find recurring subscriptions, calculate total cost, and flag unused ones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Find recurring subscriptions, calculate total cost, and flag unused ones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Calculate break-even revenue by separating fixed and variable costs.
Project future cash flow using historical trends and recurring patterns.
Analyze revenue and costs per client to find your most profitable accounts.
Monitor 1099 contractor payments and flag $600 threshold.
Track unpaid invoices by age bucket and flag overdue payments.
Run a monthly bookkeeping close checklist with reconciliation.
| name | subscription-audit |
| description | Find recurring subscriptions, calculate total cost, and flag unused ones. |
Scans your transaction history for recurring subscription charges, totals your monthly and annual subscription spend, identifies subscriptions with no recent usage pattern changes, and recommends cancellation candidates.
anomaly_detect — detect unused or forgotten subscriptions via type unused_subscriptionstransaction_search — find all recurring charges and verify subscription patternsanomaly_detect with types: ["unused_subscriptions"] to surface subscriptions that appear to be unused or redundant.transaction_search with query: "subscription OR recurring OR monthly" and months: 6 to pull all subscription-like transactions over the past 6 months.=IF(COUNTIF(B:B, B2) > 1, "Recurring", "One-time") where column B is the merchant/description column.