← Back to Skills Marketplace
thayyilshihab24

thayyilshihab

by Devilss Double · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
114
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jkbro24
Description
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
README (SKILL.md)

gog

Use gog for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup.

Setup (once)

  • gog auth credentials /path/to/client_secret.json
  • gog auth add [email protected] --services gmail,calendar,drive,contacts,sheets,docs
  • gog auth list

Common commands

  • Gmail search: gog gmail search 'newer_than:7d' --max 10
  • Gmail send: gog gmail send --to [email protected] --subject "Hi" --body "Hello"
  • Calendar: gog calendar events \x3CcalendarId> --from \x3Ciso> --to \x3Ciso>
  • Drive search: gog drive search "query" --max 10
  • Contacts: gog contacts list --max 20
  • Sheets get: gog sheets get \x3CsheetId> "Tab!A1:D10" --json
  • Sheets update: gog sheets update \x3CsheetId> "Tab!A1:B2" --values-json '[["A","B"],["1","2"]]' --input USER_ENTERED
  • Sheets append: gog sheets append \x3CsheetId> "Tab!A:C" --values-json '[["x","y","z"]]' --insert INSERT_ROWS
  • Sheets clear: gog sheets clear \x3CsheetId> "Tab!A2:Z"
  • Sheets metadata: gog sheets metadata \x3CsheetId> --json
  • Docs export: gog docs export \x3CdocId> --format txt --out /tmp/doc.txt
  • Docs cat: gog docs cat \x3CdocId>

Notes

  • Set [email protected] to avoid repeating --account.
  • For scripting, prefer --json plus --no-input.
  • Sheets values can be passed via --values-json (recommended) or as inline rows.
  • Docs supports export/cat/copy. In-place edits require a Docs API client (not in gog).
  • Confirm before sending mail or creating events.
Usage Guidance
This skill appears to be a thin wrapper around the gog CLI. Before installing: 1) review the Homebrew tap formula (steipete/tap/gogcli) to confirm its source and contents; 2) be prepared to supply Google OAuth client credentials (client_secret.json) and to grant the gog tool access to Gmail/Drive/Calendar/etc — only grant the minimum scopes needed; 3) check where gog stores OAuth tokens on disk and ensure you’re comfortable with that storage location; 4) avoid using broad account credentials; and 5) test commands with read-only queries before using actions that send mail or create events. If you need higher assurance, verify the gog project homepage/repo and the brew formula source prior to installation.
Capability Analysis
Type: OpenClaw Skill Name: jkbro24 Version: 1.0.0 The skill provides a CLI interface (gog) for interacting with Google Workspace services including Gmail, Drive, and Sheets. The installation process uses a reputable Homebrew tap (steipete/tap/gogcli), and the instructions in SKILL.md are consistent with the tool's stated purpose, including safety reminders to confirm sensitive actions like sending emails.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions and the declared required binary (gog). The SKILL.md shows only standard Gmail/Calendar/Drive/Sheets/Docs operations that the gog CLI would provide.
Instruction Scope
Runtime instructions stay within the tool's scope: they tell the agent how to perform OAuth setup (client_secret.json), authenticate accounts, and run gog commands. There are no instructions to read unrelated system files, harvest other credentials, or post data to unexpected endpoints.
Install Mechanism
Install is via a third‑party Homebrew tap (steipete/tap/gogcli) which creates the gog binary — this is a common and reasonable install method but is higher risk than a mainline homebrew/core formula. Recommend reviewing the tap/formula before installing.
Credentials
The skill declares no required env vars, which is consistent with being a CLI wrapper. However, SKILL.md requires an OAuth client_secret.json file and mentions an optional GOG_ACCOUNT env var; those credential/file requirements are reasonable for a Google Workspace CLI but are not reflected in 'required env vars'. Users should be aware that OAuth client secrets and access tokens will be used/stored by the gog tool.
Persistence & Privilege
The skill does not request always:true, does not modify other skills' config, and uses the normal agent invocation model. No elevated persistence or cross-skill access is requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jkbro24
  3. After installation, invoke the skill by name or use /jkbro24
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of gog: a Google Workspace CLI tool - Provides command-line access to Gmail, Calendar, Drive, Contacts, Sheets, and Docs. - Includes setup instructions for OAuth authentication. - Offers a range of common commands for searching, listing, sending, updating, and exporting across supported Google services. - Features environment variable support and scripting-friendly options. - Docs editing not supported (export, cat, and copy only).
Metadata
Slug jkbro24
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is thayyilshihab?

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.

How do I install thayyilshihab?

Run "/install jkbro24" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is thayyilshihab free?

Yes, thayyilshihab is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does thayyilshihab support?

thayyilshihab is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created thayyilshihab?

It is built and maintained by Devilss Double (@thayyilshihab24); the current version is v1.0.0.

💬 Comments