Help us improve
Share bugs, ideas, or general feedback.
From nz-skills
Queries Bookme NZ discount marketplace for activities, tours, restaurants, and last-minute deals. Supports hot deals, cheapest offers, region/category search, and deal detail lookup. No login, booking, or payment.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:bookme-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live Bookme NZ discount marketplace data through a lightweight deterministic CLI with human-readable and JSON output.
Queries Trade Me NZ public listings across marketplace, property, motors, jobs, flatmates, rural, retirement, and commercial categories. No authentication required.
Searches flights, stays, tours/tickets/activities via MyRealTrip's official Streamable HTTP MCP server. Returns details, prices, and booking links without scraping.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Share bugs, ideas, or general feedback.
Query live Bookme NZ discount marketplace data through a lightweight deterministic CLI with human-readable and JSON output.
scripts/cli.py with the narrowest subcommand that answers the taskdeals --region ... --category ... for region/category discount scanscheapest for lowest current discounted prices and hot for featured offerssearch for keyword lookups such as activity names, operators, or themesdeal <id-or-url> after selecting a result to fetch public detail fieldsregions and categories to discover supported slugs--json for agent chaining, alerts, comparisons, or structured reportsRun with:
python3 skills/bookme-nz/scripts/cli.py <command> [flags]
search <query> [--region name] [--category slug/id] [--sort featured|discount|low|high] [--limit N] [--json] — search current discounted deals by keyworddeals [--region name] [--category slug/id] [--sort featured|discount|low|high] [--limit N] [--json] — list current discounted dealscheapest [--region name] [--category slug/id] [--limit N] [--json] — cheapest current discounted dealshot [--region name] [--limit N] [--json] — featured/hot discounted dealsdeal <id-or-slug-or-url> [--region name] [--json] — fetch public detail fields for one dealregions [--json] — list supported Bookme NZ regionscategories [--query text] [--limit N] [--json] — list/search supported deal categoriesExamples:
python3 skills/bookme-nz/scripts/cli.py deals --region auckland --category jet-boating --limit 5
python3 skills/bookme-nz/scripts/cli.py cheapest --region queenstown --category jet-boating --limit 10 --json
python3 skills/bookme-nz/scripts/cli.py search curry --region wellington --category restaurants --json
python3 skills/bookme-nz/scripts/cli.py hot --region rotorua --limit 5 --json
python3 skills/bookme-nz/scripts/cli.py deal 8004 --region auckland --json
scripts/cli.pyreferences/api-notes.mdreduction_raw > 0, so price-guarantee or reservation-only cards are not treated as discounted deals