Skills calendar
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/batthis/amber-voice-assistant/packaging/cowork/skills/calendar" ~/.claude/skills/clawdbot-skills-calendar-594ddf && rm -rf "$T"
manifest:
skills/batthis/amber-voice-assistant/packaging/cowork/skills/calendar/SKILL.mdsource content
Calendar
Query and manage the operator's calendar during or outside of calls.
MCP Tools
calendar_query
Look up or create calendar events.
(string, required): "lookup" or "create"action
(string, required for lookup): Natural language query (e.g., "am I free Tuesday at 3pm?")query
(string, required for create): Event titletitle
(string, required for create): Start time (ISO 8601)start
(string, required for create): End time (ISO 8601)end
(string): Which calendar to use (defaults to operator's primary)calendar
(string): Event locationlocation
(string): Event notesnotes
Guidelines
- When checking availability during a call, present options naturally ("I see an opening at 2pm and 4pm — which works better?")
- Always confirm the final date, time, and details before creating an event
- Include relevant context from the call in the event notes (who requested it, purpose)