instances/xiaodazi/skills/google-workspace/SKILL.md
Google Calendar, Gmail, Drive, and Docs via official Google MCP. Create events, manage emails, access files — all through natural language.
npx skillsauth add malue-ai/dazee-small google-workspaceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过 Google 官方 MCP Server 操作 Google Calendar、Gmail、Drive 和 Docs。比第三方 CLI 工具更稳定可靠,支持 OAuth2 安全授权。
npm install -g @anthropic/google-mcpexport GOOGLE_APPLICATION_CREDENTIALS="/path/to/credentials.json"工具: google_calendar_list_events
参数:
calendar_id: "primary"
time_min: "2026-02-26T00:00:00Z"
time_max: "2026-02-27T00:00:00Z"
max_results: 10
工具: google_calendar_create_event
参数:
calendar_id: "primary"
summary: "产品评审会议"
description: "讨论 Q1 产品路线图"
start: "2026-02-27T15:00:00+08:00"
end: "2026-02-27T16:00:00+08:00"
attendees: ["[email protected]", "[email protected]"]
location: "3 楼会议室 A"
工具: google_calendar_update_event
参数:
calendar_id: "primary"
event_id: "xxx"
start: "2026-02-27T16:00:00+08:00" # 推迟一小时
end: "2026-02-27T17:00:00+08:00"
工具: gmail_search
参数:
query: "from:[email protected] after:2026/01/01 subject:报告"
max_results: 10
工具: gmail_get_message
参数:
message_id: "xxx"
工具: gmail_send_message
参数:
to: "[email protected]"
subject: "Re: 项目进度"
body: "你好 Alice,附件是最新的进度报告..."
cc: "[email protected]"
工具: google_drive_search
参数:
query: "季度报告 2026"
mime_type: "application/pdf" # 可选
工具: google_drive_get_file
参数:
file_id: "xxx"
判断逻辑:
日历相关
├── macOS 用户 + Apple Calendar → apple-calendar
├── Google Calendar 用户 → google-workspace ✅
└── 需要跨平台日历 → google-workspace ✅
邮件相关
├── macOS + Apple Mail → apple-mail
├── Outlook 用户 → outlook-cli
├── Gmail 用户 → google-workspace ✅
└── 通用 IMAP → himalaya
文件存储
├── 本地文件 → file-manager
├── Google Drive → google-workspace ✅
└── 百度网盘 → 暂无
hitl 确认后发送development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.