What problem does it solve?
This Skill enables quick, read-only access to Gmail, Google Contacts, and Google Calendar from a unified CLI, helping AI agents and users fetch messages, contacts, and events without switching between apps.
Core Features & Use Cases
- Read Gmail messages and threads to inform decisions or compose replies.
- Look up contacts and organizations from Google People in a unified view.
- Retrieve today’s or upcoming calendar events to plan meetings or check availability.
Quick Start
- Authenticate via OAuth and run the google-cli.sh wrapper to access Gmail, Contacts, and Calendar.
- Examples:
- List Gmail messages: google-cli gmail list --limit 10
- Get a full email: google-cli gmail get <MESSAGE_ID>
- List contacts: google-cli contacts list
- Show today’s events: google-cli calendar today