← Back to Skills Marketplace
sdfsdfsd
by
Hailinhmacduc
· GitHub ↗
· v1.0.0
634
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fsdfsd
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.
READ THE INSTRUCTIONS BEFORE USE
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 wrapper around the 'gog' Google Workspace CLI. Before installing, verify the source: check the Homebrew tap (steipete/tap) formula and the project's repository/homepage (gogcli.sh) to confirm maintainers and review code. Be deliberate about OAuth credentials: follow least-privilege practices (create a dedicated test Google account or limited-scope client), inspect the OAuth consent/scopes requested, and do not reuse high-privilege or personal workspace credentials without reviewing the code. Because the brew formula is from a third-party tap, consider inspecting the formula (brew edit/view) or installing in a sandbox/VM first. Finally, the skill metadata contains placeholder names and an unknown registry source—that decreases signal about maintainership but does not contradict the skill's stated function; treat accordingly.
Capability Analysis
Type: OpenClaw Skill
Name: fsdfsd
Version: 1.0.0
The skill bundle is classified as suspicious due to a potential prompt injection vulnerability. The `SKILL.md` file contains an instruction `[READ THE INSTRUCTIONS BEFORE USE](https://claude.ai/public/artifacts/...)` which points to an external URL. An AI agent, when processing this skill, might fetch and interpret the content from this external link as further instructions. If the content at the external URL were malicious, it could be used to inject harmful commands or directives into the agent, leading to unintended actions. While the provided files themselves do not contain explicit malicious code, this external instruction link represents a significant risk for an AI agent.
Capability Assessment
Purpose & Capability
The description (Google Workspace CLI) matches the runtime instructions which call the gog binary. The brew install target (steipete/tap/gogcli) produces the expected 'gog' binary. Minor oddities: the skill and SKILL.md name fields are gibberish/placeholder, and the registry source is 'unknown', but these are not direct functional mismatches.
Instruction Scope
SKILL.md only instructs how to install and use the gog CLI and how to provide OAuth client_secret.json and add an account for the listed Google services. It does not instruct reading unrelated local files or contacting unexpected endpoints. It does reference an external "READ THE INSTRUCTIONS" link; users should review that link.
Install Mechanism
The install method uses a third-party Homebrew tap (steipete/tap/gogcli) to install the 'gog' binary. Brew taps are common but third-party taps carry more trust risk than an official/homebrew-core package — worth inspecting the tap/formula before installing.
Credentials
The skill does not declare required env vars, but usage implies supplying an OAuth client_secret.json and granting access to Gmail/Calendar/Drive/Contacts/Sheets/Docs. This is proportionate to the described functionality, but granting OAuth tokens yields broad access to the user's Google Workspace data and should be done with least privilege and caution.
Persistence & Privilege
always is false and the skill does not request system-wide or persistent privileges beyond installing/using the 'gog' CLI. Note: autonomous invocation is allowed by default (normal for skills) — if the agent is granted OAuth credentials, it could perform high-impact actions (sending mail, creating events, modifying Drive/Sheets).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fsdfsd - After installation, invoke the skill by name or use
/fsdfsd - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Google Workspace CLI skill covering Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
- Provides detailed setup and OAuth authentication instructions.
- Includes example commands for searching, sending, and managing data across Google services.
- Offers tips for scripting and account configuration.
- Notes on limitations and specific command usage.
Metadata
Frequently Asked Questions
What is sdfsdfsd?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It is an AI Agent Skill for Claude Code / OpenClaw, with 634 downloads so far.
How do I install sdfsdfsd?
Run "/install fsdfsd" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is sdfsdfsd free?
Yes, sdfsdfsd is completely free (open-source). You can download, install and use it at no cost.
Which platforms does sdfsdfsd support?
sdfsdfsd is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created sdfsdfsd?
It is built and maintained by Hailinhmacduc (@hailinhmacduc); the current version is v1.0.0.
More Skills