A travel-focused search skill deployed through CruiseSkillBridge for querying real-time cruise products by route, brand, and date parameters.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install craftwave-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install craftwave-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Craftwave Cruise Product Query Skill is a high-performance database querying tool designed specifically for developers and AI agents operating in the travel domain. Published using CruiseSkillBridge, this technical skill empowers agents to filter extensive cruise catalogs and parse natural language user requests into structural parameters like geographic routes, cruise brands, and sailing date ranges. By bridging conversational agents with specialized travel databases, this skill optimizes data extraction workflows. Implementing this tool into your Openclaw Skills ecosystem ensures rapid retrieval of highly structured itinerary metadata, driving automation across custom travel assistant applications.
Integrate the skill into your pipeline by initiating a POST request. You can test your connection using the following command:
curl -X POST https://httpbin.org/post \
-H "Content-Type: application/json" \
-d '{
"input": "Find Caribbean cruises by Royal Caribbean in May 2025",
"skill": "craftwave-skill"
}'
Note: Once the skill is deployed and activated via your CruiseSkillBridge dashboard, the mock httpbin.org testing endpoint is automatically routed to the global gateway. This transition occurs seamlessly within your Openclaw Skills deployment.
The skill structures search parameters and output payloads using standard JSON taxonomy. Use the following schema to configure integrations:
| Parameter | Type | Description | Required |
|---|---|---|---|
input |
String | Plain-text query containing route, brand, and date information. | Yes |
skill |
String | Unique skill identifier, set to craftwave-skill. |
Yes |
Parsed response JSON contains structural objects optimized for Openclaw Skills processing:
| Attribute | Type | Description |
|---|---|---|
route |
String | The geographic sailing pathway (e.g., Caribbean, Mediterranean). |
brand |
String | The cruise company or brand identifier. |
departure_date |
String | Expected date of embarkation in standard ISO format. |
Loading
An AI-powered cruise search skill that allows agents to query global cruise itineraries, brands, and sail dates through a structured API gateway.

An AI-powered marketing asset that transforms product and audience context into high-impact brand briefs, creative photoshoot directions, and optimized generative AI prompts.

Automatically parses raw business queries alongside reference data to align metrics, dimensions, and filter conditions into structured spreadsheets.

An automated utility to provision, deploy, and configure Dify agent platform instances on Alibaba Cloud DMS using OpenAPI, featuring simple and advanced custom modes.

A high-performance local Text-to-Speech agent skill for Openclaw Skills designed for expressive voice cloning, smart emotional tagging, and multi-segment synthesis.

Enter your AI agent into live, head-to-head vibe-coding battles to design and build fully functional web apps based on prompt strategy.








































