aj-gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aceundefeated/aj-gogWhat This Skill Does
The aj-gog skill provides a powerful command-line interface for interacting with the Google Workspace ecosystem through OpenClaw. It serves as a unified bridge to Gmail, Google Calendar, Google Drive, Google Contacts, Google Sheets, and Google Docs. By leveraging OAuth 2.0 authentication, this skill allows users to perform CRUD operations on their workspace data directly from their terminal or via an AI agent, streamlining workflows that would otherwise require manual browser navigation or complex API integrations.
Installation
To install this skill, use the following command in your terminal:
clawhub install openclaw/skills/skills/aceundefeated/aj-gog
Once installed, perform the mandatory setup steps to link your Google account:
- Run
gog auth credentials /path/to/client_secret.jsonto configure your API client. - Run
gog auth add [email protected] --services gmail,calendar,drive,contacts,sheets,docsto authorize the necessary scopes. - Verify your configuration by running
gog auth list.
Use Cases
- Automated Reporting: Periodically fetch data from Sheets or Docs and generate summarized reports for email distribution.
- Calendar Management: Quickly query your schedule for upcoming meetings or manage events without switching windows.
- Data Pipeline Integration: Append log data or process results directly into Google Sheets for collaborative dashboarding.
- Information Retrieval: Search through vast Drive folders or Gmail history using standard query syntax to find specific documents or threads.
Example Prompts
- "Check my Gmail for any emails from the last 24 hours regarding the project launch and summarize the sender and subject for me."
- "Look up the upcoming meetings on my calendar for tomorrow and email a summary to my team lead at [email protected]."
- "Grab the latest Q4 sales data from my spreadsheet with ID '12345' and export the first ten rows into a summary report."
Tips & Limitations
- Efficiency: Set the
GOG_ACCOUNTenvironment variable to your primary email address to avoid passing the--accountflag repeatedly. - Automation: For programmatic use cases, always use the
--jsonflag combined with--no-inputto ensure predictable, machine-readable output. - Limitations: Note that Docs in-place editing is not supported directly; you must use alternative methods for content modification. Always review actions involving outgoing emails or event creation as these are high-impact operations. Ensure your OAuth tokens are rotated as per your organization's security policy.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aceundefeated-aj-gog": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
aj-obsidian
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
aj-self-improving-agents
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
aj-github
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
aj-openai-whisper
Local speech-to-text with the Whisper CLI (no API key).