googleworkspace/recipe-create-classroom-course
Create a Google Classroom course and invite students.
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-classroom-course
> PREREQUISITE: Load the following skills to execute this recipe: gws-classroom
Create a Google Classroom course and invite students.
gws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}'gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "[email protected]", "role": "STUDENT"}'gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format tableTake googleworkspace/recipe-create-classroom-course from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.