agentsclimarketplace

Bokun open date

Skill duongxthanh/claude-bokun-skills/skills/bokun-open-date

Re-open dates that were closed out on your Bokun calendar. Use when the user wants to resume sales, unlock the calendar, or accept bookings again for previously closed dates.From its SKILL.md

Install
npx -y skills add duongxthanh/claude-bokun-skills --skill bokun-open-date

Assembled 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, 370 tokens by cl100k_base, as published. Nobody here has run it

Re-open closed-out dates on Bokun

Dates to open: $ARGUMENTS

Read bokun.config.md in the working directory first; missing → tell the user to run /bokun-setup and stop. Also read the plugin's SAFETY.md. If the config lists several experiences and the user didn't specify, ask.

Steps

  1. Parse dates from arguments into YYYY-MM-DD. None given → ask.
  2. Set up the tab (tabs_context_mcp; reuse or create an extranet tab; login page → stop and ask the user).
  3. For each date: a. Navigate <extranet>/v2/bookings/calendar?date=<YYYY-MM-DD>&mode=week&capacityFilter=INCLUDE_NO_BOOKINGS → wait 4s → screenshot. b. Find the departure in that date's column — it must carry the CLOSED badge. No badge → report "already open", skip. c. Click the departure → the modal notes "This departure has been closed out". d. Click Open departure (top right — where Close out used to be). e. A dialog asks "Are you sure you want to reopen the departure?" with an optional reason — leave the reason blank (unless the user gave one) and click Confirm. f. Verify: toast "Successfully reopened departure" + the Closed badge is gone / departure renders normally again. Screenshot. g. Close the modal before the next date.
  4. Report as a table: date | new status.

Never

  • Log in yourself if the session expired — ask the user.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,970. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.