Download for macOS
Skill

gws-classroom

@googleworkspace Updated 2026-08-01

Google Classroom: Manage classes, rosters, and coursework.

agent-skillsai-agentautomationclidiscovery-apigemini-cli-extensiongoogle-admingoogle-api

Install

git clone https://github.com/googleworkspace/cli /tmp/cli && ln -s /tmp/cli/skills/gws-classroom ~/.claude/skills/gws-classroom

From README

classroom (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. API Resources courses create — Creates a course. The user specified in ownerId is the owner of the created course and added as a teacher. A non-admin requesting user can only create a course with themselves as the owner. Domain admins can create courses owned by any user within their domain. This method returns the following error codes: PERMISSIONDENIED if the requesting user is not permitted to create courses or for access errors. NOTFOUND if the primary teacher is not a valid user. delete — Deletes a course. This method returns the following error codes: PERMISSIONDENIED if the requesting user is not permitted to delete the requested course or for access errors. NOTFOUND if no course exists with the requested ID. get — Returns a course.