recipe-create-classroom-course
작성자: Google
Google Classroom 과정을 만들고 학생들을 초대합니다.
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-classroom-courseCreate 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
Google의 다른 스킬
gws-modelarmor-sanitize-response
Google
Google Model Armor: Model Armor 템플릿을 통해 모델 응답을 정화합니다.
gws-people
Google
Google People: 연락처와 프로필을 관리합니다.
gws-shared
Google
gws CLI: 인증, 전역 플래그 및 출력 형식을 위한 공유 패턴.
gws-sheets
Google
구글 시트: 스프레드시트를 읽고 씁니다.
gws-sheets-append
Google
Google Sheets: 스프레드시트에 행을 추가합니다.
gws-sheets-read
Google
Google Sheets: 스프레드시트에서 값 읽기.
gws-slides
Google
Google Slides: 프레젠테이션을 읽고 씁니다.
gws-tasks
Google
Google Tasks: 작업 목록 및 작업을 관리합니다.