π
Google Workspace
Office Google ServicesInstall Command
npx clawhub@latest install gws
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Google Workspace to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Google Workspace appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Calendar
Docs
Sheets
Detailed Description
The Google Workspace skill is a comprehensive Google office suite integration, covering Calendar, Docs, Sheets, Meet, and more in a single skill.
Core Features
- Google Calendar: View schedules, create events, and manage calendars
- Google Docs: Create and edit documents, read document content
- Google Sheets: Read and write spreadsheet data, create new sheets
- Google Meet: Create meeting links
- Gmail Enhancement: Combined with Google Workspace enterprise email features
Configuration
Requires Google Workspace domain admin authorization or personal Google account OAuth authorization.
{
skills: {
gws: {
credentialsPath: "~/.openclaw/gws-creds.json",
scopes: ["calendar", "docs", "sheets"]
}
}
}
Use Cases
- "What meetings are scheduled for this afternoon?"
- "Create a team standup for 10 AM tomorrow"
- "Read the Q1 data from the sales report Sheet"
- "Add a summary paragraph at the end of the project document"