بنقرة واحدة
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.