원클릭으로
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.