You donât âunlock Google/Outlook/Docs/Wordâ by adding a model (Claude) â you unlock them by giving OpenClaw tools + credentials, usually via either (A) browser takeover or (B) API-based skills.
1) Google Calendar + Outlook Calendar sync
Best / reliable: an API skill that talks to:
- Google Calendar API (OAuth)
- Microsoft Graph (Outlook/365 Calendar) (OAuth)
Then run it on a schedule via Cron. Docs: https://docs.openclaw.ai/automation/cron-jobs
Fastest to try (but more fragile): use browser automation in the web UIs and have the agent copy/create events. This works, but itâs slower and breaks more easily.
2) âAutonomous workâ in Google Docs + Microsoft Word
Depends what you mean by âWordâ:
- Google Docs + Word Online (office.com): easiest is Chrome extension browser takeover (agent drives your existing logged-in tab).
- Install + load: https://docs.openclaw.ai/tools/chrome-extension
- Desktop Microsoft Word app (Windows/macOS): thatâs local computer automation (PowerShell/AppleScript/UI automation). Itâs doable, but usually requires a custom skill + running a node on the machine that has Word installed. Docs: https://docs.openclaw.ai/nodes