一键导入
google-workspace
Access Google Calendar, Gmail, and Google Docs/Drive using gws-auth CLI. Download Google Docs, manage calendar events, and send emails.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Access Google Calendar, Gmail, and Google Docs/Drive using gws-auth CLI. Download Google Docs, manage calendar events, and send emails.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automated WhatsApp notifications for upcoming calendar meetings + on-demand next meeting queries. Sends reminders 10 minutes before meetings and provides rich attendee context on request.
Log meeting notes (Granola, manual, etc.) to HubSpot portfolio company records via WhatsApp or Telegram.
Proactively discover Israeli tech founders about to start new companies via LinkedIn signals. Syncs leads to HubSpot and tracks approach status.
Generate content in each team member's voice with adaptive voice learning via WhatsApp.
Deep investment evaluation — 12-section VC analysis from pitch decks with web research, parallel AI analysis, and multi-channel delivery.
Monthly review of Keep on Radar deals with company research updates. Sends digest to deal owners and handles actions (pass, keep, add note) via email reply or WhatsApp.
| name | Google Workspace |
| description | Access Google Calendar, Gmail, and Google Docs/Drive using gws-auth CLI. Download Google Docs, manage calendar events, and send emails. |
Use the gws-auth CLI to interact with Google Calendar, Gmail, and Google Drive/Docs.
To download a Google Doc as text:
~/.openclaw/skills/google-workspace/download-google-doc "DOCUMENT_URL_OR_ID"
Examples:
# Full URL
~/.openclaw/skills/google-workspace/download-google-doc "https://docs.google.com/document/d/1aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789_example/edit"
# Just the document ID
~/.openclaw/skills/google-workspace/download-google-doc "1aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789_example"
When to use:
Important: You CAN access Google Docs. Do NOT say you cannot access them.
Phone-to-email mappings are loaded from config.yaml. See config.example.yaml for format.
IMPORTANT: The assistant has READ-ONLY access to team calendars. When creating events, create them on the assistant's calendar and invite the requesting user.
Use the helper script which handles Israel timezone (Asia/Jerusalem) automatically, including DST transitions:
~/.openclaw/skills/google-workspace/create-calendar-event <phone> <title_words...> <date> <time> [duration_minutes]
Example: Create "Pick up kids from school" event:
~/.openclaw/skills/google-workspace/create-calendar-event +1234567890 Pick up kids from school 2026-02-08 12:45 30
Asia/Jerusalem (handles IST/IDT)gws-auth gmail +send --to user@example.com --subject "Subject" --body "Message body"
gws-auth gmail users threads list --params '{"userId":"me","q":"from:user@example.com","maxResults":5}'
All commands use the assistant account credentials configured via gws-auth auth login.
Credentials are stored in ~/.config/gws/.