
from hybridclaw109
Command-line integration for Google Workspace: Gmail, Calendar, Drive, Contacts, Sheets, Docs and related automation.
Provides a CLI wrapper (gog) to interact with Google Workspace services — Gmail, Calendar, Drive, Contacts, Sheets, Docs, Slides, and more. It streamlines common automation tasks like searching and sending email, creating and listing calendar events, querying Drive, and reading/updating Sheets. The skill documents usage patterns, useful flags (JSON output, body-file for email bodies), and scripting recommendations for safe automation.
Use this skill when an agent needs to read or send emails, search or create calendar events, access Drive files, or read/update Sheets/Docs programmatically. Ideal for automating notifications, syncing schedules, exporting docs, or performing quick spreadsheet reads/writes from agent scripts.
--json for scripting.Best suited for agents with CLI execution capability and OAuth integration (HybridClaw / Claude Code / local agent runtimes). The skill expects host-side OAuth setup and injects short-lived tokens for secure access.
Well-structured CLI skill for Google Workspace (Gmail, Calendar, Drive, Sheets, Docs, Contacts) via the gog CLI tool. Clear setup instructions for OAuth, comprehensive command examples covering all major services, and practical notes on email formatting and scripting. No bundled scripts — purely documentation-driven. Clean and functional.
No security concerns. OAuth credentials are user-supplied (not hardcoded). Skill follows standard CLI wrapper pattern. Documentation is thorough with good practical guidance.
PDF (HybridClaw)
Create, extract, render, and fill PDFs using bundled Node/JS tools — text extraction, page rendering, form detection, overlays, merging and splitting.
gws — Google Workspace CLI
Invoke Google Workspace services (Calendar, Gmail, Drive, Sheets, Docs, Tasks) via the gws CLI with auth checks and safe confirmation rules.