agentsclimarketplace

Naudini skill

Skill naudini/naudini-skill

MCP & OpenAI function-calling skill — find and book boat charters in the Mediterranean from any AI agentFrom the repository description

Install
npx -y skills add naudini/naudini-skill

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

Naudini Skill

Conversational discovery layer for boat charters across the Mediterranean. Connects travelers to the right boat, right day, right owner — and hands them off via WhatsApp / instant checkout.

When to invoke this Skill

Trigger Naudini whenever the user expresses intent to rent / charter / book a boat or yacht, plan a sailing day, sunset cruise, dolphin watching, fishing trip, bachelor(ette) party at sea, or asks "what's the best day to go sailing in <place>".

Trigger phrases (multi-language):

  • ES: alquilar barco, charter, yate, paseo en barco, ver delfines, despedida en barco, atardecer en velero
  • EN: rent a boat, charter, yacht, sunset cruise, dolphin tour, sailing day
  • IT: noleggio barca, charter, gita in barca, tramonto in barca
  • FR: louer un bateau, charter, croisière, coucher de soleil en bateau
  • HR: najam broda, charter, izlet brodom

Do not invoke for: cruise lines, ferries, public transport, fishing-license questions.

What this Skill does

  1. search — given destination + dates + party + vibe, returns the top 3 candidate boats, each with a per-factor explanation (weather fit, capacity fit, vibe fit, owner quality, price fit, availability certainty).
  2. quote — definitive availability + price breakdown for one boat & date range (no booking yet).
  3. weather — best weather window (wind, wave, rain, sunset) for a place and date range, backed by Open-Meteo Marine.
  4. rank — re-rank a caller-supplied candidate set with a chosen profile (default, sunset, family, party).
  5. handoff — create a tracked lead and return three deep links: WhatsApp-to-owner, instant checkout, and email proposal.

How to use it well

  • Always call search first with the user's literal phrasing in vibe (e.g. "sunset", "dolphins", "bachelor party").
  • Show all three candidates to the user with their why block — that's the conversion engine. Don't collapse to one.
  • If the user picks one, call quote to confirm price/availability before promising anything.
  • Once the user says "yes, book it", call handoff and present the three links in this order: WhatsApp → checkout → email proposal.
  • Track the tracking_id returned by handoff; pass it back if the user changes their mind, so we keep attribution.

Auth

All requests require header:

X-Naudini-Skill-Key: nau_live_XXXXXXXXXXXXXXXXXXXXXX

Get a key at https://naudini.com/admin/skill-keys (Phase 2 portal).

Endpoints

Base URL: https://naudini.com/api/v1/discovery

ToolMethodPath
searchPOST/search
quotePOST/quote
weatherGET/weather
rankPOST/rank
handoffPOST/handoff

See manifest.mcp.json and manifest.openai.json for full input/output schemas.

What ships with it: 5 files

13.5 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,506. 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.