← 返回 Skills 市场
83
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install travel-planner-plus
功能描述
为用户生成个性化旅游攻略。当用户要求"做一份旅游攻略"、"帮我规划X天X晚的旅行"、"生成某地旅游行程"、"制定旅游计划"时使用此技能。支持国内外各大城市,自动搜索景点/酒店/美食,计算交通路线,生成Word文档并发送给用户。
安全使用建议
This skill appears to be a legitimate travel guide generator, but there are several mismatches you should resolve before installing: 1) SKILL.md and the included Python script require a Baidu Maps API key (AK) and the python-docx package, yet the registry metadata declares no required env vars or install steps — ask the author to declare a BAIDU_AK (or equivalent) and provide installation instructions for python-docx. 2) The instructions tell the agent to check MEMORY.md/TOOLS.md for an AK — avoid automatic scanning of agent memory; prefer the user to explicitly provide the AK at runtime to prevent accidental exposure of other stored secrets. 3) The script prints a prefix of the AK to stdout which may leak part of the key in logs; request removal of that logging or masking of the key. 4) Confirm how the Feishu 'message' tool is authenticated and whether any Feishu credentials are required — these are not declared. 5) Because the source/homepage is unknown, run this in an isolated/test environment first and review the code (the included script) to ensure no additional network endpoints or behaviors are added. If you cannot get the author to clarify these points, treat the skill as risky and avoid granting it access to stored credentials or sensitive memory.
功能分析
Type: OpenClaw Skill
Name: travel-planner-plus
Version: 1.0.1
The travel-planner-plus skill bundle is a legitimate tool for generating travel itineraries. It uses the Baidu Maps API for geocoding and route planning, and the python-docx library to create Word documents. The instructions in SKILL.md and the logic in scripts/generate_travel_guide.py are consistent with the stated purpose, and there are no indicators of data exfiltration, malicious execution, or unauthorized access.
能力评估
Purpose & Capability
The skill claims to generate travel guides and use Baidu Maps for geocoding/routes and to send a Word doc via Feishu — that matches the included code and SKILL.md. However, the package metadata declares no required credentials or tools while SKILL.md and the script clearly require a Baidu API key (AK), python-docx, and a messaging tool (Feishu). Absence of declared env/config requirements is an incoherence.
Instruction Scope
SKILL.md instructs the agent to check MEMORY.md or TOOLS.md for a Baidu AK and to perform multi-engine web searches and then send the generated doc via the platform 'message' tool (Feishu). Asking the agent to search its MEMORY/TOOLS for credentials is broader than necessary and could expose other stored secrets; the instructions do not restrict or explicitly declare which memory entries to access. The network activity is limited to documented APIs (Baidu and web search), which fits the purpose, but the memory-check step is scope creep.
Install Mechanism
This is instruction-only (no install spec), but the repository includes a Python script that depends on python-docx. The skill does not provide install steps or declare the python package dependency, so the runtime environment may be missing required libraries. No third-party download URLs are used, which reduces supply-chain risk, but the missing install info is an operational inconsistency.
Credentials
The skill requires a Baidu Maps AK for geocoding/routing in both SKILL.md and the script, but the manifest lists no required env vars or primary credential. It also expects a messaging tool (Feishu) to send files but does not declare any Feishu credentials. The script prints a prefix of the AK to stdout (AK: {ak[:10]}...), which could leak part of the key to logs. Asking the agent to retrieve keys from MEMORY.md/TOOLS.md increases the chance of accidental exposure of other secrets.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It writes outputs to the agent workspace (/root/.openclaw/workspace) which is expected for generated files. Autonomous invocation is enabled (platform default) but not combined with other high-risk flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install travel-planner-plus - 安装完成后,直接呼叫该 Skill 的名称或使用
/travel-planner-plus触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No user-facing changes in this version.
- No file changes detected; documentation and functionality remain the same.
v1.0.0
- 首次发布旅行攻略生成技能(v1.0.0)。
- 支持自动为用户生成个性化旅游攻略,覆盖国内外各大城市。
- 综合景点、酒店、美食推荐,智能规划交通路线与行程安排。
- 输出内容包括详细行程表、推荐表、实用Tips等,并生成Word文档发送给用户。
- 利用百度地图API实现地理编码与交通路线规划。
- 加入使用流程指导与免责声明,确保用户体验和信息透明。
- 技能特点:考虑景点间距离,百度路径规划实际查询,交通有保障。请配合multi-search-engine网络搜索技能使用。
元数据
常见问题
travel-planner-plus 是什么?
为用户生成个性化旅游攻略。当用户要求"做一份旅游攻略"、"帮我规划X天X晚的旅行"、"生成某地旅游行程"、"制定旅游计划"时使用此技能。支持国内外各大城市,自动搜索景点/酒店/美食,计算交通路线,生成Word文档并发送给用户。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 travel-planner-plus?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install travel-planner-plus」即可一键安装,无需额外配置。
travel-planner-plus 是免费的吗?
是的,travel-planner-plus 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
travel-planner-plus 支持哪些平台?
travel-planner-plus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 travel-planner-plus?
由 ggyybb(@ggyybb)开发并维护,当前版本 v1.0.1。
推荐 Skills