ホーム/エデュケーション/recipe-create-classroom-course
R

recipe-create-classroom-course

by @googleworkspacev
4.5(136)

Google Classroomコースを作成し、生徒を招待して、オンライン教育と管理を容易にします。

google-classroomcourse-creationlms-integrationeducational-technologygoogle-workspaceGitHub
インストール方法
npx skills add googleworkspace/cli --skill recipe-create-classroom-course
compare_arrows

Before / After 効果比較

1
使用前

以前は、Google Classroomのコース作成には、コース情報やテーマを手動で設定し、その後、生徒のメールアドレスを一つずつ、または一括でインポートする必要がありました。このプロセス全体は煩雑で時間がかかり、特に生徒数が多い場合にはエラーが発生しやすかったのです。

使用後

現在では、自動化ツールを使用することで、基本的なコース情報と生徒リストを提供するだけで、システムが自動的にコースを作成し、招待を送信できます。これにより、教師の時間と労力を大幅に節約し、効率を向上させます。

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

  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

ユーザーレビュー (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日