โ† All skills
Tencent SkillHub ยท Developer Tools

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
PUBLISH.md, SKILL.md, assets/template.html, references/common-services.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

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"

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.

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

Three sections, auto-hide when empty: Cancelled (green badge, strikethrough) - Done items Needs Decision (orange badge) - Has checkboxes for selection Keeping (grey badge) - Reference only Features: Floating copy button for selected items Privacy toggle blurs service names Collapsible sections Dark mode support

Cancellation Tips

See common-services.md for: Direct cancel URLs for 50+ services Dark pattern warnings (gym contracts, phone-only) Retention script responses Credit card dispute backup

Privacy Summary

Data SourceWhere ProcessedData Leaves Device?CSV UploadLocal onlyNoPlaid APIPlaid serversYes (to Plaid)

Related

plaid - Bank account connection ynab - Budget tracking copilot - Financial insights

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Assets
  • SKILL.md Primary doc
  • PUBLISH.md Docs
  • references/common-services.md Docs
  • assets/template.html Assets