multiAI Summary Pending
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.
3,556 stars
byopenclaw
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/google-workspace-automation/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/0x-professor/google-workspace-automation/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/google-workspace-automation/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How google-workspace-automation Compares
| Feature / Agent | google-workspace-automation | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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.