← 返回 Skills 市场
harrylabsj

Family Trip Planner

作者 haidong · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
90
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install family-trip-planner
功能描述
Recommend family-friendly trip destinations with budgets, create daily child-focused itineraries, and offer packing lists and safety tips for family vacations.
使用说明 (SKILL.md)

Family Trip Planner(家庭旅行规划师)

Overview

根据家庭成员结构、孩子年龄、旅行预算和偏好,提供目的地推荐、每日行程安排、预算估算和打包清单。适用于亲子旅行规划。

Trigger

  • 带孩子旅行/出行
  • 假期去哪儿玩
  • 亲子游攻略
  • 旅行规划

Workflow

  1. 解析目的地/预算/天数/孩子年龄
  2. 推荐3-5个适合目的地(含评分和预估费用)
  3. 生成每日行程(含儿童友好活动)
  4. 提供打包清单和安全提示

Output

JSON: {destinationRecommendations[], dailyItinerary[], budgetEstimate, packingList, safetyTips}

安全使用建议
This skill appears to implement the advertised trip-planning functionality and does not request secrets or network access, but the package is inconsistent: there are two handler files that produce different JSON outputs and two different entrypoints declared (clawhub.json -> scripts/handler.py vs skill.json -> handler.py). Before installing or enabling autonomous use, ask the publisher which handler is intended, or run the package locally to confirm the actual runtime output and that it matches the SKILL.md schema. Also verify the platform will run the expected entrypoint. If you rely on the documented output keys (budgetEstimate, safetyTips), ensure the deployed handler returns them; otherwise downstream code or integrations may break or leak unexpected data. Finally, prefer skills with a known source/homepage or a verified author; the package author is 'Harry' but no homepage or repository is provided.
功能分析
Type: OpenClaw Skill Name: family-trip-planner Version: 0.1.0 The skill bundle is a legitimate family trip planning assistant that processes user input to recommend destinations and generate itineraries using hardcoded data. No evidence of data exfiltration, malicious execution, or prompt injection was found across the Python logic (handler.py, scripts/handler.py) or documentation (SKILL.md).
能力评估
Purpose & Capability
The declared purpose (family trip planning) aligns with the code: data-driven destination recommendations, itineraries, packing lists and safety tips. However, there are multiple handler implementations (handler.py and scripts/handler.py) that return different JSON schemas and clawhub.json and skill.json point at different entry files. This mismatch is disproportionate to the simple stated purpose and could cause unexpected behavior depending on which handler the platform runs.
Instruction Scope
SKILL.md describes a JSON output schema including destinationRecommendations[], dailyItinerary[], budgetEstimate, packingList, safetyTips. The top-level handler.py implements that schema (including budgetEstimate and safetyTips). But scripts/handler.py — referenced by clawhub.json — returns a different schema (budgetBreakdown, kidFriendlyAttractions, packingList) and slightly different keys. The runtime instructions and available code are therefore inconsistent: the agent may produce or expect a different structure than documented.
Install Mechanism
No install spec and no external downloads or binaries. All code is local and static; there are no network calls, installers, or third-party package installs in the manifest. This is low risk from an install mechanism perspective.
Credentials
The skill requests no environment variables, no credentials, and references only local static data structures. There is no access requested to external services or unrelated credentials, which is proportionate for the described functionality.
Persistence & Privilege
always:false and no special persistence or system-wide configuration changes are requested. The skill does not modify other skills or agent settings in the package; persistence/privilege levels are appropriate.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install family-trip-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /family-trip-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Family Trip Planner. - Recommends destinations based on family structure, children’s ages, preferences, and budget. - Generates daily itineraries with child-friendly activities. - Provides budget estimates for the suggested trip. - Offers a tailored packing list and safety tips. - Outputs information in structured JSON format.
元数据
Slug family-trip-planner
版本 0.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Family Trip Planner 是什么?

Recommend family-friendly trip destinations with budgets, create daily child-focused itineraries, and offer packing lists and safety tips for family vacations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 Family Trip Planner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install family-trip-planner」即可一键安装,无需额外配置。

Family Trip Planner 是免费的吗?

是的,Family Trip Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Family Trip Planner 支持哪些平台?

Family Trip Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Family Trip Planner?

由 haidong(@harrylabsj)开发并维护,当前版本 v0.1.0。

💬 留言讨论