---
title: "Subscription Tracker with Renewal Alerts"
description: "I keep forgetting about renewals until the charge hits my card. Here's what I pay for: Netflix $15.99/month (June 12), Spotify $9.99/month (June 25), ChatGPT Plus $20/month (July 1), GitHub Pro $4/month (July 10). Save them, show me my total monthly spend, and set up a daily automatic check that pings me in Telegram 3 days before any renewal — without me having to ask every time.\n\n<img width=\"809\" height=\"546\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/ccad77ca-ee4e-4c14-a965-9620c968379f\" />"
canonical: "https://hub.ironclaw.com/usecases/subscription-tracker-with-renewal-alerts"
markdown: "https://hub.ironclaw.com/usecases/subscription-tracker-with-renewal-alerts.md"
type: "use-case"
categories: ["Personal assistant","Business ops","Automation"]
author: "Evgeny"
---

# Subscription Tracker with Renewal Alerts

## Example Prompt

> I keep forgetting about renewals until the charge hits my card. Here's what I pay for: Netflix $15.99/month (June 12), Spotify $9.99/month (June 25), ChatGPT Plus $20/month (July 1), GitHub Pro $4/month (July 10). Save them, show me my total monthly spend, and set up a daily automatic check that pings me in Telegram 3 days before any renewal — without me having to ask every time.
> 
> <img width="809" height="546" alt="Image" src="https://github.com/user-attachments/assets/ccad77ca-ee4e-4c14-a965-9620c968379f" />

## What the Agent Does

The agent saves each subscription — name, amount, and renewal date — to its persistent memory. It adds up your total monthly spend and immediately flags anything renewing within the next 3 days.

A daily routine runs every morning in the background: it reads your subscription list, checks which renewals are coming up, and sends a Telegram alert 3 days before each one with the service name, amount, and exact date — so you're never caught off guard or paying for something you forgot about.

You can add new subscriptions anytime just by telling the agent, and it updates the list and recalculates your spend instantly. You can also drop a screenshot of a renewal email or receipt and the agent will extract the details automatically without any manual typing.

![Image](https://github.com/user-attachments/assets/1d922d2b-c686-424e-822a-84c14c5c2927)

## Skills and Tools

- memory_write / memory_read (built-in)
- image_analyze (built-in)
- time (built-in)
- message / Telegram channel (built-in)
- Routines / cron (built-in)
- name: Subscription name
- price: Monthly price in USD
- next_payment: Date of next payment
- currency: Currency (USD)
- No external skills installed
- Custom Python logic
- $0

## Categories

- Personal assistant
- Business ops
- Automation

## Links

- [HTML page](https://hub.ironclaw.com/usecases/subscription-tracker-with-renewal-alerts)

