Google Workspace Workflow
Work across Gmail, Drive, Docs, and Sheets with scoped, verifiable reads and writes instead of ad hoc automation.
Before & after
Same prompt, same agent — the only difference is the skill.
That sounds useful for keeping your calendar and tasks in sync. You'd need to set up some kind of integration or automation between the two systems. There are a few different approaches you could take — webhooks, scheduled syncs, or maybe a third-party tool. The tricky part is deciding which events should create tasks and what the reverse sync should look like. Would you want all calendar events to become tasks, or just specific ones? How should conflicts be handled? I can help you think through the logic, but it depends on your specific workflow preferences.
SKILL ACTIVATED: Google Workspace Connecting with: Deep Work, Calendar integration suite WORKFLOW CONFIGURED SYNC DIRECTION: Calendar → Tasks (one-way, preventing conflicts) RULES SET: Calendar events tagged #task → auto-create task 24 hours before start time Task assigned to: same person as calendar event attendee Task priority: high if calendar event has meeting, medium otherwise Task due date: matched to event start time EXCLUSIONS (no sync): All-day events tagged #personal Calendar blocks with duration under 30 minutes Recurring standups (daily/weekly) TWO-WAY SYNC ENABLED FOR: Task completion → marks calendar event as done in notes Task deadline moved → updates calendar event time if same person requested TEST RUN RESULTS: 47 events processed 23 tasks created 0 conflicts detected ACTIVE STATUS: Syncing every 4 hours Next sync window: Jul 31 2:00pm UTC Task backlog ready for review CUSTOMIZATION: Adjust frequency, tag filters, and priority rules as needed
About this skill
name: google-workspace description: Use when Structured Claude skill that gives Claude a repeatable workflow for google workspace.
Google Workspace
One of 337+ skills in the original author's multi-agent claude-skills mega-collection (~19k GitHub stars). Packages the Google Workspace workflow with its own instructions and validation so outputs stay consistent.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the google-workspace skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Google Workspace; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: google-workspace
description: Use when a task involves Google Docs, Sheets, Gmail, Calendar, or Drive and needs a repeatable, validated workflow rather than an ad hoc one-off action.
version: 1.0.0
category: AI Agents / Development
author: AgentVolt
license: proprietary
tags:
- ai-agents
- development
---
# Google Workspace
Gives a repeatable workflow for working across Google Workspace surfaces so reads and writes stay scoped and verifiable.
## When to use
… (sign up to view the full skill)More ai & agents skills
View all AI & Agents skills →Skill Status Report
Scan every skill in a project and report which pass validation, which are stale, and which lack required metadata.
Skills Scaffolder
Scaffold a new skills directory — folder structure, metadata, a baseline validation pass — with the right conventions from day one.
Research Bundle
Run a multi-step research task as one pipeline: gather sources, extract findings, validate consistency, emit one structured bundle.
Workspace Admin
Administer a Cowork or Claude workspace — settings, access, configuration — with every change scoped and verified.