← Back to Skills Marketplace
0x-professor

Google Workspace Automation

cross-platform ⚠ suspicious
912
Downloads
1
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install google-workspace-automation
Description
Design Gmail, Drive, Sheets, and Calendar automations with scope-aware plans. Use for repeatable daily task automation with explicit OAuth scopes and audit-r...
README (SKILL.md)

Google Workspace Automation

Overview

Create structured automation plans for common Gmail, Drive, Sheets, and Calendar workflows.

Workflow

  1. Define automation goal, services, and actions.
  2. Derive required OAuth scopes and integration boundaries.
  3. Build execution plan with schedule and retry behavior.
  4. Export auditable artifact for implementation.

Use Bundled Resources

  • Run scripts/plan_workspace_automation.py for deterministic automation planning.
  • Read references/workspace-guide.md for scope and quota considerations.

Guardrails

  • Always declare least-privilege scopes.
  • Keep automations idempotent and auditable.
Usage Guidance
This skill appears to be a planning-only tool: it generates automation plans and OAuth-scope lists from a JSON input and writes an output file. Before using it, review the output path you provide (to avoid overwriting important files), inspect any input JSON for sensitive data, and remember this tool does not perform API actions—if you later implement the plan against Google Workspace you will need to supply and protect OAuth credentials separately. If you want the skill to actually execute automations, require and audit OAuth usage at that time.
Capability Analysis
Type: OpenClaw Skill Name: google-workspace-automation Version: 0.1.0 The `scripts/plan_workspace_automation.py` script is suspicious due to potential arbitrary file read and write vulnerabilities. It accepts an `--input` path, allowing it to read any file accessible to the agent, leading to information disclosure. It also accepts an `--output` path, allowing it to write the generated automation plan to arbitrary locations, which could overwrite sensitive files. While the script's core functionality is legitimate (planning automation), these capabilities, if exploited by an attacker controlling the arguments, pose significant risks without clear malicious intent within the script itself.
Capability Assessment
Purpose & Capability
Name/description promise a scope-aware planning tool for Gmail/Drive/Sheets/Calendar; the bundled Python script and reference guide produce OAuth scope lists and auditable artifacts without performing API calls or requiring cloud credentials—this matches the stated purpose.
Instruction Scope
SKILL.md instructs running the included script and reading the guide. The script only reads a JSON input (with a 1MB cap) and writes an output artifact (json/md/csv). It performs no network requests and does not access other system secrets. Note: the script will create directories and write/overwrite the provided output path, so users should avoid giving privileged or sensitive filesystem paths as output.
Install Mechanism
No install spec; script is bundled in the skill (no downloads or external installers). This is low-risk and proportional for an instruction-only planning tool.
Credentials
No environment variables, credentials, or config paths are required. For a planner that only lists OAuth scopes and builds artifacts, this is appropriate. (Real integrations will need OAuth credentials for execution, but those are outside this skill's stated planning scope.)
Persistence & Privilege
Skill is not forced-always, does not request elevated persistence, and does not modify other skills or global agent config. Agent autonomy remains at the platform default.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install google-workspace-automation
  3. After installation, invoke the skill by name or use /google-workspace-automation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Google Workspace Automation skill. - Design automation plans for Gmail, Drive, Sheets, and Calendar tasks. - Automatically derive required OAuth scopes for explicit, audit-ready outputs. - Supports repeatable daily task automation with scope-aware planning. - Includes scripts and guides for deterministic planning and quota considerations. - Enforces least-privilege access and idempotent automations.
Metadata
Slug google-workspace-automation
Version 0.1.0
License
All-time Installs 8
Active Installs 7
Total Versions 1
Frequently Asked Questions

What is Google Workspace Automation?

Design Gmail, Drive, Sheets, and Calendar automations with scope-aware plans. Use for repeatable daily task automation with explicit OAuth scopes and audit-r... It is an AI Agent Skill for Claude Code / OpenClaw, with 912 downloads so far.

How do I install Google Workspace Automation?

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

Is Google Workspace Automation free?

Yes, Google Workspace Automation is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Google Workspace Automation support?

Google Workspace Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Google Workspace Automation?

It is built and maintained by Muhammad Mazhar Saeed (@0x-professor); the current version is v0.1.0.

💬 Comments