recipe-create-classroom-course
SolidCreate a Google Classroom course and invite students.
AI & Automation 26,720 stars
1406 forks Updated today Apache-2.0
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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
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`
Details
- Author
- googleworkspace
- Repository
- googleworkspace/cli
- Created
- 3 months ago
- Last Updated
- today
- Language
- Rust
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
gws-classroom
Google Classroom: Manage classes, rosters, and coursework.
26,720 Updated today
googleworkspace AI & Automation Solid
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
26,720 Updated today
googleworkspace Web & Frontend Listed
gws-classroom
This skill should be used when the user says "manage my classroom", "create a course", "list my classes", "add a student to a course", "assign coursework", "invite a teacher", or wants to manage Google Classroom. Covers courses, enrollments, coursework, announcements, topics, and guardian invitations.
3 Updated 3 days ago
radesjardins AI & Automation Solid
recipe-create-presentation
Create a new Google Slides presentation and add initial slides.
26,720 Updated today
googleworkspace AI & Automation Solid
recipe-create-shared-drive
Create a Google Shared Drive and add members with appropriate roles.
26,720 Updated today
googleworkspace