botbot-gcal

List and add Google Calendar events via a CLI tool.

1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ongspxm/mobot_skills --skill botbot-gcal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: botbot-gcal
Source: https://github.com/ongspxm/mobot_skills/tree/main/botbot-gcal
Command: npx skills add https://github.com/ongspxm/mobot_skills --skill botbot-gcal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the management of Google Calendar events by providing a command-line interface for listing events within a specified time range and adding new events to your primary calendar.

Core Features & Use Cases

  • List Events: Retrieve events across configured calendars for a given date range.
  • Add Events: Create new events on your primary Google Calendar.
  • Token Refresh: Automatically refreshes authentication tokens when expired, ensuring continuous access.
  • Use Case: Quickly check your schedule for the next week or add a new meeting to your calendar without navigating to the Google Calendar website.

Quick Start

Use the botbot-gcal skill to list events from February 22nd to February 23rd, 2026.

Frequently Asked Questions about botbot-gcal

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

FAQPage Schema
How do I manage Google Calendar events from the command line?

You can manage Google Calendar events from the command line using a lightweight CLI tool that lists events across configured calendars within a specified time range and adds new events to your primary calendar.

Can I list Google Calendar events for a specific date range without opening a browser?

Yes, you can list Google Calendar events for a specific date range by executing a CLI command that retrieves events across all configured calendars without needing to navigate to the Google Calendar website.

How do I add a new event to my primary Google Calendar via CLI?

To add a new event to your primary Google Calendar via CLI, use the scheduling command provided by the tool to create the event directly from your terminal interface.

Does the Google Calendar CLI automatically handle expired authentication tokens?

Yes, the Google Calendar CLI automatically refreshes expired authentication tokens, ensuring continuous and uninterrupted access to the Google Calendar API.

What are the limitations of using a CLI tool for Google Calendar scheduling?

A limitation of using this CLI tool for Google Calendar scheduling is that adding new events is restricted to the primary calendar, while listing events can access multiple configured calendars.

What is the best way to automate adding meetings to Google Calendar?

The best way to automate adding meetings to Google Calendar is using a CLI tool that handles API authentication and token refresh automatically, allowing you to script event creation directly.