Audits transaction history for recurring subscriptions, calculates monthly/annual costs, flags unused ones, and recommends cancellations.
npx claudepluginhub openaccountant/skillsThis skill uses the workspace's default tool permissions.
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.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
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.