Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Read Google Chat spaces/threads via the Chat API, create/refresh OAuth tokens, parse Gmail Chat URLs, and list spaces. Use when asked to look up or verify messages in Google Chat or when you need API access to Chat from the CLI.
Use this skill to read Google Chat messages from specific spaces or threads using local OAuth credentials.
python scripts/chat_auth.py
python scripts/chat_fetch.py \
--space AAAAAAA... \
--limit 50
python scripts/chat_fetch.py \
--space "https://mail.google.com/chat/u/0/#chat/space/..." \
--limit 50
scripts/chat_auth.py.--no-browser to use the console flow.~/.config/google-chat/token.json by default.python scripts/chat_list_spaces.py
python scripts/chat_fetch.py \
--space AAAAAAA... \
--thread THREAD_ID \
--limit 50
text (timestamp | sender | text | message name).--format json to get a JSON payload with messages and nextPageToken.npx skills add antoniolg/agent-kit --skill google-chatHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.