节假日出行决策skill

v1.0.0

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

0· 95·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for keyikoi/holiday-exodus-planner.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "节假日出行决策skill" (keyikoi/holiday-exodus-planner) from ClawHub.
Skill page: https://clawhub.ai/keyikoi/holiday-exodus-planner
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install holiday-exodus-planner

ClawHub CLI

Package manager switcher

npx clawhub@latest install holiday-exodus-planner
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Scan Findings in Context
[no_regex_findings] expected: The regex-based scanner reported nothing to analyze. This is expected because the skill is instruction-only with only static assets and no executable code files for the scanner to match.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk972m2rdrh1e67smy4fdrsevgh841997
95downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

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

失败与兜底

  • 没说节假日:根据当前日期推断最近的下一个节假日,直接生成报告
  • 预算明显不够:直接说明限制,给出预算内最优解
  • 时间太短:调整为短途方案,不硬推长线
  • 节假日已过:提示过期,自动转到下一个最近节假日
  • 目的地不适合:直接裁决,说明原因,给出替代方案

Comments

Loading comments...