Google workspace automation
Skill 0x-Professor/Agent-Skills-Hub/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.From its SKILL.md
npx -y skills add 0x-Professor/Agent-Skills-Hub --skill google-workspace-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `Run `scripts/plan_workspace_automation.py`` and 1 more.
SKILL.md
0.9 KB, 130 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it: 3 files
4.7 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml225 B
references/
- workspace-guide.md415 B
scripts/
- plan_workspace_automation.pyruns4.0 KB