# gws-classroom

> Claude/Codex skill by [@googleworkspace](https://omgskills.com/library/googleworkspace/index.md) · 30k stars · Updated 2026-08-01

Google Classroom: Manage classes, rosters, and coursework.

Tags: agent-skills, ai-agent, automation, cli, discovery-api, gemini-cli-extension, google-admin, google-api, google-calendar, google-chat, google-docs, google-drive, google-sheets, google-workspace, oauth2, rust

## Install

```sh
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.

## Links

- HTML page: https://omgskills.com/skills/googleworkspace/cli/gws-classroom/
- GitHub: https://github.com/googleworkspace/cli
- Author: [@googleworkspace](https://omgskills.com/library/googleworkspace/index.md)

## More from this repo

- [gws-sheets](https://omgskills.com/skills/googleworkspace/cli/gws-sheets/index.md) — Google Sheets: Read and write spreadsheets.
   - [@googleworkspace](https://omgskills.com/library/googleworkspace/index.md) · 31k stars
- [gws-slides](https://omgskills.com/skills/googleworkspace/cli/gws-slides/index.md) — Google Slides: Read and write presentations.
   - [@googleworkspace](https://omgskills.com/library/googleworkspace/index.md) · 30k stars
- [gws-admin-reports](https://omgskills.com/skills/googleworkspace/cli/gws-admin-reports/index.md) — Google Workspace Admin SDK: Audit logs and usage reports.
   - [@googleworkspace](https://omgskills.com/library/googleworkspace/index.md) · 30k stars
