Google Workspace
This skill integrates with Google Workspace to automate tasks like email sending and calendar management, boosting productivity.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add google-workspace npx -- -y @trustedskills/google-workspace
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": [
"-y",
"@trustedskills/google-workspace"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The google-workspace skill enables AI agents to interact with Google Workspace services, such as Gmail, Google Calendar, and Google Drive. It allows users to perform actions like sending emails, scheduling meetings, managing files, and accessing calendar events programmatically.
When to use it
- Automating email responses or sending bulk messages via Gmail.
- Scheduling or rescheduling calendar appointments from an AI agent.
- Managing and organizing files in Google Drive based on user instructions.
Key capabilities
- Integration with Gmail for sending and receiving emails.
- Access to Google Calendar for event management.
- Interaction with Google Drive for file handling.
Example prompts
- "Schedule a meeting with the team at 3 PM tomorrow."
- "Send an email to [email protected] with the subject 'Project Update' and the attached report.pdf from Google Drive."
- "List all upcoming calendar events for this week."
Tips & gotchas
- Ensure that proper OAuth credentials are configured for secure access.
- Be mindful of API rate limits when performing high-volume operations.
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.