/install clawbus-google-workspace
clawbus-google-workspace
Manage Google Calendar, Google Drive, and Google Sheets through
MyBrandMetrics-connected data sources and the local Google Workspace CLI
(gws).
Use this skill when the user wants to work with Calendar events, Drive files, or Google Sheets data from chat.
Website: https://www.clawbus.com/
MyBrandMetrics API: https://mybrandmetrics.com/
Core Capabilities
| Capability | Details |
|---|---|
| Calendar workflows | List events and create calendar events when the user provides the event details. |
| Drive workflows | List files and upload files through the local gws CLI. |
| Sheets reading | Read ranges from Google Sheets. |
| Sheets writing | Append rows or update spreadsheet data. |
| Natural-language operations | Use natural-language prompts in chat after the skill is installed and setup is ready. |
Requirements
- A Google account.
- Access to MyBrandMetrics.
- The needed Google data sources connected in MyBrandMetrics:
Google Calendar,Google Drive, orGoogle Sheets. - A MyBrandMetrics API key.
- The local Google Workspace CLI (
gws) installed. - A clear task, such as a calendar action, Drive file operation, or Google Sheets read/write request.
Setup Flow
- Open https://mybrandmetrics.com/ and sign in with Google.
- In MyBrandMetrics, open Data sources.
- Connect the data sources required for the workflow:
Google Calendarfor calendar tasks,Google Drivefor file tasks, andGoogle Sheetsfor spreadsheet tasks. - Wait until the selected MyBrandMetrics connections are ready.
- Get the MyBrandMetrics API key.
- Install the
clawbus-google-workspaceskill. - Install the Google Workspace CLI if
gwsis not already available. - Start the Google Workspace workflow with natural-language instructions.
How It Works
The wrapper script uses the MyBrandMetrics API key with the configured
MyBrandMetrics token service to get a short-lived Google session for the
selected data source, then runs the matching gws command.
| Chat task | Data source to connect | Wrapper service |
|---|---|---|
| Calendar events | Google Calendar |
calendar |
| Drive files | Google Drive |
drive |
| Spreadsheet rows and ranges | Google Sheets |
sheets |
For local script usage, provide the MyBrandMetrics API key with one of these options:
export GWS_SKILL_API_KEY="YOUR_MYBRANDMETRICS_API_KEY"
or:
echo "YOUR_MYBRANDMETRICS_API_KEY" > ~/.google_workspace_api_key
Do not paste short-lived Google session values into chat, files, examples, or logs. The wrapper handles them for the current command.
The runtime should provide the token service location through GWS_TOKEN_URL.
Example Requests
Natural-language examples:
Show my upcoming Google Calendar events for this week.
Upload this report to Google Drive and put it in the campaign folder.
Read rows A1:D20 from this Google Sheet and summarize the status column.
Append these rows to the sales tracker sheet after I confirm the target range.
Command Reference
Run Google Workspace commands through the wrapper:
python3 scripts/gws_wrapper.py \x3Cservice> \x3Ccommand> [args]
Useful patterns:
python3 scripts/gws_wrapper.py calendar events list
python3 scripts/gws_wrapper.py calendar events create --title "Meeting" --start "2026-05-15T10:00:00Z"
python3 scripts/gws_wrapper.py drive ls
python3 scripts/gws_wrapper.py drive upload \x3Cfilename>
python3 scripts/gws_wrapper.py sheets get \x3Cspreadsheet-id> \x3Crange>
python3 scripts/gws_wrapper.py sheets append \x3Cspreadsheet-id> \x3Crange> --data '[[1, 2], [3, 4]]'
Review Before Changes
Before creating, updating, uploading, appending, or deleting anything, confirm:
- the connected Google account or workspace;
- the calendar, Drive folder, file, spreadsheet, sheet, or range;
- the exact data to write or upload;
- whether the action changes existing content.
Troubleshooting
- If MyBrandMetrics is not ready, reconnect the needed data source in
MyBrandMetrics and try again:
Google Calendar,Google Drive, orGoogle Sheets. - If the wrapper asks for a MyBrandMetrics API key, set
GWS_SKILL_API_KEYor save the key to~/.google_workspace_api_key. - If the wrapper asks for the token service, set
GWS_TOKEN_URLin the runtime environment. - If
gwsis not found, runscripts/install_gws.shor install the Google Workspace CLI manually. - If a sheet or Drive file cannot be found, check that the connected Google account has access.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawbus-google-workspace - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawbus-google-workspace触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
clawbus-google-workspace 是什么?
Manage Google Calendar, Google Drive, and Google Sheets through MyBrandMetrics-connected data sources and the local Google Workspace CLI (gws). Supports cale... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 clawbus-google-workspace?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawbus-google-workspace」即可一键安装,无需额外配置。
clawbus-google-workspace 是免费的吗?
是的,clawbus-google-workspace 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
clawbus-google-workspace 支持哪些平台?
clawbus-google-workspace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 clawbus-google-workspace?
由 clawbus(@9ying66)开发并维护,当前版本 v1.2.2。