Openclaw-master-skills calendar
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
install
source · Clone the upstream repo
git clone https://github.com/LeoYeAI/openclaw-master-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/LeoYeAI/openclaw-master-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/calendar" ~/.claude/skills/leoyeai-openclaw-master-skills-calendar && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/LeoYeAI/openclaw-master-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/calendar" ~/.openclaw/skills/leoyeai-openclaw-master-skills-calendar && rm -rf "$T"
manifest:
skills/calendar/SKILL.mdsource content
Calendar 📅
Calendar and scheduling management.
Features
- Create events
- Schedule meetings
- Set reminders
- View availability
- Recurring events
- Calendar sync
Supported Providers
- Google Calendar
- Apple Calendar
- Outlook Calendar
Usage Examples
"Schedule meeting tomorrow at 2pm" "Show my calendar for this week" "Find free time for a 1-hour meeting"