Gws recipe create classroom course
Skill hamzabellouch/agent-skills/Google Workspace Automation/gws-recipe-create-classroom-course
Create a Google Classroom course and invite students.From its SKILL.md
npx -y skills add hamzabellouch/agent-skills --skill gws-recipe-create-classroom-courseAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 160 tokens by cl100k_base, as published. Nobody here has run it
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
- Create the course:
gws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}' - Invite a student:
gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "[email protected]", "role": "STUDENT"}' - List enrolled students:
gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format table
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.