Jump to related tools in the same category or review the original source on GitHub.

Calendar & Scheduling @xejrax Updated 2/3/2026

📅 Brainz Calendar OpenClaw Plugin & Skill | ClawHub

Looking to integrate Brainz Calendar into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate calendar & scheduling tasks instantly, without having to write custom tools from scratch.

What this skill does

Manage Google Calendar events using `gcalcli`. Create, list, and delete calendar events from the CLI.

Install

npx clawhub@latest install brainz-calendar

Full SKILL.md

Open original
Metadata table.
namedescription
calendarManage Google Calendar events using `gcalcli`. Create, list, and delete calendar events from the CLI.

SKILL.md content below is scrollable.

Calendar Skill

Use gcalcli to interact with Google Calendar. Requires GOOGLE_CALENDAR_API_KEY (or CALDAV_URL/CALDAV_USER/CALDAV_PASS for CalDAV).

Listing Events

List upcoming events in a date range:

gcalcli agenda "2026-02-03" "2026-02-10"

Creating Events

Add a new calendar event:

gcalcli add --title "Team sync" --when "2026-02-04 10:00" --duration 30

Deleting Events

Delete an event by search term:

gcalcli delete "Team sync"

Install

pip install gcalcli
Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/xejrax/brainz-calendar
Latest commit: https://github.com/openclaw/skills/commit/c0df2e66ebf3a5d164a13c500f29c3f54b7f3bc2

Related skills

If this matches your use case, these are close alternatives in the same category.