← 返回 Skills 市场
641
总下载
1
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install travel-itinerary-planner - 安装完成后,直接呼叫该 Skill 的名称或使用
/travel-itinerary-planner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 641 次。
如何安装 Travel Itinerary Planner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install travel-itinerary-planner」即可一键安装,无需额外配置。
Travel Itinerary Planner 是免费的吗?
是的,Travel Itinerary Planner 完全免费(开源免费),可自由下载、安装和使用。
Travel Itinerary Planner 支持哪些平台?
Travel Itinerary Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Travel Itinerary Planner?
由 daiwk(@daiwk)开发并维护,当前版本 v0.1.1。
推荐 Skills