Add skool/classroom domain skill#486
Open
rodkend78 wants to merge 1 commit into
Open
Conversation
Reading/writing Skool classroom lessons: next-data endpoints (md redirect +
lazy-desc traps), [v2] TipTap desc format with confirmed node/mark shapes,
and the PUT api2.skool.com/courses/{id} save endpoint.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Skill review passedReviewed 1 file(s) — no findings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
domain-skills/skool/classroom.md— how to read and edit Skool classroom course/lesson content programmatically.Field-tested while reformatting 159 lessons across 25 courses in a live community:
md=redirect trap and the lazy-hydrateddesctrap (only the selected module's content is populated).[v2]TipTap desc format with node/mark shapes confirmed to render and round-trip through Skool's own editor (headings, lists, blockquote, codeBlock, links).PUT api2.skool.com/courses/{moduleId}with cookie auth, including the video_id-preservation caveat and the resources-untouched behavior.🤖 Generated with Claude Code
Summary by cubic
Add
domain-skills/skool/classroom.mddocumenting how to read and edit Skool Classroom lessons programmatically. Covers data endpoints, the TipTap[v2]format, and key traps to make automation reliable./_next/data/...withmd=; handle redirect withoutmd=and lazydeschydration.[v2]TipTap nodes/marks that render and round‑trip; note that pasted markdown is saved as literal text.PUT https://api2.skool.com/courses/{moduleId}with cookie auth; preservevideo_id; resources untouched; verify by structure; note hydration delays on large lessons.Written for commit ba0bb8e. Summary will update on new commits.