← 返回
未分类 Key 中文

Google Workspace

Manage Google Calendar, Google Drive, and Google Sheets through MyBrandMetrics-connected Google data sources and the local Google Workspace CLI. Use it to li...
Manage Google Calendar, Google Drive, and Google Sheets through MyBrandMetrics-connected Google data sources and the local Google Workspace CLI. Use it to li...
clawbus clawbus 来源
未分类 clawhub v1.2.10 6 版本 100000 Key: 需要
★ 0
Stars
📥 663
下载
💾 0
安装
6
版本
#calendar#drive#google#google-calendar#google-drive#google-sheets#google-workspace#latest#mybrandmetrics#no-mcp#productivity#sheets

概述

Google Workspace

Manage Google Calendar, Google Drive, and Google Sheets through

MyBrandMetrics-connected Google data sources.

This skill uses a local gws CLI wrapper, but the Google OAuth setup is handled

by MyBrandMetrics. That means no Google Cloud project setup, no OAuth client

configuration, and no MCP server are required. Sign in to MyBrandMetrics with

Google, connect the Google data sources you need, get a MyBrandMetrics API key,

and use natural-language requests or direct commands.

Website: https://www.clawbus.com/

MyBrandMetrics API: https://mybrandmetrics.com/

Why This Google Workspace Skill

This skillTypical MCP setup
------
Sign in to MyBrandMetrics with Google.Create or configure a Google Cloud project.
Connect Google Calendar, Google Drive, and Google Sheets as data sources.Configure OAuth clients, scopes, and local MCP server auth.
Use a MyBrandMetrics API key to fetch managed access tokens.Manage credentials and token storage yourself.
Run with a local wrapper around gws; no MCP server required.Requires running and maintaining an MCP server.

Use this when you want Google Workspace actions without setting up your own

Google project or MCP server.

Core Capabilities

CapabilityDetails
------
Google CalendarList, create, update, patch, and delete calendar events.
Google SheetsRead values, update ranges, append rows, and run spreadsheet batch updates.
Google Drive searchList and search Drive files and folders.
Google Drive file managementCreate folders, move files, copy files, trash/delete files, and manage sharing permissions.
Google Drive upload/exportUpload local files to Drive and export Google Docs files to formats such as PDF.
Managed Google authFetch service-specific Google access tokens through MyBrandMetrics using google_calendar, google_sheets, or google_drive.

Setup Flow

  1. Open https://mybrandmetrics.com/ and sign in

with Google.

  1. In MyBrandMetrics, open Data sources.
  2. Connect the Google data sources you need:
    • Google Calendar for calendar workflows;
    • Google Drive for file and folder workflows;
    • Google Sheets for spreadsheet workflows.
  3. Wait until each selected connection is ready.
  4. In https://mybrandmetrics.com/, get the

MyBrandMetrics API key.

  1. Install the google-workspace skill.
  2. Save the MyBrandMetrics API key for the wrapper:

```bash

echo "YOUR_API_KEY" > ~/.google_workspace_api_key

```

You can also set GWS_SKILL_API_KEY instead.

  1. If gws is not installed, run:

```bash

bash scripts/install_gws.sh

```

  1. Start Google Calendar, Google Drive, or Google Sheets workflows with

natural-language instructions.

Workflow

Use natural-language prompts after the skill is installed. Include:

  • which Google service to use: Calendar, Drive, or Sheets;
  • the target calendar, spreadsheet, file, or folder;
  • the action to perform;
  • any date range, sheet range, search query, folder ID, file ID, or sharing

email needed for the task.

Examples:

List my next 10 Google Calendar events.
Append this row to Sheet1 in my campaign spreadsheet.
Find Google Drive files with "budget" in the name and share the selected file with editor access.

Use The Wrapper Directly

Use scripts/gws_wrapper.py.

General pattern:

python3 scripts/gws_wrapper.py <service> <resource> <method> [args]

The wrapper maps services to MyBrandMetrics source keys:

ServiceMyBrandMetrics source key
------
calendargoogle_calendar
sheetsgoogle_sheets
drivegoogle_drive

Google Calendar

List events:

python3 scripts/gws_wrapper.py calendar events list \
  --params '{"calendarId": "primary", "maxResults": 10}'

Create an event:

python3 scripts/gws_wrapper.py calendar events insert \
  --params '{"calendarId": "primary"}' \
  --json '{"summary": "Planning meeting", "start": {"dateTime": "2026-05-21T10:00:00+08:00"}, "end": {"dateTime": "2026-05-21T10:30:00+08:00"}}'

Google Sheets

Read values:

python3 scripts/gws_wrapper.py sheets spreadsheets values get \
  --params '{"spreadsheetId": "SPREADSHEET_ID", "range": "Sheet1!A1:D10"}'

Append values:

python3 scripts/gws_wrapper.py sheets spreadsheets values append \
  --params '{"spreadsheetId": "SPREADSHEET_ID", "range": "Sheet1!A1", "valueInputOption": "USER_ENTERED"}' \
  --json '{"values": [["New row", "More data"]]}'

Google Drive

Search files:

python3 scripts/gws_wrapper.py drive files list \
  --params '{"pageSize": 10, "q": "name contains '\''budget'\'' and trashed = false"}'

Upload a file:

python3 scripts/gws_wrapper.py drive +upload /local/path/file.pdf \
  --parent "FOLDER_ID" \
  --name "file.pdf"

Export a Google Docs file:

python3 scripts/gws_wrapper.py drive files export \
  --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' \
  --output document.pdf

Notes

  • Connect only the Google data sources needed for the workflow.
  • Keep the MyBrandMetrics API key private.
  • If a token error occurs, confirm that the relevant data source is connected

and that the API key is valid.

  • If gws is missing, run scripts/install_gws.sh.

版本历史

共 6 个版本

  • v1.2.10 当前
    2026-06-11 23:37
  • v1.2.9
    2026-06-11 17:25
  • v1.2.8
    2026-05-26 23:08 安全
  • v1.2.6
    2026-05-23 23:06 安全 安全
  • v1.2.5
    2026-05-21 23:21 安全 安全
  • v1.2.3
    2026-05-21 13:20

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

Instagram Publisher

clawbus
发布 Instagram 图片、Reels、轮播,查看发布状态,获取近期私信,发送私信……
★ 0 📥 778

Google Search Console

clawbus
Google Search Console sitemap 状态技能(用于 MyBrandMetrics)。可查询已关联的 Google Search Console sitemap 数据、已提交的 URL 数量、已索引的 URL 等。
★ 0 📥 370

Facebook Pages

clawbus
通过预先配置的 MyBrandMetrics API 连接,发布和管理 Facebook 页面内容。使用此技能连接 Facebook 页面,列出已连接的账户。
★ 0 📥 209