recipe-create-classroom-course

Create Google Classroom courses and invite students via CLI.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill recipe-create-classroom-course-cellarwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-create-classroom-course
Source: https://github.com/cellarwood/figurio/tree/main/skills/recipe-create-classroom-course
Command: npx skills add https://github.com/cellarwood/figurio --skill recipe-create-classroom-course-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the manual process of provisioning Google Classroom courses and enrolling students, removing repetitive CLI or console steps for instructors and administrators.

Core Features & Use Cases

  • Course Creation: Programmatically create a Classroom course with name, section, room, and owner settings.
  • Student Enrollment: Send invitations to individual student accounts and confirm enrolled student lists.
  • Use Case: A teacher or admin needs to onboard a new term's classes quickly by creating courses and inviting students in bulk via scripted steps.

Quick Start

Use the gws classroom commands to create a course named Introduction to CS and invite [email protected] as a student.

Frequently Asked Questions about recipe-create-classroom-course

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Classroom course creation and student invitations?

Automate Google Classroom course creation and student invitations by using gws classroom CLI commands to programmatically set course names, sections, and rooms, then send enrollment invitations to student accounts in bulk.

What do I need to set up Google Classroom courses programmatically?

To set up Google Classroom courses programmatically, you need gws classroom CLI access, the gws-classroom skill available in your environment, and valid Google Workspace owner credentials to authorize course creation and student enrollment.

Can I invite students to Google Classroom in bulk for a new term?

Yes, you can invite students to Google Classroom in bulk by scripting gws classroom commands to automatically send individual invitations to student accounts and confirm the enrolled student lists for new term classes.

What is the best way to onboard multiple Google Classroom classes without manual console steps?

The best way to onboard multiple Google Classroom classes without manual console steps is automating the provisioning workflow via gws classroom CLI, which creates courses with owner settings and enrolls students through scripted commands.

Does this Google Classroom automation work for workshops and training sessions?

Yes, this Google Classroom automation works for workshops and training sessions by allowing instructors and administrators to programmatically create classes and invite participants using the gws classroom CLI commands.

Why use CLI commands instead of the Google Classroom console for course setup?

Use CLI commands instead of the Google Classroom console for course setup to remove repetitive manual steps, enabling rapid bulk provisioning of courses and student enrollments that would otherwise require individual console interactions.