用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/project-nomos/nomos --skill gws-calendar命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | gws-calendar |
| version | 1.0.0 |
| description | Google Calendar: Manage calendars and events. |
| metadata | {"openclaw":{"category":"productivity","requires":{"bins":"[Truncated]"},"cliHelp":"gws calendar --help"}} |
PREFER THE TYPED TOOLS. When the in-process
calendar_*MCP tools are available (calendar_create_event,calendar_update_event,calendar_list_events,calendar_get_event,calendar_delete_event), use them first — they're more reliable than the CLI. For a recurring event, callcalendar_create_eventwith arecurrencearg (RRULE strings, e.g.["RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR"]) — create ONE recurring event, never one per day. Pass anaccountarg to target a specific email. Use the CLI below only as a fallback for things the tools don't cover.
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws calendar <resource> <method> [flags]
| Command | Description |
|---|---|
+insert | Create a new event |
+agenda | Show upcoming events across all calendars |
list — Returns the calendars on the user's calendar list.get — Returns a calendar from the user's calendar list.insert — Inserts an existing calendar into the user's calendar list.delete — Removes a calendar from the user's calendar list.get — Returns metadata for a calendar.insert — Creates a secondary calendar.patch — Updates metadata for a calendar (patch semantics).delete — Deletes a secondary calendar.clear — Clears a primary calendar (deletes all events).list — Returns events on the specified calendar.get — Returns an event based on its Google Calendar ID.insert — Creates an event.patch — Updates an event (patch semantics).delete — Deletes an event.move — Moves an event to another calendar.quickAdd — Creates an event based on a simple text string.instances — Returns instances of a recurring event.watch — Watch for changes to Events resources.query — Returns free/busy information for a set of calendars.list — Returns all user settings for the authenticated user.get — Returns a single user setting.Before calling any API method, inspect it:
# Browse resources and methods
gws calendar --help
# Inspect a method's required params, types, and defaults
gws schema calendar.<resource>.<method>
Use gws schema output to build your --params and --json flags.
基于 SOC 职业分类