From gws
Creates Google Classroom course with gws CLI, invites students by email, and lists enrollees. For automating course setup in educational environments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-create-classroom-courseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-classroom`
PREREQUISITE: Load the following skills to execute this recipe:
gws-classroom
Create a Google Classroom course and invite students.
gws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}'gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "[email protected]", "role": "STUDENT"}'gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format tablenpx claudepluginhub wadewarren/gws-claude-pluginManages Google Classroom via gws CLI: create/list/update/delete courses, handle rosters and coursework.
Automates Google Classroom operations (courses, assignments, rosters, announcements) via Rube MCP and Composio. Always searches for current tool schemas before execution.
Guides Google Workspace CLI (gws) setup: installs via npm, creates GCP project, configures OAuth and APIs (Gmail/Drive/etc.), authenticates, installs Claude Code skills. For first-time use or auth troubleshooting.