Agent skill
just-fucking-cancel
Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Outputs interactive HTML audit with one-click cancel workflow. Pairs with Plaid integration for real-time transaction access without CSV exports.
Install this agent skill to your Project
npx add-skill https://github.com/delorenj/skills/tree/main/just-fucking-cancel
SKILL.md
just-fucking-cancel
Analyze transactions, categorize subscriptions, generate HTML audit, help cancel.
Triggers
- "cancel subscriptions", "audit subscriptions"
- "find recurring charges", "what am I paying for"
- "subscription audit", "clean up subscriptions"
Workflow
1. Get Transactions
Option A: Plaid API (recommended — no CSV needed)
If the user has Plaid connected (check for Plaid integration/API access):
- Pull last 6-12 months of transactions via Plaid Transactions API
- All accounts are automatically included — no manual export needed
- Skip straight to Step 2
Option B: CSV Upload
Ask user for bank/card CSV export. Common sources:
- Apple Card: Wallet → Card Balance → Export
- Chase: Accounts → Download activity → CSV
- Amex: Statements & Activity → Download → CSV
- Citi: Account Details → Download Transactions
- Bank of America: Activity → Download → CSV
- Capital One: Transactions → Download
- Mint / Copilot: Transactions → Export
2. Analyze Recurring Charges
Read CSV, identify recurring patterns:
- Same merchant, similar amounts, monthly/annual frequency
- Flag subscription-like charges (streaming, SaaS, memberships)
- Note charge frequency and total annual cost
3. Categorize with User
For each subscription, ask user to categorize:
- Cancel - Stop immediately
- Investigate - Needs decision (unsure, trapped in contract)
- Keep - Intentional, continue paying
Ask in batches of 5-10 to avoid overwhelming.
4. Generate HTML Audit
Copy template.html and populate:
- Update header summary:
- Scope line: "found N subscriptions · N transactions"
- Breakdown: "Cancelled N · Keeping N"
- Savings: yearly amount big, monthly in parentheses
- Timestamp: current date
- Add rows to appropriate sections (cancelled/investigate/keep)
- Include notes from user responses
Row templates in the HTML comments show the structure.
5. Cancel Subscriptions
When user checks items and copies from floating button, they'll paste:
Cancel these: Service1 ($XX), Service2 ($XX)...
For each service:
- Check common-services.md for cancel URL
- Use browser automation to navigate and cancel
- Update HTML row to cancelled status with date
HTML Structure
Three sections, auto-hide when empty:
- Cancelled (green badge, strikethrough) - Done items, the win
- Needs Decision (orange badge) - Has checkboxes for cancel selection
- Keeping (grey badge) - No checkboxes, just reference
Features:
- Floating copy button appears when items checked
- Privacy toggle blurs service names
- Collapsible sections via header click
- Dark mode support
Cancellation Tips
For difficult services, see common-services.md:
- Direct cancel URLs for 50+ services
- Dark pattern warnings (gym contracts, phone-only)
- Retention script responses
- Credit card dispute backup
Privacy
All data stays local. Transaction CSVs are analyzed in-session only.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
openclaw-upgrade
Upgrade OpenClaw installations to the latest version. Handles global npm installs, local development setups, release channels (stable/beta/dev), configuration preservation, and platform-specific requirements. Use when updating OpenClaw, switching release channels, or troubleshooting update issues.
vercel-composition-patterns
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
security-monitor
Real-time security monitoring for Clawdbot. Detects intrusions, unusual API calls, credential usage patterns, and alerts on breaches.
event-driven-architecture
Kafka, RabbitMQ, SQS/SNS, event sourcing, CQRS, saga patterns, dead letter queues, and idempotency. Use when designing asynchronous systems, implementing message-driven workflows, or building event streaming pipelines.
shadcn-ui
Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.
openclaw-agent-management
This skill codifies the standards and workflows for this machine's openclaw agent gateway configuration. Use this skill when provisioning new agents or managing existing ones. Trigger phrases are "add a new agent", "update [agent's name] identity"
Didn't find tool you were looking for?