Gws Classroom
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.
Run in terminal (recommended)
claude mcp add gws-classroom npx -- -y @trustedskills/gws-classroom
Or manually add to ~/.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/clicommand-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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.