Add gog-cli skill
loading diff…
Adds command reference skill for gog CLI - a fast, script-friendly CLI for Google Workspace services.
Teaches Claude how to use gog CLI commands for Google Workspace operations (Gmail, Calendar, Drive, Chat, Tasks, Sheets, Docs, Slides, Contacts, People, Groups, Classroom, Keep).
User: "Check my unread emails from the last week"
Claude: gog gmail search 'is:unread newer_than:7d'
User: "What's on my calendar today?"
Claude: gog calendar events --today
User: "Send an email to john@example.com about the meeting"
Claude: gog gmail send --to="john@example.com" --subject="Meeting" --body="..."
The existing google-workspace-skills by @sanjay3290 provides API-based OAuth integration. This skill is for users of the gog CLI tool - a command-line approach that requires the CLI installed locally.