R
recipe-create-classroom-course
by @googleworkspacev
4.5(136)
创建一个Google Classroom课程,并邀请学生加入,便于在线教学和管理。
安装方式
npx skills add googleworkspace/cli --skill recipe-create-classroom-coursecompare_arrows
Before / After 效果对比
1 组使用前
过去,创建谷歌课堂课程需要手动设置课程信息、主题,然后逐一或批量导入学生邮箱,整个过程繁琐且耗时,容易出错,尤其是在学生数量庞大时。
使用后
现在,通过自动化工具,只需提供课程基本信息和学生名单,系统即可自动创建课程、发送邀请,大大节省了教师的时间和精力,提升了效率。
SKILL.md
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": "student@school.edu", "role": "STUDENT"}' - List enrolled students:
gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format table
用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价
统计数据
安装量14.0K
评分4.5 / 5.0
版本
更新日期2026年5月23日
对比案例1 组
用户评分
4.5(136)
5
24%
4
51%
3
24%
2
2%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年5月23日