Create a Google Classroom Course

SkillDev tools

This skill lets your AI set up classes in Google Classroom on your behalf. Once added, your AI can create a new course and invite students to it, so your class is ready without you building it by hand.

Available today. Use it from your connected AI after setup.

Add the skill, then ask your AI to create a course and tell it which students to invite.

Then ask your AI: use the Create a Google Classroom Course skill

What your AI can do with it

  • Create a new Google Classroom course
  • Invite students to a course it created
  • Set up a class without opening Google Classroom yourself

What this skill tells your AI

The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-create-classroom-course/SKILL.md and read by ahel’s review.

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

Create a Google Classroom course and invite students.

Steps

  1. Create the course: gws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}'
  2. Invite a student: gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "student@school.edu", "role": "STUDENT"}'
  3. List enrolled students: gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format table

Signals

GitHub stars
31k
Forks
2k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
recipe-create-classroom-course
Source
github.com/googleworkspace/cli