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.
npx skills add voicelogica/voice-logica-plugin --skill manage-calendar-google-microsoftgit clone --depth 1 https://github.com/voicelogica/voice-logica-pluginWrote 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.
[](https://agentmods.dev/skills/voicelogica/voice-logica-plugin/manage-calendar-google-microsoft)<a href="https://agentmods.dev/skills/voicelogica/voice-logica-plugin/manage-calendar-google-microsoft"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/manage-calendar-google-microsoft/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.
<a href="https://agentmods.dev/skills/voicelogica/voice-logica-plugin/manage-calendar-google-microsoft"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/manage-calendar-google-microsoft.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.00939 |
| Opus 5 | $0.00023 | $0.00469 |
| Sonnet 5 | $0.00009 | $0.00188 |
| Haiku 4.5 | $0.00005 | $0.00094 |
Grade A, and why
manage-calendar-google-microsoft 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 12d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Manage Google and Microsoft calendar
Calendar, video meetings, and chat are three different products. Do not treat a working Calendar OAuth as Meet or Chat.
- Calendar = events and free/busy. Google Calendar is configured on the agent Appointments tab (company Google login) — not an Integrations card. Needs plan feature
google-calendarplus theschedule_appointmenttool. - Meet = video meeting links / recording ingest (Integrations → Google Meet). Not created just because Calendar is connected, and it does not fix booking.
- Chat = Google Chat spaces and messages (
connect_google_chatand the Chat tools). Calendar OAuth alone is not Chat. - Outlook / Microsoft 365 calendar and contacts exist as their own connection (
outlookagent tool). Do not tell the user they must use Google.
MCP tools
Contacts:
list_contactscreate_or_update_contact
Calendar:
list_calendarslist_calendar_eventscreate_calendar_eventupdate_calendar_event
Google Chat (only after connect_google_chat):
connect_google_chatlist_google_chat_spacessend_google_chat_messagelist_google_chat_membersget_google_chat_messages
Agent appointment config:
get_agent_appointment_settingsupdate_agent_appointment_settings
The agent-side booking tool is schedule_appointment. It uses Google Calendar. Enable it on the agent after Calendar is connected.
Limits: appointment future days 1–365; caller verification attempts 1–10; verification TTL 60–900s.
3-layer rule
- Connect Google or Microsoft on the company (OAuth). Some Microsoft tenants need admin consent.
- Enable
schedule_appointment(and Chat tools if they asked for Chat). - Test with a Call ID. Confirm the event exists on the calendar, not only that the agent said "booked".
If OAuth shows needsReconnect, disconnect and reconnect. Never edit the prompt to fix a dead token. Never paste live OAuth tokens into chat.
Holiday Busy Event is not Out-of-office
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.
- 12d ago First seen · 87 lines · 47 tokens per session scan A b31689028138
manage-calendar-google-microsoft is a skill published in the GitHub repository voicelogica/voice-logica-plugin (0 stars, last pushed 20d ago), licensed MIT. It adds 47 tokens to every session and 939 once invoked, about $0.0002 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.
Other skills, from other repositories
gws-drive
Google Drive: Manage files, folders, and shared drives.
gws-chat
Google Chat: Manage Chat spaces and messages.
gws-calendar
Google Calendar: Manage calendars and events.
gws-gmail-forward
Gmail: Forward a message to new recipients.
gws-gmail-reply-all
Gmail: Reply-all to a message (handles threading automatically).
gws-gmail-reply
Gmail: Reply to a message (handles threading automatically).