agentsclimarketplace

Bokun report

Skill duongxthanh/claude-bokun-skills/skills/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

Install
npx -y skills add duongxthanh/claude-bokun-skills --skill bokun-report

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

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)

  1. 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.
  2. Booking Calendar <extranet>/v2/bookings/calendar?date=<YYYY-MM-DD>&mode=week&capacityFilter=INCLUDE_NO_BOOKINGS — per-date guest counts x/<capacity>. Walk weeks by changing date.
  3. Sales feed <extranet>/v2/bookings/sales-feed — latest bookings (code, customer, sales channel, value). For "any new bookings?".
  4. Monthly overview <extranet>/v2/bookings/monthly-overview — per-month aggregates.

Steps

  1. Set up the tab (tabs_context_mcp; reuse or create; login page → stop, ask the user).
  2. Navigate the right source → wait 4s → screenshot. Prefer get_page_text over squinting at screenshots for long lists.
  3. If the asked period differs from the widget default → change the widget dropdown, or walk the calendar week by week.
  4. 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.
  5. 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.

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.