# Subscriptions

> View and manage tracked subscriptions — active services, costs, and payment history.

- Skill: `etanhey/subscriptions` (Agent Skill)
- Install (CLI): `npx skillmds@latest add etanhey/subscriptions`
- Raw SKILL.md: https://api.skillmd.com/api/skills/etanhey/subscriptions/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: EtanHey (https://skillmd.com/u/etanhey)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/etanhey/subscriptions

---


# Subscription Manager

View and manage tracked subscriptions.

## Process

1. Query Supabase `subscriptions` table for all active subscriptions
2. Show each service with: name, amount, currency, frequency, status
3. Calculate total monthly cost (yearly subscriptions ÷ 12)
4. Flag any subscriptions with recent price changes or failed payments
5. Show total: "You're spending $X/month on Y active subscriptions"

## Actions

- **List**: Show all active subscriptions sorted by cost
- **Cancel tracking**: Mark a subscription as cancelled (doesn't actually cancel the service)
- **Add**: Manually track a new subscription not detected from emails

