Install
openclaw skills install slotUse when managing time slots, creating schedule blocks, detecting booking conflicts, exporting calendars, or applying scheduling templates for appointments.
openclaw skills install slotCreate, query, and manage time slots and schedule blocks. Detect conflicts, export to standard calendar formats, and apply reusable templates.
Create a new time slot with date, start/end time, and label.
bash scripts/script.sh create "2024-03-15" "09:00" "10:30" "Team Standup"
List all scheduled slots, optionally filtered by date range.
bash scripts/script.sh list
bash scripts/script.sh list "2024-03-15" "2024-03-22"
Check if a proposed time slot conflicts with existing bookings.
bash scripts/script.sh check-conflict "2024-03-15" "09:30" "10:00"
Export slots to iCal (.ics) or CSV format.
bash scripts/script.sh export ics
bash scripts/script.sh export csv
Show or apply common scheduling templates (work day, pomodoro, etc.).
bash scripts/script.sh templates
bash scripts/script.sh templates pomodoro
Show all commands.
bash scripts/script.sh help
https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com