add-gcal-tool

Integrate the Google Calendar MCP server into agent containers with OAuth token injection.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tharunramagiri/bookoraaagent --skill add-gcal-tool-tharunramagiri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-gcal-tool
Source: https://github.com/tharunramagiri/bookoraaagent/tree/main/.claude/skills/add-gcal-tool
Command: npx skills add https://github.com/tharunramagiri/bookoraaagent --skill add-gcal-tool-tharunramagiri

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @cocal/google-calendar-mcp, zod, tsx, vitest.

What problem does it solve?

This skill solves the challenge of securely integrating Google Calendar into an AI agent environment without exposing raw credentials, enabling the agent to manage schedules and events directly.

Core Features & Use Cases

  • Secure OAuth Integration: Uses OneCLI to inject real OAuth tokens at request time, ensuring raw credentials never reach the container.
  • Multi-Account Support: Enables agents to manage multiple calendars and accounts simultaneously.
  • Tool Surface: Provides comprehensive calendar management including listing calendars, searching events, and creating or updating appointments.

Quick Start

Ask the agent to list my calendars to verify the Google Calendar tool is correctly configured and accessible.

Frequently Asked Questions about add-gcal-tool

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Google Calendar into an AI agent without exposing raw OAuth credentials?

You can integrate Google Calendar into an AI agent securely by using OneCLI to inject real OAuth tokens at request time, ensuring raw credentials never reach the agent container.

Can I manage multiple Google Calendar accounts simultaneously through an MCP tool?

Yes, multi-account and multi-calendar operations are supported simultaneously, allowing the agent to manage multiple calendars and accounts at the same time through OneCLI-managed OAuth token injection.

How do I set up Google Calendar event scheduling for AI agents?

To set up Google Calendar event scheduling, install the @cocal/google-calendar-mcp package and configure container mounts and environment variables to enable calendar management and event scheduling.

Do I need to install additional packages to use the Google Calendar MCP server?

Yes, you need to install the @cocal/google-calendar-mcp package and properly configure container mounts and environment variables to access the Google Calendar MCP server.

What calendar management features are available through the Google Calendar MCP server?

The Google Calendar MCP server provides comprehensive calendar management including listing calendars, searching events, and creating or updating appointments directly within the agent environment.

How do I verify the Google Calendar tool is correctly configured in my agent container?

You can verify the Google Calendar tool configuration by asking the agent to list my calendars, which confirms the tool is correctly configured and accessible.