← ClaudeAtlas

takemycourseformelisted

Extract a paid online course from Skool or Circle into ADHD-friendly cliff notes (a TLDR + scannable study guide) plus a "know enough to build/implement it" handoff. Trigger on phrases like "extract this course", "cliff notes", "study this course", "TLDR the course", "summarize my course", "study guide", "course extraction", or when the user names Skool or Circle. Teaches the full pipeline: auth (never headless for Skool), course-tree mapping, resumable lesson capture (text + resource links to the downloadable ZIP/PDF files that are the real deliverables), video + transcript pull (yt-dlp/Whisper, Step 4), transcript cleanup, deep read, gap analysis, and the implementation handoff.
MyAiFreedomSystems/incredagents-site · ★ 0 · AI & Automation · score 60
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