← Back to Skills Marketplace
kaiyuelv

Travel Planner

by Lv Lancer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
63
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install smart-travel-planner
Description
智能旅行规划助手 - 支持行程规划、预算管理、景点推荐、交通查询、酒店比价、 packing清单生成。Use when: (1) 用户需要规划旅行行程或 vacation, (2) 需要推荐目的地或景点, (3) 需要计算旅行预算, (4) 需要查询交通路线/航班/火车, (5) 需要生成 packing 清单,...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smart-travel-planner
  3. After installation, invoke the skill by name or use /smart-travel-planner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug smart-travel-planner
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Travel Planner?

智能旅行规划助手 - 支持行程规划、预算管理、景点推荐、交通查询、酒店比价、 packing清单生成。Use when: (1) 用户需要规划旅行行程或 vacation, (2) 需要推荐目的地或景点, (3) 需要计算旅行预算, (4) 需要查询交通路线/航班/火车, (5) 需要生成 packing 清单,... It is an AI Agent Skill for Claude Code / OpenClaw, with 63 downloads so far.

How do I install Travel Planner?

Run "/install smart-travel-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Travel Planner free?

Yes, Travel Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Travel Planner support?

Travel Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Travel Planner?

It is built and maintained by Lv Lancer (@kaiyuelv); the current version is v1.0.0.

💬 Comments