gws-classroom
仓库创建 2026年3月3日最近提交 5 天前SkillHot 收录 20 天前
▸ 精选理由
对学校管理员和教师自动化管理课程与学生信息非常实用。
▸ 风险提示
涉及学生数据与敏感教育信息,需合规授权与保护隐私。
这个 Skill 做什么
管理 Google Classroom 的课程、学员名册与作业等教学资源。
用 gws CLI 管理 Google Classroom 的课程、学员名册和作业分发,把教学管理流程自动化。适合学期开始建班、批量报名学生、布置或统计作业时使用,大幅减少重复手工操作。能创建课程并设置 owner/teacher、批量导入 roster 和作业,方便与校务系统或 LMS 集成。
▸ 展开 SKILL.md 英文原文
Google Classroom: Manage classes, rosters, and coursework.
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-classroom/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-classroom/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# classroom (v1) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws classroom <resource> <method> [flags] ``` ## API Resources ### courses - `create` — Creates a course. The user specified in `ownerId` is the owner of the created course and added as a teacher. A non-admin requesting user can only create a course with themselves as the owner. Domain admins can create courses owned by any user within their domain. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to create courses or for access errors. * `NOT_FOUND` if the
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有