gogcli-mcp-calendar

gogcli-mcp-calendar is a skill for Claude Code, Codex from chrischall/gogcli-mcp. It costs 55 tokens per session (370 once invoked), scanned A, original, MIT.

A skill for managing Google Calendar events and Google Meet spaces through the gogcli MCP server. It also handles meeting participants and call history.

In plain words
What is it for?
Use it to list, create, update, delete, or respond to calendar events; create or manage Meet spaces; and inspect past calls or participants.
Why use it?
It puts calendar and meeting tasks in one agent workflow, including actions that go beyond basic event management.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to list, create, update, delete, or respond to calendar events; create or manage Meet spaces; and inspect past calls or participants.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chrischall/gogcli-mcp/gogcli-mcp-calendar
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add chrischall/gogcli-mcp --skill gogcli-mcp-calendar
Clone the repo
git clone --depth 1 https://github.com/chrischall/gogcli-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gogcli-mcp-calendar

README.md
[![agentmods](https://agentmods.dev/badge/skills/chrischall/gogcli-mcp/gogcli-mcp-calendar/github.svg)](https://agentmods.dev/skills/chrischall/gogcli-mcp/gogcli-mcp-calendar)
Your own site
<a href="https://agentmods.dev/skills/chrischall/gogcli-mcp/gogcli-mcp-calendar"><img src="https://agentmods.dev/badge/skills/chrischall/gogcli-mcp/gogcli-mcp-calendar/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gogcli-mcp-calendar

Your own site · 80×15
<a href="https://agentmods.dev/skills/chrischall/gogcli-mcp/gogcli-mcp-calendar"><img src="https://agentmods.dev/badge/skills/chrischall/gogcli-mcp/gogcli-mcp-calendar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 370 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.00370
Opus 5 $0.00028 $0.00185
Sonnet 5 $0.00011 $0.00074
Haiku 4.5 $0.00006 $0.00037

Measured 9d ago against content hash 23e2dc885900, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

gogcli-mcp-calendar scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (src/index.ts, src/tools/calendar-extra.ts, tests/tools/calendar-extra.test.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/gogcli-mcp-calendar/SKILL.md · 45 lines

What it actually says

gogcli-mcp-calendar

Extended Google Calendar MCP server via gogcli — 18 tools: auth + 7 base Calendar + 6 extra Meet tools.

Requirements

  • gogcli installed and authenticated
  • Node.js 18 or later

Setup

{
  "mcpServers": {
    "gogcli-calendar": {
      "command": "npx",
      "args": ["-y", "gogcli-mcp-calendar"],
      "env": {
        "GOG_ACCOUNT": "[email protected]"
      }
    }
  }
}

Extra Meet Tools

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).

Files

What ships with it

10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 45 lines · 55 tokens per session scan A 23e2dc885900

Subscribe to this mod's changes

gogcli-mcp-calendar is a skill published in the GitHub repository chrischall/gogcli-mcp (1 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 370 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.