mcpbeat

Recipe Create Classroom Course

googleworkspace/recipe-create-classroom-course

Create a Google Classroom course and invite students.

220 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
30175
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-classroom-course

The instruction itself

2 sections, as written by the author

Create a Google Classroom Course

> PREREQUISITE: Load the following skills to execute this recipe: gws-classroom

Create a Google Classroom course and invite students.

Steps

  • Create the course: gws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}'
  • Invite a student: gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "[email protected]", "role": "STUDENT"}'
  • List enrolled students: gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format table

How to use it

Copy the folder

Take googleworkspace/recipe-create-classroom-course from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.