takemycourseformelisted
Install: claude install-skill MyAiFreedomSystems/incredagents-site
# TakeMyCourseForMe
Extract a course you paid for, then turn it into **cliff notes you can scan in
under a minute** and a **"know enough to build/implement it"** handoff for your
team. Works on **Skool** and **Circle** from one skill, one entry point.
The capture (extraction) is the means. The **cliff notes + build handoff** are
the point. You are not archiving a course — you are converting a paid course
into something you can *act on*.
---
## When to use
Use this skill when the user says any of:
- "extract this course" / "pull this course down"
- "cliff notes" / "study this course" / "TLDR this course" / "summarize my course"
- "I bought this Skool/Circle course, go get it"
- "turn this into a study guide" / "give me the cliff notes for my team"
---
## ⚠️ THE ONE RULE THAT SAVES YOU HOURS
**NEVER use a headless browser for Skool.**
Skool sits behind a login wall *plus* CloudFront **signed URLs** that only a real
session — a physical click or JavaScript running inside the user's *actual
logged-in Chrome tab* — can produce. A headless browser gets a **403** on every
asset (and a 146-byte `MissingKey` error body is the tell).
The user has already logged in. **Drive their real Chrome.** Do not try to
replicate the session in a headless browser — you will burn hours and fail.
```
Skool -> osascript "execute javascript" in the live logged-in Chrome tab
Circle -> two options: live Chrome (same bridge), OR Chrome cookie
decrypt -> import into a headless fet