From tani-shi-skills
Use the `gog` CLI to interact with Google Workspace services: Gmail, Google Calendar, Google Drive, Google Chat, Google Tasks, Google Classroom, and Google Contacts. Use when the user wants to send or read email, check or create calendar events, upload or download Drive files, send Chat messages, manage tasks, or look up contacts. Trigger on: "gog", "Gmail", "Google Calendar", "Google Drive", "Google Chat", "Google Tasks", "Google Classroom", "Google Contacts", "send email", "read email", "check my calendar", "schedule a meeting", "upload to Drive", "share a file", "send a message on Chat", "add a task", "find contact", or any request to perform an action on a Google Workspace service. Do NOT trigger when the user is just discussing Google services conceptually without wanting to perform an action.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tani-shi-skills:gogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `gog` command to interact with Google services. The CLI is already installed and authenticated.
Use the gog command to interact with Google services. The CLI is already installed and authenticated.
--json — JSON output (use for parsing structured data)--plain — TSV output (stable, no colors)--force — skip confirmations for destructive commands--account EMAIL — select account (or set GOG_ACCOUNT)--client NAME — select OAuth client bucketHints/progress go to stderr; data goes to stdout.
--json when you need to parse results programmatically.gog ... --json 2>/dev/null gives clean JSON on stdout.YYYY-MM-DDYYYY-MM-DDTHH:MM[:SS]now, today, tomorrow, yesterday, weekday names (monday, next friday)24h (for --since flags)Load the relevant reference file based on which Google service the user needs:
When performing complex tasks (e.g., "find an email and reply to it"), chain commands:
gog auth list
gog time now
npx claudepluginhub tani-shi/skills --plugin tani-shi-skillsProvides MCP tools to search/send Gmail emails, manage Drive files/folders, create/edit Calendar events/Docs/Sheets/Slides/Forms, and handle Tasks/Chat. Use for Google Workspace interactions.
Manages Google Workspace operations across Gmail, Drive, Calendar, Docs, Sheets, and more using MCP tools or uvx CLI. Routes to 114 tools for checking email, finding files, scheduling meetings.
Integrates Claude Code with Google Workspace (Sheets, Docs, Slides, Gmail, Calendar, Tasks) for read/write operations, file/event management, comments, and multi-account auth via CLI tools.