← Back to Skills Marketplace
travel-skills

亲子出行助手

by 旅行技能 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
30
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install family-travel-assistant
Description
帮带娃家庭轻松出行,提供儿童票政策查询、亲子友好景点推荐和年龄段出行打包清单,覆盖机票火车景点三大票务场景。
README (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年最新标准),政策更新时需同步更新

佣金说明

景点门票预订链接走平台分佣通道,同价时按佣金比例排序;政策查询和清单生成无佣金排序。

Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install family-travel-assistant
  3. After installation, invoke the skill by name or use /family-travel-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug family-travel-assistant
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 亲子出行助手?

帮带娃家庭轻松出行,提供儿童票政策查询、亲子友好景点推荐和年龄段出行打包清单,覆盖机票火车景点三大票务场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.

How do I install 亲子出行助手?

Run "/install family-travel-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 亲子出行助手 free?

Yes, 亲子出行助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 亲子出行助手 support?

亲子出行助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 亲子出行助手?

It is built and maintained by 旅行技能 (@travel-skills); the current version is v1.0.0.

💬 Comments