Bokun report
Bokun sales report — bookings, passengers, revenue, upcoming departures. Use when the user asks how sales are going, revenue for a period, how many guests are booked, or what departures are coming up.From its SKILL.md
npx -y skills add duongxthanh/claude-bokun-skills --skill bokun-reportAssembled 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
2.0 KB, 457 tokens by cl100k_base, as published. Nobody here has run it
Bokun sales report
Period asked: $ARGUMENTS (default: last 14 days + departures for the next 2 weeks)
Read bokun.config.md first (extranet, capacity, currency); missing → tell
the user to run /bokun-setup and stop.
Data sources (pick by question)
- Dashboard
<extranet>/v2/dashboard— Bookings / Passengers / Booking Value widgets, each with a period dropdown (Last 14 days, ...). Right panel: "Upcoming departures" + "New bookings" tab. Fastest for overviews. - Booking Calendar
<extranet>/v2/bookings/calendar?date=<YYYY-MM-DD>&mode=week&capacityFilter=INCLUDE_NO_BOOKINGS— per-date guest countsx/<capacity>. Walk weeks by changingdate. - Sales feed
<extranet>/v2/bookings/sales-feed— latest bookings (code, customer, sales channel, value). For "any new bookings?". - Monthly overview
<extranet>/v2/bookings/monthly-overview— per-month aggregates.
Steps
- Set up the tab (
tabs_context_mcp; reuse or create; login page → stop, ask the user). - Navigate the right source → wait 4s → screenshot. Prefer
get_page_textover squinting at screenshots for long lists. - If the asked period differs from the widget default → change the widget dropdown, or walk the calendar week by week.
- Summarize (tables):
- totals: bookings / passengers / revenue (in the config currency)
- departures table: date | guests
x/<capacity>| status (open/CLOSED) - notable new bookings (if the sales feed was read): OTA vs direct vs manual channels.
- Read-only — this skill changes nothing. If the user wants an action (close a date, cancel a booking) → point to the matching skill.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.