From gws
Creates Google Classroom course with gws CLI, invites students by email, and lists enrollees. For automating course setup in educational environments.
npx claudepluginhub wadewarren/gws-claude-pluginThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-classroom`
Creates Google Classroom course with gws CLI, invites students by email, and lists enrollees. For automating course setup in educational environments.
Automates Google Classroom tasks via Rube MCP (Composio): course management, assignments, student rosters, announcements. Requires Rube MCP connection and tool discovery first.
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.
Share bugs, ideas, or general feedback.
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": "student@school.edu", "role": "STUDENT"}'gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format table