TopRank Skills

Home / Claw Skills / Others / just-fucking-cancel
Official OpenClaw rules 15%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 just-fucking-cancel 技能。 若已安装,则直接安装 just-fucking-cancel 技能。

Overview

Skill Key
chipagosfinest/just-fucking-cancel
Author
ClawdBot
Source Repo
openclaw/skills
Version
1.2.0
Source Path
skills/chipagosfinest/just-fucking-cancel
Latest Commit SHA
5d77f2e2c49ad6d68bb646baa7d0f63919ed424d

Extracted Content

SKILL.md excerpt

# Just 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 ID
- `PLAID_SECRET` - Your Plaid secret key
- `PLAID_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 subscr...

Related Claw Skills