From sundial-org-awesome-openclaw-skills-4
Analyzes bank transaction CSVs or Plaid data to detect recurring subscriptions, calculate annual costs, and output interactive HTML audits with one-click cancel workflows via browser automation.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Analyze transactions, categorize subscriptions, generate HTML audit, help cancel.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Analyze transactions, categorize subscriptions, generate HTML audit, help cancel.
Option A: Plaid API (recommended — no CSV needed)
If the user has Plaid connected (check for Plaid integration/API access):
Option B: CSV Upload
Ask user for bank/card CSV export. Common sources:
Read CSV, identify recurring patterns:
For each subscription, ask user to categorize:
Ask in batches of 5-10 to avoid overwhelming.
Copy template.html and populate:
Row templates in the HTML comments show the structure.
When user checks items and copies from floating button, they'll paste:
Cancel these: Service1 ($XX), Service2 ($XX)...
For each service:
Three sections, auto-hide when empty:
Features:
For difficult services, see common-services.md:
All data stays local. Transaction CSVs are analyzed in-session only.