← Back to Skills Marketplace
641
Downloads
1
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install travel-itinerary-planner
Description
Generate complete, image-rich travel plans from trip dates and destination, including day-by-day itinerary, transportation, lodging area guidance, budget ran...
Usage Guidance
This skill appears coherent and low-risk, but before installing: 1) review the remainder of scripts/build_trip_plan.py (the file includes path-check and URL validation helpers but the final file-write logic was truncated in the provided view) to confirm it enforces writing only .md files inside the current working directory; 2) if you plan to let the agent verify live facts, ensure the agent's network access policies are acceptable (verifying schedules/visa info requires web lookups but should only query primary sources); 3) run the Python script locally on sample inputs to confirm behavior and outputs; and 4) if you will provide image URLs, only supply trusted https:// links (the skill already enforces HTTPS). If any of these checks fail or the script writes outside the working directory, treat the skill as suspicious and do not enable it broadly.
Capability Analysis
Type: OpenClaw Skill
Name: travel-itinerary-planner
Version: 0.1.1
The skill bundle is benign. The `SKILL.md` provides explicit safety guardrails for the AI agent, instructing it to treat user input as untrusted, validate HTTPS URLs, and restrict file output to the current working directory with a `.md` extension. The core script `scripts/build_trip_plan.py` implements these guardrails through robust input sanitization (`sanitize_text`, `escape_markdown_text`, `validate_https_url`) and strict path validation (`build_output_path` ensures files are written within the current working directory and have a `.md` extension). There is no evidence of data exfiltration, unauthorized command execution, persistence, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description (travel itinerary generation) match the included files: SKILL.md, output and research rubrics, sample output, and a single Python script that scaffolds Markdown itineraries. There are no unexpected binaries, cloud credentials, or config paths requested.
Instruction Scope
Runtime instructions are focused on collecting trip inputs, running the local script, and verifying time-sensitive facts using primary sources. The guardrails explicitly reject risky URL schemes and require trusted HTTPS for images. The guidance to verify live facts implies network lookups, but the skill does not instruct any automatic external posting or use of unrelated system data.
Install Mechanism
No install spec is present (instruction-only), so nothing is downloaded or written to disk by an installer. The only code is a bundled Python script; no external package installs are declared.
Credentials
The skill requests no environment variables, credentials, or config paths. The Python script includes URL validation and input sanitization functions, and budget/currency logic — nothing requires secrets or privileges beyond normal file I/O.
Persistence & Privilege
always is false, the skill is user-invocable and can be called autonomously (platform default). There is no evidence it attempts to alter other skills or persist broad system changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travel-itinerary-planner - After installation, invoke the skill by name or use
/travel-itinerary-planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- Added strict safety guardrails to input handling, including rejection of risky URL schemes and acceptance of image URLs only if they use trusted HTTPS.
- Updated CLI documentation and examples to require explicit use of trusted HTTPS URLs for images.
- Enhanced output path restrictions: outputs must stay within the working directory and use only `.md` files.
- Expanded documentation with a new "Safety Guardrails" section for clarity.
v0.1.0
- Initial release of Travel Itinerary Planner.
- Generates detailed, image-rich Markdown itineraries from minimal trip inputs (destination, dates, etc.).
- Supports day-by-day plans, transportation and lodging guidance, budget ranges, local transit notes, and risk/backup plans.
- Features command-line generation tool and workflow covering input collection, fact-checking, itinerary drafting, and final QA.
- Includes resources for research verification and output quality standards.
Metadata
Frequently Asked Questions
What is Travel Itinerary Planner?
Generate complete, image-rich travel plans from trip dates and destination, including day-by-day itinerary, transportation, lodging area guidance, budget ran... It is an AI Agent Skill for Claude Code / OpenClaw, with 641 downloads so far.
How do I install Travel Itinerary Planner?
Run "/install travel-itinerary-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Travel Itinerary Planner free?
Yes, Travel Itinerary Planner is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Travel Itinerary Planner support?
Travel Itinerary Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Travel Itinerary Planner?
It is built and maintained by daiwk (@daiwk); the current version is v0.1.1.
More Skills