Auto-Updater Skill
一个面向 Other 场景的 Agent 技能。原始说明:Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
name: gogcli-mcp-calendar
description: Use when the user asks to manage Google Calendar events or Google Meet spaces. Triggers for scheduling, listing events, creating/updating/deleting events, responding to invitations, creating Meet spaces, ending conferences, listing meeting participants or call history.
Extended Google Calendar MCP server via gogcli — 18 tools: auth + 7 base Calendar + 6 extra Meet tools.
{
"mcpServers": {
"gogcli-calendar": {
"command": "npx",
"args": ["-y", "gogcli-mcp-calendar"],
"env": {
"GOG_ACCOUNT": "you@gmail.com"
}
}
}
}
| Tool | What it does |
|------|-------------|
| gog_meet_create | Create a Meet space |
| gog_meet_get | Get a Meet space by code |
| gog_meet_update | Update Meet space config |
| gog_meet_end | End the active conference |
| gog_meet_history | List past calls in a space |
| gog_meet_participants | List call participants |
Plus 5 auth tools and 7 base Calendar tools (gog_calendar_events/get/create/update/delete/respond/run).