← 返回 Skills 市场
chaoliuzhu

通用商旅出行规划助手

作者 Chaoliuzhu · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ⚠ suspicious
187
总下载
1
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install universal-travel-planner
功能描述
通用商旅出行规划技能 v1.0 · 面向所有商务出差人士。 一站式AI出行规划 + 全平台酒店比价 + HTML报告生成。 集成12306 MCP(火车票实时查询)+ 高德地图(路径规划/POI/天气)+ Web搜索(航班/酒店价格)。 支持**实时HTML报告生成**,所有预订链接真实可一键跳转。 触发条件:...
安全使用建议
This skill appears to do what it claims (travel planning with real‑time train/map data and HTML reports), but it instructs the agent to run remote npm packages via `npx -y` at runtime and provides no source/homepage or pinned package versions. Running `npx` like this can execute arbitrary third‑party code on the agent environment. Before installing or enabling: 1) ask the publisher for source code or repository links and for pinned package versions; 2) review the source of packages named (e.g., 12306-mcp, xhs-mcp) yourself or request a vetted release; 3) avoid supplying high‑privilege or unrelated credentials; 4) if you must use it, run in an isolated/sandboxed environment or require explicit approval before the agent executes external packages; 5) prefer an implementation that uses well-known APIs with documented auth flows instead of dynamic npx execution.
功能分析
Type: OpenClaw Skill Name: universal-travel-planner Version: 2.1.0 The travel planner skill integrates multiple external services but introduces a supply chain vulnerability by using 'npx -y' to execute unpinned MCP packages (12306-mcp, xhs-mcp) as described in SKILL.md. This pattern allows for potential remote code execution if the package names are hijacked or subject to typosquatting. While the behavior aligns with the stated purpose of travel planning and no direct evidence of intentional malice was found, the use of unverified external execution is a high-risk security flaw.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The name/description (travel planning, 12306/Gaode integration, HTML reports) align with the instructions: queries 12306 MCP, Gaode APIs, web searches, and builds HTML reports. The use of 12306-mcp and amap endpoints is coherent for real‑time train/map data.
Instruction Scope
SKILL.md instructs the agent to collect travel parameters from the user, query MCP servers, Gaode APIs, and web search results, then generate an HTML report. It does not request reading arbitrary local files or unrelated credentials. However, it explicitly tells the agent to execute dynamic npm packages (e.g., `npx -y 12306-mcp`, optional `npx -y xhs-mcp`), which gives those remote packages runtime control and broad capabilities—this expands the effective scope of what the skill can do at runtime.
Install Mechanism
There is no install spec; the runtime instructions call `npx -y <package>` to fetch and run npm packages on demand. Dynamic npx installs execute code from the npm registry, which is a moderate-to-high supply-chain risk compared with using a vetted, pinned install or known release host. No package versions are pinned and no provenance/homepage is provided.
Credentials
The skill declares no required environment variables and only lists AMAP keys as optional. Asking for map API keys (AMAP_WEB_KEY / AMAP_JSAPI_KEY / AMAP_SECURITY_CODE) is proportionate to map/weather/POI functionality. The skill does not request unrelated credentials or access to system config paths.
Persistence & Privilege
always:false and no install spec mean the skill does not demand permanent elevated presence. It does not declare modifications to other skills or system-wide settings. The main privilege concern comes from executing remote packages at runtime, not from persistence flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install universal-travel-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /universal-travel-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
首发版本:12306火车票+高德地图+酒店比价+HTML报告
v1.0.3
首发版本:12306火车票+高德地图+酒店比价+HTML报告
v2.0.0
首发版本:12306火车票+高德地图+酒店比价+HTML报告
v1.1.0
首发版本:12306火车票+高德地图+酒店比价+HTML报告
v1.0.2
优化商旅规划能力,新增高德地图路径规划
v1.0.1
修复版本冲突,补充说明文档
v1.0.0
首发版本
元数据
Slug universal-travel-planner
版本 2.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 7
常见问题

通用商旅出行规划助手 是什么?

通用商旅出行规划技能 v1.0 · 面向所有商务出差人士。 一站式AI出行规划 + 全平台酒店比价 + HTML报告生成。 集成12306 MCP(火车票实时查询)+ 高德地图(路径规划/POI/天气)+ Web搜索(航班/酒店价格)。 支持**实时HTML报告生成**,所有预订链接真实可一键跳转。 触发条件:... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 187 次。

如何安装 通用商旅出行规划助手?

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

通用商旅出行规划助手 是免费的吗?

是的,通用商旅出行规划助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

通用商旅出行规划助手 支持哪些平台?

通用商旅出行规划助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 通用商旅出行规划助手?

由 Chaoliuzhu(@chaoliuzhu)开发并维护,当前版本 v2.1.0。

💬 留言讨论