Gws Chat
Gws Chat enables seamless integration of Google Workspace chats into your applications for instant communication and collaboration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gws-chat npx -- -y @trustedskills/gws-chat
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gws-chat": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gws-chat"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gws-chat skill enables AI agents to interact directly with Google Workspace services through a conversational interface. It bridges the gap between natural language commands and complex API operations within the Google ecosystem.
When to use it
- Automating routine administrative tasks like creating users or managing calendars without manual login.
- Querying specific data across Drive, Gmail, or Sheets using natural language instructions.
- Integrating Google Workspace functionality into custom workflows where a CLI is too technical for end-users.
- Streamlining collaboration by allowing agents to draft and send emails or update documents on behalf of users.
Key capabilities
- Direct integration with the
googleworkspace/clitoolset. - Conversational access to core Google Workspace applications.
- Installation via TrustedSkills registry for easy deployment.
- Support for 185+ active installations indicating community adoption.
Example prompts
- "Create a new calendar event titled 'Team Sync' for next Tuesday at 2 PM."
- "Draft an email to the marketing team summarizing last week's project updates and send it."
- "List all shared Google Drive folders accessible by my organization and their owners."
Tips & gotchas
Ensure your AI agent has appropriate OAuth credentials and permissions configured before attempting sensitive actions like sending emails or modifying files. Since this relies on the underlying CLI, verify that the specific Google Workspace API scopes required for your task are explicitly granted in the agent's configuration to avoid authentication errors.
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.