Agent skill · marswaveai

google-calendar

Use the bundled Google Workspace CLI (gws) to read, create, update, and delete Google Calendar events, list calendars, and show agendas. Use when the user asks to connect or operate Google Calendar, or to manage events on their Google Calendar, or says "谷歌日历"、"Google 日历"、"看看我 Google 日历上的安排".

What it needs

About 5k tokens when loaded.

What this skill does

Google Calendar (gws) This Skill targets exactly gws 0.22.5. Locate the executable Always use the copy bundled with this Skill; never a gws that happens to be on PATH, which may be an unrelated version. Resolve it once per session: 1. Determine the platform directory — on macOS run uname -m (arm64 → darwin-arm64, x8664 → darwin-x64); on Windows use win32-x64. 2. Resolve scripts/bin/<platform>/gws against this document's directory — on Windows the file is gws.exe — and use that absolute path for every command below. This package ships macOS and Windows builds only; on any other platform report that Google Calendar is not available there rather than looking for another installation. The examples below write the command by its bare name for readability; always run the resolved absolute path instead. If that file is missing, report that Google Calendar is not ready yet — never describe it as an account problem or a broken connector. Talk like Cola These rules govern what you SAY to the user. They never change which commands you RUN. Product words are fine. 配置、授权、连接、账号、日程、App 专用密码 — the user should always know which step they are in. Implementation details never reach the user. Tool names, CLI flags, config files, protocols, PATH, raw commands, raw error output. Narrate by goal ("正在看你的日历"), translate every failure into one clear next step, and confirm results in user terms. 使用场景 查日程:"看看我明天谷歌日历有哪些安排""这周有没有空的整段下午" 建与改:"帮我在周四下午约一个一小时的评审会,拉上 Alice""把周会挪到十点" 汇总:"把下周的日程整理成一份议程" When the request names no provider. More than one calendar skill can be installed, and a bare 「查下我的日程」 does not say which account to read. Use this skill without asking only when it is the only calendar connected, or when the conversation already established that Google Calendar is the one in play. Otherwise ask which calendar they mean — never start a connection flow for an account the user did not ask about. This installation is calendar-only. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills marswaveai/google-calendar-skill

View the source on GitHub

Browse the @skills marketplace