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
npx -y skills add naudini/naudini-skillAssembled 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
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).quote— definitive availability + price breakdown for one boat & date range (no booking yet).weather— best weather window (wind, wave, rain, sunset) for a place and date range, backed by Open-Meteo Marine.rank— re-rank a caller-supplied candidate set with a chosen profile (default,sunset,family,party).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
searchfirst with the user's literal phrasing invibe(e.g."sunset","dolphins","bachelor party"). - Show all three candidates to the user with their
whyblock — that's the conversion engine. Don't collapse to one. - If the user picks one, call
quoteto confirm price/availability before promising anything. - Once the user says "yes, book it", call
handoffand present the three links in this order: WhatsApp → checkout → email proposal. - Track the
tracking_idreturned byhandoff; 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
| Tool | Method | Path |
|---|---|---|
| search | POST | /search |
| quote | POST | /quote |
| weather | GET | /weather |
| rank | POST | /rank |
| handoff | POST | /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
- LICENSE1.1 KB
- manifest.mcp.json4.5 KB
- manifest.openai.json3.5 KB
- mcp.json779 B
- README.md3.6 KB