Skills 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-ready outputs.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/0x-professor/google-workspace-automation" ~/.claude/skills/clawdbot-skills-google-workspace-automation && rm -rf "$T"
manifest:
skills/0x-professor/google-workspace-automation/SKILL.mdsource content
Google Workspace Automation
Overview
Create structured automation plans for common Gmail, Drive, Sheets, and Calendar workflows.
Workflow
- Define automation goal, services, and actions.
- Derive required OAuth scopes and integration boundaries.
- Build execution plan with schedule and retry behavior.
- Export auditable artifact for implementation.
Use Bundled Resources
- Run
for deterministic automation planning.scripts/plan_workspace_automation.py - Read
for scope and quota considerations.references/workspace-guide.md
Guardrails
- Always declare least-privilege scopes.
- Keep automations idempotent and auditable.