skills$openclaw/just-fucking-cancel
chipagosfinest1.7k

by chipagosfinest

just-fucking-cancel – OpenClaw Skill

just-fucking-cancel is an OpenClaw Skills integration for data analytics workflows. 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.

1.7k stars8.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namejust-fucking-cancel
descriptionFind 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. OpenClaw Skills integration.
ownerchipagosfinest
repositorychipagosfinest/just-fucking-cancel
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @chipagosfinest/just-fucking-cancel
last updatedFeb 7, 2026

Maintainer

chipagosfinest

chipagosfinest

Maintains just-fucking-cancel in the OpenClaw Skills directory.

View GitHub profile
File Explorer
7 files
.
assets
template.html
10.8 KB
references
common-services.md
4.6 KB
_meta.json
476 B
PUBLISH.md
1.4 KB
SKILL.md
4.2 KB
SKILL.md

name: just-fucking-cancel description: "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." attribution: Originally created by rohunvora (https://github.com/rohunvora/just-fucking-cancel) tags:

  • subscriptions
  • cancel
  • money
  • savings
  • finance
  • personal-finance
  • budgeting
  • recurring-charges
  • bank-transactions
  • csv-analysis
  • subscription-audit
  • subscription-management
  • plaid
  • fintech
  • money-saving
  • expense-tracking
  • dark-patterns
  • consumer-rights
  • automation
  • browser-automation
  • apple-card
  • chase
  • amex
  • mint
  • copilot
  • bank-of-america
  • capital-one
  • citi
  • credit-card
  • debit-card

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):

  1. Pull last 6-12 months of transactions via Plaid Transactions API
  2. All accounts are automatically included — no manual export needed
  3. 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:

  1. Check common-services.md for cancel URL
  2. Use browser automation to navigate and cancel
  3. 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.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install just-fucking-cancel?

Run openclaw add @chipagosfinest/just-fucking-cancel in your terminal. This installs just-fucking-cancel into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/chipagosfinest/just-fucking-cancel. Review commits and README documentation before installing.