gog

Solid

Google Workspace CLI for Gmail, Google Calendar events, meetings, schedules, availability, Drive, Contacts, Sheets, and Docs

AI & Automation 109 stars 10 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
68
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# gog Use `gog` for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup. ## Setup (once) ```bash hybridclaw skill install gog gog hybridclaw auth login google --client-id <id> --client-secret <secret> --account you@gmail.com hybridclaw auth status google ``` HybridClaw stores the Google OAuth client secret and refresh token in encrypted runtime secrets, mints a short-lived access token on the host, and injects only `GOG_ACCESS_TOKEN`, `GOOGLE_WORKSPACE_CLI_TOKEN`, and `GOG_ACCOUNT` into the agent runtime for Google Workspace CLIs. ## Common commands `gog` supports the commands: calendar, chat, contacts, docs, drive, forms, gmail, groups, people, slides, tasks, sheets - Help about a gog command: `gog <command> --help` - Gmail search: `gog gmail search 'newer_than:7d' --max 10` - Gmail messages search (per email, ignores threading): `gog gmail messages search "in:inbox from:ryanair.com" --max 20 --account you@example.com` - Gmail send (plain): `gog gmail send --to a@b.com --subject "Hi" --body "Hello"` - Gmail send (multi-line): `gog gmail send --to a@b.com --subject "Hi" --body-file ./message.txt` - Gmail send (stdin): `gog gmail send --to a@b.com --subject "Hi" --body-file -` - Gmail send (HTML): `gog gmail send --to a@b.com --subject "Hi" --body-html "<p>Hello</p>"` - Gmail draft: `gog gmail drafts create --to a@b.com --subject "Hi" --body-file ./message.txt` - Gmail send draft: `gog gmail drafts send <draftId>` - Gmail reply: `gog gmail send --to a@b.com...

Details

Author
HybridAIOne
Repository
HybridAIOne/hybridclaw
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

gogcli

Access Google Workspace capabilities through gogcli. Use for Gmail, Calendar, Drive, Contacts, Tasks, and related Google account workflows once the skill runtime is enabled.

10 Updated 3 days ago
lsegal
AI & Automation Listed

gws

Use the gws CLI for Google Calendar, Gmail, Drive, Sheets, Docs, Tasks, and cross-service Workspace workflows.

109 Updated today
HybridAIOne
AI & Automation Listed

google-workspace

Use browser automation for Google Workspace web UI tasks in Gmail, Calendar, Drive, Docs, and Sheets.

109 Updated today
HybridAIOne
AI & Automation Listed

google-workspace

Gmail, Google Calendar, Drive, Sheets via Google APIs

44 Updated today
ariffazil
AI & Automation Listed

gws

Google Workspace CLI (gws) — unified command-line tool for Gmail, Drive, Sheets, Docs, Calendar, Chat, Admin, and 40+ Google APIs. Use this skill when the user wants to interact with any Google Workspace service from the terminal or via AI agents, set up gws authentication, configure the gws MCP server, manage Google Drive files, read or send Gmail, create or query Google Sheets, edit Google Docs, manage Calendar events, or automate any Google Workspace workflow. Also activate when the user mentions 'gws', 'google workspace cli', 'google drive cli', 'gmail from terminal', 'sheets api', 'google docs api', 'gws mcp', 'workspace automation', or asks to 'list my drive files', 'send email via cli', 'read my calendar', 'update spreadsheet', 'create a google doc'. Do NOT activate for native Claude MCP integrations (claude_ai_Gmail, claude_ai_Google_Calendar) unless the user explicitly wants to use gws instead, or needs services not covered by native integrations (Sheets, Docs, Drive, Chat, Admin).

35 Updated today
anton-abyzov