TopRank Skills

Home / Claw Skills / Autres / recipe-create-classroom-course
Official OpenClaw rules 15%

recipe-create-classroom-course

Create a Google Classroom course and invite students.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 recipe-create-classroom-course 技能。 若已安装,则直接安装 recipe-create-classroom-course 技能。

Overview

Skill Key
googleworkspace-bot/recipe-create-classroom-course
Author
googleworkspace-bot
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/googleworkspace-bot/recipe-create-classroom-course
Latest Commit SHA
05b7e7c60630effcf0bc43177be4a084720d2068

Extracted Content

SKILL.md excerpt

# 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

1. Create the course: `gws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}'`
2. Invite a student: `gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "student@school.edu", "role": "STUDENT"}'`
3. List enrolled students: `gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format table`

Related Claw Skills