# Send Just Fucking Cancel to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "just-fucking-cancel",
    "name": "Just Fucking Cancel",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Chipagosfinest/just-fucking-cancel",
    "canonicalUrl": "https://clawhub.ai/Chipagosfinest/just-fucking-cancel",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/just-fucking-cancel",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=just-fucking-cancel",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "PUBLISH.md",
      "SKILL.md",
      "assets/template.html",
      "references/common-services.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/just-fucking-cancel"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/just-fucking-cancel",
    "downloadUrl": "https://openagent3.xyz/downloads/just-fucking-cancel",
    "agentUrl": "https://openagent3.xyz/skills/just-fucking-cancel/agent",
    "manifestUrl": "https://openagent3.xyz/skills/just-fucking-cancel/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/just-fucking-cancel/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Chipagosfinest
- Version: 1.2.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/just-fucking-cancel)
- [Send to Agent page](https://openagent3.xyz/skills/just-fucking-cancel/agent)
- [JSON manifest](https://openagent3.xyz/skills/just-fucking-cancel/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/just-fucking-cancel/agent.md)
- [Download page](https://openagent3.xyz/downloads/just-fucking-cancel)