just-fucking-cancel
Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and provides cancel URLs. CSV-based analysis with optional Plaid integration for ClawdBot users.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chipagosfinest/just-fucking-cancelJust Fucking Cancel
Analyze transactions, categorize subscriptions, generate HTML audit, help cancel.
How It Works
This skill analyzes your transaction history to find recurring charges (subscriptions), helps you categorize them, and provides direct cancel URLs. No automated cancellation - you control every action.
Transaction Data → Pattern Detection → User Categorization → HTML Audit → Cancel URLs
Triggers
- "cancel subscriptions", "audit subscriptions"
- "find recurring charges", "what am I paying for"
- "subscription audit", "clean up subscriptions"
Data Sources
Option A: CSV Upload (Recommended - Fully Local)
Upload a transaction CSV from your bank. All processing happens locally - no data leaves your machine.
Supported formats:
- 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
Option B: Plaid Integration (ClawdBot Only)
If you have ClawdBot with Plaid connected, transactions can be pulled automatically.
Important: This requires Plaid credentials and sends data to Plaid's servers:
PLAID_CLIENT_ID- Your Plaid client IDPLAID_SECRET- Your Plaid secret keyPLAID_ACCESS_TOKEN- Access token for the bank connection
Privacy note: When using Plaid, transaction data is transmitted to Plaid's API. CSV analysis is fully local.
Workflow
1. Get Transactions
- CSV: User uploads file, analyzed locally
- Plaid: Pull last 6-12 months via API (requires credentials)
2. Analyze Recurring Charges
- Detect same merchant, similar amounts, monthly/annual patterns
- Flag subscription-like charges (streaming, SaaS, memberships)
- Calculate 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
Create interactive HTML report with:
- Summary: subscriptions found, total waste, potential savings
- Sections: Cancelled / Needs Decision / Keeping
- Privacy toggle to blur service names
- Dark mode support
5. Provide Cancel URLs
For each service to cancel:
- Look up direct cancel URL from common-services.md
- Provide URL to user - user navigates manually
- Include dark pattern warnings and tips
No automated browser interaction - this skill provides URLs and guidance only. You control the actual cancellation.
HTML Structure
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chipagosfinest-just-fucking-cancel": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
q-kdb-code-review
AI-powered code review for Q/kdb+ — catch bugs in the most terse language in finance
olo-sec-scanner
SEC EDGAR filing analysis for M&A due diligence — extract financials, detect risks, and track corporate events from 10-K, 10-Q, and 8-K filings
trustlog-guard
Financial governance for OpenClaw agents. Tracks API spend, enforces budget limits, detects runaway loops, delivers cost briefings. Reads session .jsonl logs locally. 100% private.
olo-deal-screening
Target company evaluation and deal qualification for PE and strategic buyers
farmos-finance
Query farm financial data — cash flow projections, cost tracking, breakeven analysis. Requires admin authentication. Highly sensitive data.