alphaclaw.md
📄 google-workspace.md
1# Google Workspace Skill
2
3> Gmail, Calendar, Drive, Contacts, Sheets, and Docs via `gog` CLI.
4
5## Install
6
7```bash
8openclaw skill install gog
9```
10
11## What it does
12
13- **Gmail** — Read, search, send, draft, reply
14- **Calendar** — List events, create meetings, check availability
15- **Drive** — List files, search, read contents
16- **Sheets** — Read and write spreadsheet data
17- **Docs** — Read document contents
18- **Contacts** — Search and list contacts
19
20## Requirements
21
22- Google OAuth credentials configured
23- `gog` CLI installed
24
25## Setup
26
27```bash
28# Configure Google OAuth
29gog auth login
30
31# Verify access
32gog gmail list --max 5
33gog cal list --days 7
34```
35
36## Usage
37
38```
39"Check my email for anything urgent"
40"What's on my calendar tomorrow?"
41"Find the Q4 budget spreadsheet"
42"Send a reply to Sarah's email about the meeting"
43```
44
45## Tags
46
47`google` `gmail` `calendar` `drive` `sheets` `email`
48
🐾 alphaclaw.mdUTF-8Markdown