Google Chat Messages

🌐Community
by jezweb · vlatest · Repository

This skill allows you to send Google Chat messages directly from your workspace, boosting team communication efficiency.

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 google-chat-messages npx -- -y @trustedskills/google-chat-messages
2

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

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

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 Chat, allowing them to read messages, post updates, and manage conversations within your workspace. It bridges the gap between automated workflows and real-time team communication channels.

When to use it

  • Automate status updates from CI/CD pipelines or deployment tools directly into project-specific chat rooms.
  • Trigger alerts for critical system errors or security incidents without requiring manual intervention.
  • Integrate with other Google Workspace apps (Docs, Sheets) to summarize data and share insights in team threads.
  • Facilitate quick approvals or voting mechanisms by posting interactive messages to broader groups.

Key capabilities

  • Read incoming messages from specified Google Chat rooms or threads.
  • Post text-based messages, including formatted content and links.
  • Manage conversation history and context within supported chat spaces.
  • Trigger actions based on specific message patterns or keywords.

Example prompts

  • "Post a summary of today's sales figures to the #sales-team room."
  • "Alert the engineering group if any build fails in the last hour."
  • "Share the latest project timeline from our shared Google Sheet in the #planning channel."

Tips & gotchas

Ensure your AI agent has appropriate OAuth permissions to access specific Google Chat rooms; otherwise, it may only be able to post to public spaces or fail silently. Test message formatting carefully, as rich media support can vary depending on the client app used to view Google Chat.

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
jezweb
Installs
152

🌐 Community

Passed automated security scans.