google-chat

List Google Chat spaces, send messages, and read conversations via OAuth.

392|41|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/sanjay3290/ai-skills --skill google-chat-sanjay3290
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-chat
Source: https://github.com/sanjay3290/ai-skills/tree/main/skills/google-chat
Command: npx skills add https://github.com/sanjay3290/ai-skills --skill google-chat-sanjay3290

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires keyring, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with Google Chat, allowing users to manage spaces, send messages, and handle direct messages without needing complex external tools.

Core Features & Use Cases

  • List and Find Spaces: Easily view or search for your Google Chat spaces.
  • Send Messages: Post messages to any space or send direct messages to individuals.
  • Read Conversations: Retrieve message history from spaces.
  • Create Spaces: Set up new chat spaces with specified members.
  • Use Case: When you need to quickly send an update to your team in a specific Google Chat space or ask a colleague a question via DM, this skill handles it.

Quick Start

Use the google-chat skill to send a message to the space named "Project Alpha" saying "Hello team!".

Frequently Asked Questions about google-chat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send messages to a Google Chat space without using external tools?

To send Google Chat messages, you can use this Skill to post updates directly to any space or individual. It handles message routing internally without needing complex external tools.

Can I read conversation history from my Google Chat spaces?

Yes, you can read Google Chat conversations by retrieving the message history from your spaces. The Skill supports fetching past conversations for review.

Do I need a Google Workspace account to manage direct messages in Google Chat?

Google Chat direct message management supports Google Workspace accounts. It uses standalone OAuth authentication to securely access your workspace and handle DMs.

What's the best way to list and search for Google Chat spaces?

The best way to list Google Chat spaces is using the Skill's space management feature, which allows you to easily view or search for spaces within your Google Workspace environment.

How does the keyring dependency handle Google Chat OAuth tokens?

The keyring dependency manages Google Chat OAuth tokens securely by storing them locally. This allows Python scripts to execute authenticated requests without manual token entry.

Can I create new Google Chat spaces with specified members automatically?

Yes, you can create new Google Chat spaces with specified members. The Skill sets up the chat space and configures the initial membership automatically.