Lesson 1
Your Agent's First Skill: Subscription Tracker
A practical introduction to how AI agents use "skills" to work for you

First: What Is an AI Agent?

You've used ChatGPT. You type a question, it answers. That's a chatbot.

An AI agent is different. It doesn't just answer questions -- it takes action. It can:

Think of it like hiring a virtual assistant who never sleeps, never forgets, and costs a fraction of a human employee.

So What's a "Skill"?

A skill is a written instruction set that teaches your agent how to do a specific job.

Just like you'd train a new employee with a checklist ("when a customer calls, do X, then Y, then Z"), a skill tells your agent:

Your agent comes with dozens of pre-built skills (coding, research, email, scheduling). But the real power is custom skills built for your specific business.

The Analogy

ConceptEmployee WorldAgent World
Training manualSOP documentSkill (SKILL.md)
Filing cabinetGoogle DriveFact Store (memory)
Daily alarmPhone reminderCron Job (scheduled task)
"Check the files""Search fact_store"Agent command
Learning the jobLoading the skillAutomatic on session start

Your First Skill: Subscription Tracker

The Problem

You sign up for free trials. You forget to cancel. You pay for tools you barely use. You're not sure what you're spending monthly on SaaS. Sound familiar?

The average small business wastes $150-300/month on forgotten or underused subscriptions.

The Solution

Your agent now has a Subscription Tracker skill. Here's what it does:

  1. Listens -- You tell it about subscriptions in normal English
  2. Remembers -- Stores each one with cost, billing date, and status
  3. Watches -- Flags things you're unsure about for review
  4. Warns -- Sends you a daily alert when a free trial is about to expire
  5. Reports -- Shows you total monthly spend anytime you ask

How You Talk to It

No apps. No dashboards. No spreadsheets. Just talk to your agent:

Adding a subscription:

"I signed up for Canva Pro, $13/month, trial ends June 20"

Putting something on watch (not sure if keeping):

"Put Canva on watch, I'm not sure I need Pro features"

Checking everything:

"What subscriptions do I have?"

Deciding:

"Keep Canva" or "Cancel Canva"

Checking spend:

"What's my monthly burn on subscriptions?"

That's it. The agent handles all the filing, tagging, and tracking behind the scenes.

What's Happening Behind the Scenes

You don't need to know this, but it helps to understand why agents are powerful:

1. Fact Store (The Agent's Memory)

Every subscription gets stored as a structured record. The agent can search, filter, and reason across all of these instantly.

2. Cron Job (The Daily Checker)

A scheduled task runs every morning at 9 AM. It scans all subscriptions and:

3. The Skill (The Instructions)

The SKILL.md file tells any agent exactly how to parse your natural language, store with the right tags, format reports, run the daily checker, and handle status changes.

Why This Matters Beyond Subscriptions

The subscription tracker is a learning example. It teaches you how agent skills work using something you deal with every day.

Now imagine applying the same pattern to:

Use CaseHow the Skill Would Work
Lead tracking"Add John from ABC Roofing, met at networking event, follow up Friday"
Expense logging"Logged $47 for office supplies at Staples"
Content calendar"Schedule a blog post about roof inspections for next week"
Client onboarding"New client: Mike's Plumbing, $2K/mo retainer, kickoff Thursday"
Daily briefingEvery morning: "Here's what's on your plate today..."

Same pattern. You talk, agent remembers, agent acts on schedule.

Getting Started

Your agent already has this skill loaded. Just start talking.
  1. Tell your agent about your current subscriptions (name, price, when you started)
  2. Flag anything you're unsure about: "put [name] on watch"
  3. Ask "check my subs" anytime
  4. Your agent will check in with you periodically and alert you to expiring trials

No setup, no configuration, no learning curve.

This is the minimum viable use case for an AI agent in your business. Simple, immediate value, no risk. The goal is to get you comfortable with the idea that you can talk to your agent like an employee -- and it will actually do the work.