首页/教育与培训/recipe-create-classroom-course
R

recipe-create-classroom-course

by @googleworkspacev1.0.0
4.0(0)

创建一个Google Classroom课程,并邀请学生加入,便于在线教学和管理。

Google ClassroomCourse CreationLMS IntegrationEducational TechnologyGoogle WorkspaceGitHub
安装方式
npx skills add googleworkspace/cli --skill recipe-create-classroom-course
compare_arrows

Before / After 效果对比

1
使用前

过去,创建谷歌课堂课程需要手动设置课程信息、主题,然后逐一或批量导入学生邮箱,整个过程繁琐且耗时,容易出错,尤其是在学生数量庞大时。

使用后

现在,通过自动化工具,只需提供课程基本信息和学生名单,系统即可自动创建课程、发送邀请,大大节省了教师的时间和精力,提升了效率。

description SKILL.md


name: recipe-create-classroom-course version: 1.0.0 description: "Create a Google Classroom course and invite students." metadata: openclaw: category: "recipe" domain: "education" requires: bins: ["gws"] skills: ["gws-classroom"]

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

forum用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价,来写第一条吧

统计数据

安装量3.4K
评分4.0 / 5.0
版本1.0.0
更新日期2026年3月16日
对比案例1 组

用户评分

4.0(0)
5
0%
4
0%
3
0%
2
0%
1
0%

为此 Skill 评分

0.0

兼容平台

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

时间线

创建2026年3月16日
最后更新2026年3月16日