← 返回 Skills 市场
63
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-travel-planner
功能描述
智能旅行规划助手 - 支持行程规划、预算管理、景点推荐、交通查询、酒店比价、 packing清单生成。Use when: (1) 用户需要规划旅行行程或 vacation, (2) 需要推荐目的地或景点, (3) 需要计算旅行预算, (4) 需要查询交通路线/航班/火车, (5) 需要生成 packing 清单,...
安全使用建议
This package largely looks like a local travel-planner tool, but there are clear inconsistencies you should resolve before trusting it: (1) SKILL.md and examples reference several scripts (recommend_attractions.py, transport_query.py, hotel_search.py, trip_share.py) and a documentation file (api-reference.md) that are not included — ask the publisher why they are missing. (2) The exporter advertises PDF/Excel/calendar export yet the provided exporter only writes text/CSV; verify promised features exist. (3) The included scripts perform network requests to public APIs (exchange rate and weather); run them in a sandbox or isolated environment if you are concerned about network activity. (4) Inspect the code locally (the Python scripts are readable) and run pip install in a virtual environment before executing. If you cannot obtain a complete, consistent package from a trusted source, avoid installing or running it with sensitive credentials or on production systems.
功能分析
Type: OpenClaw Skill
Name: smart-travel-planner
Version: 1.0.0
The skill bundle is a legitimate travel planning tool providing utilities for itinerary generation, budget calculation, weather forecasting, and currency conversion. It uses public, no-key APIs (open-meteo.com and exchangerate-api.com) for real-time data and contains no evidence of data exfiltration, malicious execution, or prompt injection. All scripts, such as plan_trip.py and weather_forecast.py, perform tasks strictly aligned with the stated purpose.
能力评估
Purpose & Capability
The skill's name and description match a travel planner. However, SKILL.md and quick-start examples reference scripts (recommend_attractions.py, transport_query.py, hotel_search.py, trip_share.py) and a doc (api-reference.md) that are not present in the file manifest. The exporter claims PDF/Excel/calendar output but the provided itinerary_exporter.py only supports text and CSV. These missing files and overstated features are inconsistent with the declared capabilities.
Instruction Scope
Runtime instructions are mostly local CLI invocations of the included Python scripts and a pip install. They do call out to public APIs (exchangerate-api.com and open-meteo.com) in the provided scripts, which is expected for currency and weather lookups. No instructions ask the agent to read unrelated system files or environment variables. The concern is that the SKILL.md gives examples using non-existent scripts and references an api-reference.md that isn't in the package, making the runtime behaviour unclear.
Install Mechanism
There is no packaged installer; SKILL.md instructs users to run pip install -r requirements.txt. The requirements are common Python libraries (requests, geopy, pandas, jinja2, openpyxl). No remote arbitrary downloads or extract-from-URL steps are present in the manifest.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The included scripts make network requests to public APIs but do not require secrets or credentials. This is proportionate to a travel planner.
Persistence & Privilege
The skill is not configured as always:true and does not claim to modify other skills or system-wide configuration. It is user-invocable and can be run by the agent, which is normal for skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smart-travel-planner - 安装完成后,直接呼叫该 Skill 的名称或使用
/smart-travel-planner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Smart Travel Planner—an all-in-one trip planning toolkit.
- Supports itinerary planning, budget management, attraction recommendations, transport queries, hotel price comparison, and smart packing lists.
- Offers CLI scripts for generating trip itineraries, budgeting, sightseeing suggestions, packing checklists, and currency conversion.
- Includes multi-API integration for real-time data like exchange rates and transport schedules.
- Ready-to-use templates and reference guides included for destinations and budgeting.
元数据
常见问题
Travel Planner 是什么?
智能旅行规划助手 - 支持行程规划、预算管理、景点推荐、交通查询、酒店比价、 packing清单生成。Use when: (1) 用户需要规划旅行行程或 vacation, (2) 需要推荐目的地或景点, (3) 需要计算旅行预算, (4) 需要查询交通路线/航班/火车, (5) 需要生成 packing 清单,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。
如何安装 Travel Planner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-travel-planner」即可一键安装,无需额外配置。
Travel Planner 是免费的吗?
是的,Travel Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Travel Planner 支持哪些平台?
Travel Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Travel Planner?
由 Lv Lancer(@kaiyuelv)开发并维护,当前版本 v1.0.0。
推荐 Skills