From ucsd-study-room
Use when the user wants to book, cancel, or check UCSD study room reservations. Trigger on "study room", "방 예약", "예약 취소", "스터디룸", "예약 조" "Price Center", or any room booking intent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ucsd-study-room:booking-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to MCP tools for managing UCSD Price Center Study Room reservations.
You have access to MCP tools for managing UCSD Price Center Study Room reservations.
search_rooms(date, start_time, end_time) — Search available roomsbook_room(date, start_time, end_time, room_name) — Book a specific roommy_events() — List current reservationscancel_reservation(date, reason, room_name?) — Cancel a reservationlogin(username, password) — Authenticate (UCSD SSO + Duo Push)YYYY-MM-DD, time: HH:MM 24h format)search_rooms to find available roomsbook_room with the selected room name (exact match required, e.g., "Price Center Study Room 3")my_events to show current reservationscancel_reservation with date, reason, and optionally room_namesearch_rooms can query any time range. Do NOT split searches into 4-hour chunks.book_room is limited to 4 hours per reservation per day. If the user wants more than 4 hours, split into multiple bookings.login first, then retrynpx claudepluginhub theolee021/claude-plugins --plugin ucsd-study-roomMonitors Catchtable for canceled or newly opened reservation slots and auto-books using a logged-in Chrome session. Supports multi-target watching, open-run mode, flexible party size matching, and dry-run alerts.
Automates Cal.com tasks via Rube MCP (Composio): manage bookings, check availability, configure webhooks, handle teams. Requires active connection and tool schema search.
Automates Cal.com scheduling: list/create bookings, check availability/slots, manage teams via Rube MCP (Composio) tools. Requires active Cal.com connection.