Gws Classroom

🌐Community
by googleworkspace · vlatest · Repository

Gws Classroom helps Google Workspace users manage their class schedules, assignments, and student communication for streamlined education workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add gws-classroom npx -- -y @trustedskills/gws-classroom
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "gws-classroom": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/gws-classroom"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact directly with Google Classroom via the googleworkspace/cli tool. It allows agents to manage class rosters, retrieve assignment details, and handle student submissions programmatically within a Google Workspace environment.

When to use it

  • Automating the grading process by fetching submission statuses for specific classes.
  • Generating attendance reports by extracting current roster data from active courses.
  • Streamlining administrative tasks like posting new assignments or retrieving due dates across multiple sections.
  • Integrating classroom analytics into broader educational dashboards without manual login.

Key capabilities

  • Direct integration with the googleworkspace/cli command-line interface.
  • Access to class-specific data including students, assignments, and submissions.
  • Programmatic management of Google Classroom resources.

Example prompts

  • "List all active classes in my domain and fetch the current student count for each."
  • "Retrieve the assignment details and submission status for Math 101 from last week."
  • "Export the roster for Science Grade 9 to a CSV format via Google Classroom."

Tips & gotchas

Ensure your AI agent has valid OAuth credentials with the necessary scopes to access Google Classroom data before attempting operations. This skill relies on the underlying CLI tool, so verify that googleworkspace is installed and configured correctly in your environment first.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
googleworkspace
Installs
157

🌐 Community

Passed automated security scans.