skillfed

google-workspace

Control Google Calendar, Gmail, Drive, and Docs through conversational commands backed by Google's official MCP Server. Schedule meetings, search and compose emails, and organize files using plain language—all with OAuth2 security and no third-party intermediaries.

Google Workspace lets you create and manage Google Calendar events, emails, and Drive files through natural language commands.

AI-generated summary based on this skill's SKILL.md

35 2 MIT updated by malue-ai

Install

malue-ai/dazee-small/google-workspace · repository language: Python

CLI (skillfed)coming soon
git clone https://github.com/malue-ai/dazee-small
cp -r dazee-small/instances/xiaodazi/skills/google-workspace ~/.claude/skills/google-workspace

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I create a Google Calendar event?

google-workspace lets you create Google Calendar events using natural language commands. Simply tell the skill when you want to schedule something, who should attend, and what it's about. The skill converts your conversational request into a calendar event with all the details you specify, handling date parsing and attendee management automatically.

Can I send email through Gmail with google-workspace?

Yes. google-workspace supports composing and sending Gmail messages through natural language. You can dictate the recipient, subject, and message body, and the skill will draft and send your email. You can also search your inbox, read messages, reply to emails, and mark messages as important—all conversationally.

What meetings do I have this week?

google-workspace can check your Google Calendar and tell you what meetings are scheduled for the week ahead. Ask the skill to review your calendar for a specific timeframe, and it will retrieve and summarize your upcoming events, including times, attendees, and event details.

How do I find and share files in Google Drive?

google-workspace lets you search for files stored in Google Drive using plain language queries. Once you locate a file, you can share it with teammates or specific people by name or email. The skill handles both finding documents and managing access permissions conversationally.

Is google-workspace secure and does it use third-party intermediaries?

google-workspace is built on Google's official MCP Server and uses OAuth2 security—no third-party intermediaries are involved. Your credentials and data remain under Google's control, and the skill communicates directly with Google's APIs for Calendar, Gmail, Drive, and Docs.

Can I reschedule a calendar event with google-workspace?

Yes. google-workspace supports rescheduling Google Calendar events through natural language. Tell the skill which event you want to move and when you'd like to reschedule it. The skill will update the event time and notify attendees of the change automatically.

SKILL.md

rendered from the published skill — quoted content, verbatim

Google Workspace — 日历、邮件、云盘、文档

通过 Google 官方 MCP Server 操作 Google Calendar、Gmail、Drive 和 Docs。比第三方 CLI 工具更稳定可靠,支持 OAuth2 安全授权。

使用场景

日历
  • 用户说「明天下午 3 点帮我加个会议」
  • 用户说「这周有什么安排?」「下周三有空吗?」
  • 用户说「把今天的会议推迟一小时」
  • 用户说「帮我安排和 Alice 的 1-on-1,找个我们都有空的时间」
邮件
  • 用户说「有没有新邮件?」「今天收到了什么重要邮件?」
  • 用户说「帮我回复 Bob 的邮件,说同意他的方案」
  • 用户说「把这封邮件标记为重要」
  • 用户说「搜索上个月来自 xxx@gmail.com 的邮件」
云盘
  • 用户说「帮我在 Drive 里找那个季度报告」
  • 用户说「把这个文件上传到 Drive」
  • 用户说「共享那个文件给 team@example.com」

前置条件

方式一:Google 官方 MCP Server(推荐)
  1. 安装 Google MCP Server:npm install -g @anthropic/google-mcp
  2. 首次运行时完成 OAuth2 授权(浏览器弹出 Google 登录页面)
  3. 授权后令牌自动存储,后续无需重复授权
方式二:Google API Key + Service Account
  1. 在 Google Cloud Console 创建项目并启用 Calendar/Gmail API
  2. 创建 OAuth 2.0 凭据或 Service Account
  3. 设置环境变量:export GOOGLE_APPLICATION_CREDENTIALS="/path/to/credentials.json"

执行方式

日历操作
查询日程

``` 工具:

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
instances/xiaodazi/skills/google-workspace/SKILL.md

Related skills

Tags

email-management calendar-scheduling cloud-storage document-collaboration oauth-integration productivity-suite natural-language-control meeting-coordination file-sharing