Craftwave Cruise Product Query Skill for Openclaw

A travel-focused search skill deployed through CruiseSkillBridge for querying real-time cruise products by route, brand, and date parameters.

309441738
v1.0.0
Jun 25, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install craftwave-skill

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Craftwave Cruise Product Query Skill?

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.

Craftwave Cruise Product Query Skill Use Cases

  • Automating customer service routing for travel platforms handling complex cruise itinerary inquiries.
  • Powering recommendation flows inside virtual assistants to find cruise lines based on custom destinations and schedules.
  • Enabling database querying layers for multi-agent workflows built using Openclaw Skills to return structural travel metadata.

How Craftwave Cruise Product Query Skill Works

  1. The host agent intercepts travel intents from the user to isolate cruise routes, operator brands, or departure months.
  2. The parameters are packaged into a structured POST payload sent directly to the skill gateway.
  3. CruiseSkillBridge automatically transforms the sandbox URL to query the active production index for accurate results.
  4. Clean, normalized JSON response payloads containing matching itineraries are piped back into the calling environment inside the Openclaw Skills suite.

Craftwave Cruise Product Query Skill Setup

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.

Craftwave Cruise Product Query Skill Data Schema & Taxonomy

The skill structures search parameters and output payloads using standard JSON taxonomy. Use the following schema to configure integrations:

Query Input Parameters

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

Response Attributes

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.

Craftwave Cruise Product Query Skill Advanced Features

  • Direct transition from testing sandbox URLs to production endpoints without code refactoring.
  • Integrated execution analytics and query monitoring inside the unified CruiseSkillBridge statistics hub.
  • Seamless JSON output structures engineered for rapid ingestion by models operating in Openclaw Skills frameworks.
  • Native optimization for handling complex travel-specific queries across multiple sailing combinations.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*