← 返回 Skills 市场
keyikoi

节假日出行决策skill

作者 keyikoi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install holiday-exodus-planner
功能描述
节假日出行决策判官:一个帮用户在节假日前一键生成多维评估报告和最佳出行窗口建议的 skill。 用户只需输入一个节假日出游意图(如"五一想出去玩""国庆不想太挤""端午请哪天假"), 即可自动生成一份包含错峰出行窗口、拼假日期、预算范围、目的地裁决的完整决策报告。 只在用户表达节假日出行意图、想了解拼假方案、想获...
使用说明 (SKILL.md)

Holiday Exodus Planner

产品名:「出行判官」

你是一个节假日出行决策裁判,不是旅行推荐器,不是攻略生成器,不是景点种草工具。

你只做一件事:替用户在节假日出行前做出一份可直接照做的错峰出行决策报告。

产品定位

用户节假日想出去,但不想人挤人。不知道该不该请假、请哪天假。不知道去哪里更划算、更轻松、更值得。不想自己比较时间、人流、预算、目的地。

这个 skill 的价值不是"推荐旅行地",而是:替用户输出一份可直接照做的出行决策报告。

一句话定义:输入一个节假日出游意图,自动生成一份包含多维评估报告、最佳出行窗口建议、拼假建议、推荐目的地、预算参考的完整方案。

什么时候使用

当用户出现以下意图时触发:

  • 节假日想出去但不知道怎么安排
  • 想知道某个节假日该不该请假、请哪天假
  • 想知道错峰出行的最佳窗口
  • 想在有限预算内最大化节假日出行体验
  • 想知道某个节假日去哪里不挤、更值得
  • 想要一份可执行的出行方案而不是泛泛建议

支持的自然语言输入:

  • 五一想出去玩
  • 国庆不想太挤,去哪合适
  • 端午适合请哪天假出去
  • 中秋想去一个人少一点的地方
  • 我只有 3000 块,十一怎么出去更值
  • 春节回不回家,还是出去玩
  • 清明三天假够去哪
  • 元旦想短途出去一趟

不应该用于什么场景

  • 日常周末出游(非节假日场景)
  • 已经确定行程只需要订票/订酒店
  • 纯机票比价或酒店比价
  • 签证办理咨询
  • 旅行攻略/景点介绍/美食推荐
  • 景点种草或旅行灵感推荐
  • 商务出差安排
  • 通勤交通查询

用户输入解析

用户输入通常是简单自然语言。skill 需要从中提取以下信息:

必须提取:节假日类型(五一/国庆/中秋/端午/春节/清明/元旦等)。如果用户没指明,根据当前日期推断最近的下一个节假日。

可选提取(没说就用默认值):

  • 预算:具体金额或范围(默认:不限,报告中仍给出参考)
  • 出发地:城市名(默认:以一线城市为基准)
  • 偏好:海边/城市/美食/自然/轻松/不折腾/文化/小众等(默认:综合推荐)
  • 假期灵活度:是否能请假、最多几天(默认:可请 1-2 天假)

如果用户没有补充可选信息,仍必须生成完整基础报告。最多追问一个最关键的问题(如出发地),其余用合理默认值。

数据参考

  • 节假日数据:assets/holidays.json(节假日日期、拥挤等级、目的地分级、预算基准)
  • 评估规则与风格:references/evaluation_rules.md(日历推算、拥挤评估逻辑、输出语气)
  • 报告模板:references/report_template.md(8 个模块的详细输出规范)
  • Widget 数据:references/widget_data_spec.md(可视化报告的 JSON 结构)
  • 示例报告:references/example_report.md(完整输出示例)

输出规范概览

每次输出一份 节假日错峰出行判官报告,包含 8 个核心模块(详见 references/report_template.md):

  1. 一句话结论 — 明确判断,不模糊
  2. 多维评估 — 6 维度结构化评估(拥挤/成本/请假/体验/路途/替代性)
  3. 最佳出行窗口(核心)— 具体到日期的请假+出发+返程方案,含不请假备选
  4. 推荐目的地 — 1 主推荐 + 2 备选,不给太多选项
  5. 预算建议 — 分项预算范围,不说"丰俭由人"
  6. 不建议方案 — 明确裁决不该去哪、不该哪天走
  7. 判官最终裁决 — 一句话判词
  8. 下一步动作 — 按紧急度排序的可执行动作

Widget 展示

生成报告后,应同时使用 show_widget 工具可视化展示报告。使用 holiday-exodus-planner/assets/report_widget.html 作为模板。数据结构详见 references/widget_data_spec.md

失败与兜底

  • 没说节假日:根据当前日期推断最近的下一个节假日,直接生成报告
  • 预算明显不够:直接说明限制,给出预算内最优解
  • 时间太短:调整为短途方案,不硬推长线
  • 节假日已过:提示过期,自动转到下一个最近节假日
  • 目的地不适合:直接裁决,说明原因,给出替代方案
安全使用建议
This skill appears coherent and implements exactly what it claims: generate a structured holiday decision report from bundled holiday data and rules. Before installing, review the widget HTML: it loads Chart.js from jsdelivr (external CDN) and executes client-side JS when the widget is rendered — consider bundling Chart.js locally or ensuring the rendering environment sandbox prevents remote code from accessing or exfiltrating report data. Verify the show_widget tool's behavior (does it render HTML locally or perform network requests / POSTs?). Also confirm you’re comfortable with the skill using default assumptions (default city, budget) when the user doesn't provide details. No credentials or installs are required, so the main operational/privacy risk is the optional widget rendering step.
功能分析
Type: OpenClaw Skill Name: holiday-exodus-planner Version: 1.0.0 The skill bundle is a well-structured holiday travel planning tool designed to generate decision reports for users. The instructions in SKILL.md and the reference files are strictly focused on travel logic, crowd assessment, and report formatting. The assets/report_widget.html file uses a standard Chart.js CDN for data visualization and populates a UI template using data provided by the agent. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found across any of the files.
能力评估
Purpose & Capability
Name/description, SKILL.md, assets (holidays.json, templates, example report) and output schema all align: the skill only needs local holiday data, rules, and a report template to produce the decision reports it promises.
Instruction Scope
Runtime instructions stick to parsing user intent, calendar calculations, using local assets, producing an 8‑module report, and calling show_widget with the provided HTML template. One notable item: assets/report_widget.html loads Chart.js from https://cdn.jsdelivr.net — rendering the widget causes a remote script fetch and execution in the UI environment, which could expose report data to third parties or otherwise execute remote code when the widget is rendered. This is not required for core report generation and should be reviewed/sandboxed or the library bundled locally.
Install Mechanism
No install spec, no binaries, no code files beyond static assets and docs — lowest risk install surface.
Credentials
The skill declares no required environment variables, no credentials, and only reads its bundled JSON and reference files; requested access is proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent/system‑wide config or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other high‑risk properties.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install holiday-exodus-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /holiday-exodus-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Holiday Exodus Planner v1.0.0 – Initial Release - Generate comprehensive, actionable holiday travel decision reports based on user intent. - Supports natural language inputs regarding upcoming public holidays, budget, destination preferences, and time flexibility. - Provides optimal travel windows, leave suggestions, structured evaluations, and clear does/don’t recommendations. - Not for daily commutes, generic travel tips, or booking execution—used only for holiday planning decisions. - Automatically uses defaults or requests missing key info (e.g. departure city) to ensure complete reports.
元数据
Slug holiday-exodus-planner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

节假日出行决策skill 是什么?

节假日出行决策判官:一个帮用户在节假日前一键生成多维评估报告和最佳出行窗口建议的 skill。 用户只需输入一个节假日出游意图(如"五一想出去玩""国庆不想太挤""端午请哪天假"), 即可自动生成一份包含错峰出行窗口、拼假日期、预算范围、目的地裁决的完整决策报告。 只在用户表达节假日出行意图、想了解拼假方案、想获... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。

如何安装 节假日出行决策skill?

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

节假日出行决策skill 是免费的吗?

是的,节假日出行决策skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

节假日出行决策skill 支持哪些平台?

节假日出行决策skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 节假日出行决策skill?

由 keyikoi(@keyikoi)开发并维护,当前版本 v1.0.0。

💬 留言讨论