Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

Tmp.ZvBQwLjjXS

Use when the user asks to manage Google Classroom — create or update courses, enroll students and teachers, post announcements, create assignments, view submissions, grade work, manage topics, or send/accept invitations. Triggers for requests involving classrooms, courses, assignments, coursework, homework, student rosters, gradebook, or classroom management. Includes auth and Classroom tools only.

Audits

Suspicious

Install

openclaw skills install gogcli-mcp-classroom

gogcli-mcp-classroom

Extended Google Classroom MCP server via gogcli — 49 tools: auth (5) + 44 dedicated Classroom tools spanning courses, students, teachers, coursework, submissions, announcements, topics, invitations, and profiles.

Requirements

  • gogcli installed and authenticated
  • Node.js 18 or later

Setup

{
  "mcpServers": {
    "gogcli-classroom": {
      "command": "npx",
      "args": ["-y", "gogcli-mcp-classroom"],
      "env": {
        "GOG_ACCOUNT": "you@gmail.com"
      }
    }
  }
}

Classroom Tools

AreaTools
Courseslist / get / create / update / delete / archive / unarchive
Studentslist / get / add / remove
Teacherslist / get / add / remove
Rostercombined students+teachers list
Courseworklist / get / create / update / delete
Submissionslist / get / grade / return / turn-in / reclaim
Announcementslist / get / create / update / delete
Topicslist / get / create / update / delete
Invitationslist / get / create / accept / delete
Profileget (self or by userId)

For guardians, guardian-invitations, materials, and assignee management, use gog_classroom_run (the escape hatch).