Enable Google Calendar API in Google Cloud Console
Share OAuth credentials with the calendar-mcp server
Run npx calendar-mcp auth to authenticate
1---2name: calendar3description: Calendar Skill4---5# Calendar Skill67## Description8Manage Google Calendar events and reminders.910## Provider11mcp_server: calendar-mcp1213## Capabilities14- create_event(title, start, end, description) - Create calendar event15- list_events(start_date, end_date) - List events in date range16- delete_event(event_id) - Delete an event17- get_next_event() - Get the next upcoming event1819## Config20- token_file: ~/.mindful-assistant/credentials/calendar-token.json21- scopes:22 - calendar.events23 - calendar.readonly2425## Setup261. Enable Google Calendar API in Google Cloud Console272. Share OAuth credentials with the calendar-mcp server283. Run `npx calendar-mcp auth` to authenticate
Run npx skillmds@latest add amitkrpaliwal/calendar in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Calendar Skill It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Amitkrpaliwal (@amitkrpaliwal) published this skill. Their other Agent Skills are listed on their SkillMD profile.