← Back to Skills Marketplace
harrylabsj

Family Trip Planner

by haidong · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
90
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install family-trip-planner
Description
Recommend family-friendly trip destinations with budgets, create daily child-focused itineraries, and offer packing lists and safety tips for family vacations.
README (SKILL.md)

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

Overview

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

Trigger

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

Workflow

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

Output

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

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

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.

How do I install Family Trip Planner?

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

Is Family Trip Planner free?

Yes, Family Trip Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Family Trip Planner support?

Family Trip Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Family Trip Planner?

It is built and maintained by haidong (@harrylabsj); the current version is v0.1.0.

💬 Comments