Cruise Product Inquiry (craftwave-skill-2) for Openclaw

An AI-powered cruise search skill that allows agents to query global cruise itineraries, brands, and sail dates through a structured API gateway.

309441738
v3.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

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-2 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 Cruise Product Inquiry (craftwave-skill-2)?

Cruise Product Inquiry (craftwave-skill-2) is a specialized travel agent skill engineered to search and analyze cruise itineraries, brands, and departure dates. Built for seamless integration within modern AI agent networks like Openclaw Skills, this skill connects agentic workflows to comprehensive cruise databases.

By leveraging CruiseSkillBridge, it exposes a robust, unified API gateway that handles complex travel queries, enabling AI assistants to deliver highly precise cruise booking options and schedule evaluations. Developers and businesses can leverage craftwave-skill-2 to enrich customer-facing AI applications, providing instantaneous, structured responses to travel-related inquiries.

Cruise Product Inquiry (craftwave-skill-2) Use Cases

  • Querying live cruise availability based on specific travel dates and geographical regions.
  • Filtering cruise products by brand, cruise line, or luxury tier for personalized customer recommendations.
  • Automating itinerary analysis inside travel-focused chat assistants and customer support agents using Openclaw Skills.
  • Consolidating cruise schedules and route variations for corporate travel portals.

How Cruise Product Inquiry (craftwave-skill-2) Works

  1. The AI agent or travel application constructs a JSON payload containing query parameters such as route, brand, and date.
  2. The request is dispatched via a POST request to the CruiseSkillBridge API gateway.
  3. The gateway processes the parameters and securely queries the cruise database.
  4. The system retrieves matched cruise options, including itinerary details, dates, and brand metadata.
  5. The structured cruise data is returned to the calling client for rendering or downstream AI reasoning.

Cruise Product Inquiry (craftwave-skill-2) Setup

To integrate this skill into your ecosystem, send a POST request to the API gateway with the skill identifier:

curl -X POST https://api.cruiseskillbridge.com/v1/query \
  -H "Content-Type: application/json" \
  -d '{
    "input": "Find Royal Caribbean cruises departing in October 2025",
    "skill": "craftwave-skill-2"
  }'

Note: In development, you can test endpoints against mockup servers, but once published to CruiseSkillBridge, traffic is routed through the central analytics gateway.

Cruise Product Inquiry (craftwave-skill-2) Data Schema & Taxonomy

Request Body Schema

Field Type Description Required
input String Natural language search prompt or structured query parameters. Yes
skill String Must be set to craftwave-skill-2. Yes

Response Schema

Field Type Description
status String Success or error indicator.
results Array List of matching cruise itineraries, cruise lines, dates, and pricing indicators.
execution_time Integer Processing time in milliseconds.

Cruise Product Inquiry (craftwave-skill-2) Advanced Features

  • CruiseSkillBridge Gateway Analytics: Track and monitor API call volumes, latency, and costs directly in the unified management console.
  • Openclaw Skills Interoperability: Orchestrate cruise search workflows alongside multi-agent booking and itinerary-planning tools.
  • Domain-Specific Logic: Optimized parsing for cruise terminology, ports of call, and line brand tiers.
  • Flexible JSON Payload Handling: Easily maps dynamic user intents to structural cruise queries.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*