Bokun availability
Skill duongxthanh/claude-bokun-skills/skills/bokun-availability
Check availability/capacity per date on your Bokun calendar and adjust a single date's capacity. Use when the user asks which dates have space, which dates are closed, or wants to raise/lower capacity for one specific date.From its SKILL.md
npx -y skills add duongxthanh/claude-bokun-skills --skill bokun-availabilityAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.7 KB, 351 tokens by cl100k_base, as published. Nobody here has run it
Bokun availability & capacity
Request: $ARGUMENTS
Read bokun.config.md first (extranet, capacity); missing → tell the user to
run /bokun-setup and stop. Read the plugin's SAFETY.md. Multiple
experiences in config and none specified → ask.
Check availability
- Set up the tab (
tabs_context_mcp; reuse or create; login page → stop, ask the user). - Navigate the Booking Calendar:
<extranet>/v2/bookings/calendar?date=<YYYY-MM-DD>&mode=week&capacityFilter=INCLUDE_NO_BOOKINGS— or switch to Month view via the "Week ▾" toggle (top right) for a whole month. - Read each date:
x/<capacity>(booked/total) plus the CLOSED badge on closed dates. - Return a table: date | booked | remaining | status.
Adjust one date's capacity (only when explicitly requested)
- Click that date's departure → modal opens.
- In "Edit availability": the numeric field (default = the rule capacity) with −/+ buttons → set the new max participants for that date only.
- Confirm the change saved (screenshot) and report back.
- ⚠️ Never set capacity below the number of already-booked guests. If the user asks for that, warn first.
Never
- Change the calendar-wide default capacity (Experience editor → Capacity) unless the user explicitly asks — it affects every date.
- Touch "Remove this availability rule" (SAFETY.md rule 1).
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.