academy-enrollments
Installation
SKILL.md
Academy enrollments (Sheets → Zapier/n8n → LearnWorlds)
LearnWorlds API is not available on the current plan, so enrollment actions are triggered by writing rows into a Google Sheet that Zapier/n8n watches.
Sheet
- Configure defaults in
~/.config/skills/config.jsonunderacademy_enrollments:account: Google account for Sheets accesssheet_id: Spreadsheet ID
Example:
{
"academy_enrollments": {
"account": "you@example.com",
"sheet_id": "spreadsheet_id_here"
}
}