Gmail

Read and send Gmail messages and threads via Gmail API.

XAIHT Updated

File contents

Gmail skill

Use the Gmail API. Acquire an OAuth token through Google's standard flow and place in GMAIL_OAUTH_TOKEN.

Endpoints

  • searchGET /gmail/v1/users/me/messages?q=<q>
  • getGET /gmail/v1/users/me/messages/{id}
  • sendPOST /gmail/v1/users/me/messages/send
  • reply → same as send, with threadId set
  • labelPOST /gmail/v1/users/me/messages/{id}/modify

Bodies for send use base64url-encoded RFC 2822 messages.

XAIHT/Tlamatini/tree/main/Tlamatini/agent/skills_pkg/gmail commit 1410aa8ae1

Frequently asked questions

npx skillmds@latest add xaiht/gmail