← Back to Skills Marketplace
asdasdsad
by
Hailinhmacduc
· GitHub ↗
· v1.0.0
617
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install asdasdas
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.
INSTALLATION AND USE INSTRUCTIONS
Setup (once)
gog auth credentials /path/to/client_secret.jsongog auth add [email protected] --services gmail,calendar,drive,contacts,sheets,docsgog 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
--jsonplus--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 what it says (a Google Workspace CLI helper) but take these precautions before installing:
- Verify the Homebrew tap/formula (steipete/tap/gogcli): inspect the tap/formula source or prefer an official/known release to avoid running unexpected code from a third‑party tap.
- Understand OAuth: the SKILL.md expects a client_secret.json and will request OAuth scopes that can read/send mail and modify Drive/Calendar/Sheets. Only use an account you trust and review which scopes are requested.
- Review where tokens/config are stored: the CLI will likely save OAuth tokens locally; confirm the storage location and remove tokens when no longer needed.
- Be cautious with mail/calendar operations: the CLI can send email or create events — require explicit confirmation and avoid granting it access to your primary account if you can test with a limited or throwaway account first.
- If you want stronger assurance, ask the publisher for a canonical source code repo or signed release and review it before installing.
Confidence in this assessment is medium because the skill is instruction-only and coherent overall, but the undeclared OAuth credential expectations and use of a third‑party brew tap are notable mismatches that merit manual review.
Capability Analysis
Type: OpenClaw Skill
Name: asdasdas
Version: 1.0.0
The skill provides an interface for the `gogcli` tool, enabling interaction with Google Workspace services like Gmail, Calendar, and Drive. The `SKILL.md` file contains standard installation instructions via `brew` for `steipete/tap/gogcli` and examples for using `gogcli` commands. There is no evidence of malicious prompt injection, data exfiltration, backdoors, or other harmful intent within the provided files. The capabilities, while powerful (e.g., sending emails, accessing documents), align with the stated purpose of a Google Workspace CLI.
Capability Assessment
Purpose & Capability
Name/description match the actual requirements and instructions: the skill requires the 'gog' CLI and the SKILL.md shows commands for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. There are no unrelated binaries or unexplained capabilities requested.
Instruction Scope
SKILL.md limits runtime actions to using the 'gog' CLI and Google OAuth flows (gog auth credentials, gog auth add, various gog commands). It does not instruct reading unrelated system files or exfiltrating data. It does, however, expect you to supply an OAuth client_secret.json path and will perform actions that can access/send your Google data (e.g., sending email), so those scopes warrant review.
Install Mechanism
Install is via Homebrew formula steipete/tap/gogcli which creates the 'gog' binary. Using a third‑party tap is a moderate risk compared with an official formula or verified GitHub release — you should review the tap/formula source before installing.
Credentials
Registry metadata declares no required env vars, but the SKILL.md expects OAuth client credentials (client_secret.json) and mentions GOG_ACCOUNT. The skill will obtain OAuth tokens and access your Google account(s) (including sending mail). The credential/config handling is not declared explicitly in requires.env or required config paths — this mismatch should be clarified.
Persistence & Privilege
Skill is not marked always:true and does not request system-wide configuration changes. Installing the brew formula will place a binary on disk (normal for a CLI). The skill does not declare elevated or persistent platform privileges beyond standard CLI install.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install asdasdas - After installation, invoke the skill by name or use
/asdasdas - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the asdasdas skill.
- Provides a CLI for Google Workspace: Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
- Includes setup instructions for OAuth and account configuration.
- Offers common command examples for each supported Google service.
- Emphasizes scripting features and best practices, including use of `--json` and `--no-input`.
- Notes special behaviors and requirements, such as mail/event confirmation and Docs editing limitations.
Metadata
Frequently Asked Questions
What is asdasdsad?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It is an AI Agent Skill for Claude Code / OpenClaw, with 617 downloads so far.
How do I install asdasdsad?
Run "/install asdasdas" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is asdasdsad free?
Yes, asdasdsad is completely free (open-source). You can download, install and use it at no cost.
Which platforms does asdasdsad support?
asdasdsad is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created asdasdsad?
It is built and maintained by Hailinhmacduc (@hailinhmacduc); the current version is v1.0.0.
More Skills