google-workspace-automation
v0.1.0Design Gmail, Drive, Sheets, and Calendar automations with scope-aware plans. Use for repeatable daily task automation with explicit OAuth scopes and audit-ready outputs.
Installation
Please help me install the skill `google-workspace-automation` from SkillHub official store.
npx skills add 0x-Professor/google-workspace-automation
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
scripts/plan_workspace_automation.pyfor deterministic automation planning. - Read
references/workspace-guide.mdfor scope and quota considerations.
Guardrails
- Always declare least-privilege scopes.
- Keep automations idempotent and auditable.