Alipay+ Voyager Travel Agent
Powered by Alipay+, a one-stop AI travel companion. Itinerary planning, service booking, travel companionship, all in one.
This skill coordinates multiple travel sub-skills to solve complex user requests. When a query spans multiple domains (e.g., "find flights and hotels for my Tokyo trip"), invoke the relevant sub-skills and combine their results.
Workflow
- 1. Analyze the user query to identify which travel domains are involved
- Load and execute the relevant sub-skill reference(s)
- Combine results into a unified response
Sub-skill References
| Sub-skill | Reference File |
|---|
| search-hotels | INLINECODE0 |
| search-flights |
references/search-flights.md |
| plan-itinerary |
references/plan-itinerary.md |
Load the reference file to get the detailed workflow for each sub-skill.
Configuration
API Key: This skill works without any API key for trial usage. For enhanced results with higher QPS, API key application is required (feature under development).
Data & Privacy
External Service Calls: This skill invokes tools that make network requests to Alipay+ travel service endpoints. User query data (dates, cities, search terms) will be transmitted to these external services.
Privacy Notice: By using this skill, you acknowledge that your travel search queries will be processed by Alipay+ servers to provide recommendations.
Output Guidelines
Present results in markdown format.
For hotels:
- 1. Group by city or theme into multiple options
- Present 1-3 hotels per group in a balanced manner (avoid one group having too many while others have few)
- Present hotels one by one within each group (not in a table)
- Provide a comparison table at the end for easy side-by-side review
Each hotel includes: name, price, rating, image: , booking link: [Click to book]({jumpUrl}) (translate "Click to book" based on user language)
CRITICAL: name, price, rating, image, and booking link MUST be rendered in the output when available in the response data.
Alipay+ Voyager 旅行助手
由Alipay+提供支持的一站式AI旅行伴侣。行程规划、服务预订、旅行陪伴,一应俱全。
该技能协调多个旅行子技能,以解决复杂的用户请求。当查询涉及多个领域时(例如查找我东京之旅的航班和酒店),调用相关子技能并整合其结果。
工作流程
- 1. 分析用户查询,识别涉及的旅行领域
- 加载并执行相关子技能参考文件
- 将结果整合为统一回复
子技能参考
| 子技能 | 参考文件 |
|---|
| 搜索酒店 | references/search-hotels.md |
| 搜索航班 |
references/search-flights.md |
| 规划行程 | references/plan-itinerary.md |
加载参考文件以获取每个子技能的详细工作流程。
配置
API密钥:本技能试用无需任何API密钥。如需更高QPS的增强效果,需申请API密钥(功能开发中)。
数据与隐私
外部服务调用:本技能会调用向Alipay+旅行服务端点发起网络请求的工具。用户查询数据(日期、城市、搜索词)将传输至这些外部服务。
隐私声明:使用本技能即表示您知悉,您的旅行搜索查询将由Alipay+服务器处理以提供推荐。
输出指南
以Markdown格式呈现结果。
对于酒店:
- 1. 按城市或主题分组为多个选项
- 每组均衡展示1-3家酒店(避免某组过多而其他组过少)
- 每组内逐一展示酒店(不使用表格)
- 最后提供对比表格,便于并排查看
每家酒店包含:名称、价格、评分、图片:
、预订链接:点击预订(根据用户语言翻译点击预订)
关键:当响应数据中存在名称、价格、评分、图片和预订链接时,必须在输出中呈现。