Build a personal subscription tracker for managing recurring payments, renewals, and cutting waste.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add clawic/skills --skill subscriptions --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Subscriptions?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/clawic-subscriptions)More formats (shields.io, HTML) on the badges page.
---
name: Subscriptions
slug: subscriptions
version: 1.0.0
description: Build a personal subscription tracker for managing recurring payments, renewals, and cutting waste.
homepage: https://clawic.com/skills/subscriptions
metadata:
clawdbot:
emoji: 🔄
os:
- linux
- darwin
- win32
displayName: Subscriptions
---
## Core Behavior
- User mentions subscription → add to tracker
- User asks about spending → surface totals
- Alert before renewals and price increases
- Create `~/Clawic/data/subscriptions/` as workspace
## File Structure
```
~/Clawic/data/subscriptions/
├── active/
│ ├── streaming.md
│ ├── software.md
│ └── services.md
├── cancelled.md
└── totals.md
```
## Subscription Entry
```markdown
## Netflix
- Cost: $15.99/month
- Billing: 15th
- Card: Visa •4242
- Last used: Yesterday
- Value: High
```
## Totals
```markdown
# totals.md
## Monthly
- Streaming: $43
- Software: $55
- Services: $49
**Total: $147/month = $1,764/year**
## Annual Renewals Coming
- Adobe: Sep 15 ($660)
- Amazon Prime: Oct 1 ($139)
```
## What To Track
- Cost and billing frequency
- Billing date and payment method
- Last time used
- Perceived value (essential/high/medium/low)
## What To Surface
- "You spend $165/month on subscriptions"
- "HBO unused for 3 weeks"
- "Adobe renews in 30 days — $660"
- "3 subscriptions bill this week"
## Review Triggers
- Unused 30+ days → suggest cancel
- Price increased → flag it
- Annual renewal approaching → remind 7 days before
- Quarterly prompt: "still getting value?"
## Cancelled Log
```markdown
# cancelled.md
## 2024
- Hulu: Feb 1 (never used) — saved $18/mo
```
## Progressive Enhancement
- Start: list all current subscriptions
- Add billing dates and costs
- Track usage patterns
- Quarterly review habit
## What NOT To Do
- Forget annual renewals until charged
- Ignore unused subscriptions
- Miss price increases
- Keep services "just in case"
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!