← 返回 Skills 市场
30
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install family-travel-assistant
功能描述
帮带娃家庭轻松出行,提供儿童票政策查询、亲子友好景点推荐和年龄段出行打包清单,覆盖机票火车景点三大票务场景。
使用说明 (SKILL.md)
亲子出行助手
帮带娃家庭轻松出行——查儿童票政策、找亲子景点、备打包清单,一个技能全搞定。
触发条件
当用户提到亲子出行、带娃旅行、儿童票、小孩票价、家庭出游、亲子景点等需求时触发。不适用于纯成人出行场景。
工具
policy — 儿童票政策查询
查询机票/火车/景点儿童票和婴儿票政策,根据孩子年龄给出购票建议。
- 输入:type(flight/train/scenic/all), age(孩子年龄)
- 输出:各交通方式儿童票规则 + 年龄段购票建议 + 出行贴士
- 数据流:用户输入 → 本技能 → 内置政策规则库 → 返回结果
attractions — 亲子景点推荐
搜索亲子友好景点,查询儿童票/亲子票价格,按适合年龄排序推荐。
- 输入:city(城市), age(孩子年龄), type(景点类型), keyword(自定义搜索)
- 输出:景点列表(含亲子友好评分+适合年龄+儿童票价) + 天气简报 + 推荐景点类型
- 数据流:用户输入 → 本技能 → 代理服务 → 旅游平台API(景点搜索+票价) → 返回结果
checklist — 亲子出行打包清单
按孩子年龄段生成专属打包清单,含证件、衣物、护理、娱乐、饮食五大类。
- 输入:age(孩子年龄), destination(目的地), days(天数)
- 输出:分类清单 + 天气适配追加 + 必带品标记 + 专业贴士
- 数据流:用户输入 → 本技能 → 代理服务 → 高德天气API(天气适配) → 返回结果
流程
流程1:查政策
用户问"X岁孩子怎么买票" → 调用policy → 匹配年龄段 → 返回机票/火车/景点政策+建议
流程2:找景点
用户问"XX哪里适合带娃" → 调用attractions → 搜索景点+查儿童票 → 按亲子友好度排序 → 返回推荐列表
流程3:备清单
用户问"带X岁孩子去XX要带什么" → 调用checklist → 年龄段匹配+天气适配 → 返回分类清单+贴士
数据源说明
- 景点数据:通过代理服务调用旅游平台API,获取景点POI和儿童票/亲子票价格,无需用户申请任何API Key
- 天气数据:通过代理服务调用高德天气API
- 政策数据:基于国内交通行业公开规定整理(2024年最新标准),政策更新时需同步更新
佣金说明
景点门票预订链接走平台分佣通道,同价时按佣金比例排序;政策查询和清单生成无佣金排序。
安全使用建议
Install only if you are comfortable sharing travel lookup details such as city, destination, attraction keywords, and child age with the skill author's proxy services and downstream travel/weather APIs. Avoid entering precise home addresses, full itineraries, names, contact details, or other sensitive family information unless necessary.
能力标签
能力评估
Purpose & Capability
The SKILL.md describes child ticket policy lookup, family-friendly attraction search, and packing checklists; scripts/family.py implements those same functions without unrelated capabilities.
Instruction Scope
The trigger language is fairly broad for family travel and ticket questions, but it is still bounded to child/family travel and explicitly excludes adult-only travel.
Install Mechanism
The artifact contains a markdown skill file and one Python helper script; there are no install hooks, package installers, or automatic setup commands.
Credentials
Network calls to travel and weather proxy endpoints are purpose-aligned and disclosed in the skill, but they may transmit city, destination, child age, and keyword context.
Persistence & Privilege
The script does not write files, create persistence, request elevated privileges, read local credentials, or collect user secrets; the embedded proxy token appears to be a service token for its own API access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install family-travel-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/family-travel-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Family Travel Assistant (亲子出行助手).
- Supports children’s ticket policy queries for flights, trains, and attractions based on age.
- Recommends family-friendly attractions with children’s ticket prices and age suitability.
- Generates age-based packing checklists, including weather-adapted items and travel tips.
- Integrated with tourism and weather APIs for real-time data and recommendations.
- Designed for families traveling with children; not applicable to adult-only travel.
元数据
常见问题
亲子出行助手 是什么?
帮带娃家庭轻松出行,提供儿童票政策查询、亲子友好景点推荐和年龄段出行打包清单,覆盖机票火车景点三大票务场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30 次。
如何安装 亲子出行助手?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install family-travel-assistant」即可一键安装,无需额外配置。
亲子出行助手 是免费的吗?
是的,亲子出行助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
亲子出行助手 支持哪些平台?
亲子出行助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 亲子出行助手?
由 旅行技能(@travel-skills)开发并维护,当前版本 v1.0.0。
推荐 Skills