بنقرة واحدة
gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Production-grade browser automation for AI agents using Playwright. Navigate URLs, take screenshots, click elements, fill forms, extract text/data, wait for elements, handle multiple tabs, and manage cookies/sessions. Use when an AI agent needs to interact with web applications for data extraction, testing, form submission, visual verification, login flows, or any browser-based automation. Security-focused with sandboxed browsing and domain controls.
Create, list, update, and manage Google Calendar events via Composio integration. Use for scheduling and calendar operations.
Create, read, and edit Google Docs via Composio integration.
Upload, download, search, share, and manage files in Google Drive via Composio.
Send, read, search, and manage Gmail via Composio integration. Use when working with email operations.
Create meetings and manage Google Meet spaces via Composio integration.
| name | gog |
| description | Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. |
| homepage | https://gogcli.sh |
| metadata | {"nachos":{"requires":{"bins":["gog"]}}} |
Use gog for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup.
gog auth credentials /path/to/client_secret.json
gog auth add you@gmail.com --services gmail,calendar,drive,contacts,docs,sheets
gog auth list
gog gmail search 'newer_than:7d' --max 10
gog gmail send --to a@b.com --subject "Hi" --body "Hello"
gog calendar events <calendarId> --from <iso> --to <iso>
gog drive search "invoice" --max 10 --json
gog sheets get <sheetId> "Tab!A1:D10" --json
gog docs export <docId> --format txt --out /tmp/doc.txt
--json for scripting.