← Back to Skills Marketplace
354
Downloads
28
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install voyager-travel-agent
Description
Alipay+ Voyager Travel Agent. Provides comprehensive travel solutions including flight search, hotel recommendations, and multi-day itinerary planning. Use w...
Usage Guidance
This skill behaves as a thin wrapper around Alipay+ Voyager APIs: it will send user-provided search parameters (dates, cities, queries) to Alipay servers via the included shell scripts. Before installing, consider: (1) privacy — avoid sending sensitive PII you don't want shared with Alipay; (2) provenance — verify you trust the skill source and that the hard-coded endpoints are legitimate for your use case; (3) API keys — an API key may be required later for higher QPS (the skill currently runs without credentials); (4) review the two scripts (they use curl/jq) and test in a sandbox if you need to limit network access. If you need stricter data controls, do not enable the skill or restrict it to non-sensitive queries.
Capability Analysis
Type: OpenClaw Skill
Name: voyager-travel-agent
Version: 1.0.10
The voyager-travel-agent skill bundle is a legitimate travel assistant designed to search for flights and hotels and plan itineraries using Alipay+ services. The shell scripts (search-flights.sh, search-hotels.sh) are simple wrappers that send user-provided travel parameters to official Alipay endpoints (ivguserprod.alipay.com) via POST requests, and the documentation (SKILL.md, search-hotels.md) explicitly informs the user about this external data transmission for privacy transparency.
Capability Assessment
Purpose & Capability
Name/description match implementation: included scripts call Alipay+ Voyager MCP endpoints for flights and hotels and the references describe hotel/flight/itinerary workflows. There are no unrelated binaries, credentials, or config paths requested.
Instruction Scope
SKILL.md confines work to the included reference files and the two scripts; it explicitly instructs sending user search data to Alipay+ servers and to only use tool responses (no fabrication). This is coherent but has a privacy implication: user query data (dates, cities, possibly personal travel constraints) will be transmitted to external servers.
Install Mechanism
Instruction-only plus two small included shell scripts; no network downloads, package installs, or archive extraction. Risk from installation is minimal because nothing is written to disk beyond the existing files.
Credentials
The skill declares no required environment variables or credentials. The scripts call hard-coded Alipay endpoints and operate without API keys for trial use; the later optional API key (higher QPS) is reasonable and proportional to the described functionality.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system settings, and contains no install-time persistent agents. Autonomous invocation (allowed by default) is normal for skills and not by itself problematic here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install voyager-travel-agent - After installation, invoke the skill by name or use
/voyager-travel-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.10
- Added a Data & Privacy section to clarify that user queries are transmitted to Alipay+ servers for processing.
- Included a privacy notice informing users about external service calls and data handling when using this skill.
- No logic or workflow changes; functionality remains the same.
v1.0.9
- Improved hotel result output: now mandates that name, price, rating, image, and booking link are always displayed when available.
- Clarified output requirements for hotel listings to ensure comprehensive information is shown to users.
v1.0.8
voyager-travel-agent 1.0.8
- Updated output guidelines: hotel images must now be displayed using markdown image syntax (``).
- Clarified that both the image and booking link are mandatory in hotel listings when response data is available.
- Removed skill "enabled: false" flag from configuration metadata.
v1.0.7
- Skill has been disabled (`enabled: false`).
- Description updated for clarity and formatting.
- Output guidelines now emphasize that `hotelMainImage` and booking links must be included when available.
v1.0.6
- No changes detected in this version.
- Skill functionality and documentation remain unchanged.
v1.0.5
- Updated skill description to include "Alipay+ Voyager Travel Agent" at the beginning for clearer branding.
- No functional or workflow changes.
v1.0.4
Version 1.0.4 of voyager-travel-agent
- No file changes detected in this release.
- Functionality and documentation remain unchanged from the previous version.
v1.0.3
- Added shell scripts for searching flights (`scripts/search-flights.sh`) and hotels (`scripts/search-hotels.sh`)
- No changes to skill logic or documentation beyond script additions
v1.0.2
voyager-travel-agent 1.0.2
- Updated API key section: The skill now works without an API key for trial usage.
- Clarified that enhanced results and higher QPS will require an API key in the future; this feature is still under development.
- No functional or workflow changes to travel search or output formatting.
v1.0.1
- Removed legacy flight and hotel search scripts for streamlined operations.
- Added configuration section with API key information to documentation.
- No changes to user-facing features or outputs.
v1.0.0
- Initial release of voyager-travel-agent skill.
- Supports flight search, hotel recommendations, and multi-day itinerary planning.
- Automatically invokes multiple sub-skills for complex travel requests.
- Combines results for flights, hotels, and itineraries into unified markdown responses.
- Hotel results grouped by city or theme, with detailed info and comparison tables.
Metadata
Frequently Asked Questions
What is voyager-travel-agent?
Alipay+ Voyager Travel Agent. Provides comprehensive travel solutions including flight search, hotel recommendations, and multi-day itinerary planning. Use w... It is an AI Agent Skill for Claude Code / OpenClaw, with 354 downloads so far.
How do I install voyager-travel-agent?
Run "/install voyager-travel-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is voyager-travel-agent free?
Yes, voyager-travel-agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does voyager-travel-agent support?
voyager-travel-agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created voyager-travel-agent?
It is built and maintained by zhulei (@voyageragent); the current version is v1.0.10.
More Skills