skills/academy-enrollments/SKILL.md
Manage academy enrollments by appending rows to a Google Sheet (used by Zapier/n8n to grant LearnWorlds access).
npx skillsauth add antoniolg/agent-kit academy-enrollmentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
~/.config/skills/config.json under academy_enrollments:
account: Google account for Sheets accesssheet_id: Spreadsheet IDExample:
{
"academy_enrollments": {
"account": "[email protected]",
"sheet_id": "spreadsheet_id_here"
}
}
Tabs (actual names in the sheet):
Dar acceso (append rows to grant access)Quitar accesoAñadir tagEliminar tagDar acceso columns (A:E):
email, nombre, apellidos, producto, precioNatural-language helper (best effort parser):
scripts/enroll-nl "Enroll Nombre Apellidos ([email protected]) in AI Expert precio 997"Low-level helper (explicit args):
scripts/enroll-grant-access.sh --email ... --nombre ... --apellidos ... --formacion "AI Expert" --precio 997--account and --sheet-id explicitly.List known product IDs seen in the sheet:
scripts/enroll-list-products.sh--account and --sheet-id explicitly.When the user asks in natural language to enroll someone:
email, full name, course name (e.g. "AI Expert"), optional price.Dar acceso via the helper.Avoid posting any sensitive data beyond the minimum necessary (email + course). Do not paste full sheet contents in chat.
tools
Use the private LearnWorlds CLI to inspect DevExpert Academy users, find students by email, list their enrolled courses/products, look up products, and perform safe enrollment workflows. Trigger when Antonio asks what courses a student has in LearnWorlds or academia.devexpert.io, whether someone belongs to the current or next AI Expert edition, or to use the LearnWorlds/academy CLI.
tools
Orchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.
development
Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards, generate fresh standalone images for sections or detail views instead of cropping old ones, avoid lazy under-generation, avoid cards-inside-cards-inside-cards UI, and keep the hero clean, spacious, readable, and visible on a small laptop.
development
Create, repair, validate, preview, and package Codex-compatible animated pet spritesheets from character art, screenshots, generated images, or visual references. Use when a user wants to hatch a Codex pet, create a custom animated pet, or build a built-in pet asset with an 8x9 atlas, transparent unused cells, row-by-row animation prompts, QA contact sheets, preview videos, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.