← 返回 Skills 市场
mehediahamed

travel-destination-brochure

作者 MehediAhamed · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1207
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install travel-destination-brochure
功能描述
Build travel destination scenarios and brochures from a city name. Fetches street-level and landmark imagery from OpenStreetCam and Wikimedia Commons, then uses VLM Run (vlmrun) to generate a travel video and a travel plan. Use when the user wants a travel brochure, destination guide, travel video, or travel planning for a city.
安全使用建议
This skill appears to do what it says: fetch public images for a city, save them locally, and call the vlmrun CLI (if you provide its API key) to generate a video and itinerary. Before installing/running: 1) Avoid blindly running the suggested remote installer commands (curl | sh or PowerShell irm | iex). Prefer installing packages from your normal package manager (pip install uv) or review the install script from https://astral.sh before executing it. 2) Verify the origin and trustworthiness of the 'vlmrun' CLI/package you install (it will send image data to an external service). 3) Run the scripts inside an isolated virtual environment or sandbox to limit accidental system changes and to control network/file access. 4) Be aware images are downloaded to disk (check output directories) and may contain large files; check disk/quota. 5) If you care about privacy, note that images and the images themselves are sent to the external vlmrun service when generating video/plan; do not provide private or sensitive imagery. If you want more confidence, you can audit the Python files (they are included) and test them with --no-download or --skip-commons/--skip-osc to observe behavior without external downloads.
功能分析
Type: OpenClaw Skill Name: travel-destination-brochure Version: 1.0.0 The skill bundle is classified as suspicious due to high-risk installation methods and potential prompt injection vulnerabilities. The `SKILL.md` and `README.md` files instruct the agent to install the `uv` package manager using `curl -LsSf https://astral.sh/uv/install.sh | sh` and `powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"`. These patterns involve downloading and executing arbitrary scripts from the internet, which is a significant supply chain risk. Furthermore, `SKILL.md` contains prompt injection instructions like "Check .env file for api key" and "Read .env file to find api keys", which could lead the AI agent to access and potentially expose sensitive data from the `.env` file beyond the intended `VLMRUN_API_KEY`.
能力评估
Purpose & Capability
The name and description match the actual files and behavior: scripts geocode a city (Nominatim), download public images from Wikimedia Commons and OpenStreetCam, assemble them into an images/ manifest, and call the vlmrun CLI to generate video and a travel plan. Required credentials are limited to an optional VLMRUN_API_KEY for vlmrun; no unrelated cloud credentials or secrets are requested.
Instruction Scope
SKILL.md instructs the user to create a venv, install dependencies, download images, and run the provided scripts. The runtime steps stay within the stated purpose and the scripts only read/write files within the output directories. One noteworthy instruction-level detail: SKILL.md suggests running remote install commands (curl | sh and PowerShell irm | iex) to install 'uv' — see install_mechanism. The docs also instruct users how to set VLMRUN_API_KEY in environment or .env. The scripts do not attempt to read other environment variables or system config paths.
Install Mechanism
There is no formal install spec, but SKILL.md recommends installing the 'uv' tool using remote installer scripts (https://astral.sh/uv/install.sh and install.ps1) with curl/PowerShell piped to shell/iex. Executing remote installers with ExecutionPolicy Bypass or piping shell scripts from the network is a higher-risk operation and should be treated with caution. The rest of the dependencies are normal Python packages (requests, vlmrun[cli]).
Credentials
Only an optional VLMRUN_API_KEY (and optional VLMRUN_BASE_URL in .env_template) is referenced to enable vlmrun-based video/plan generation. No other secrets are requested. The scripts themselves do not read arbitrary environment variables beyond what the user supplies for vlmrun; they default to public APIs for image fetching.
Persistence & Privilege
The skill is instruction-only and does not request always:true. It creates local files and suggests creating a virtual environment (.venv) inside the skill directory — normal behavior. It does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install travel-destination-brochure
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /travel-destination-brochure 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Generate travel brochures, videos, and 1-day plans for any city using open imagery and AI. - Fetches street-level photos from OpenStreetCam and landmark images from Wikimedia Commons. - Integrates with VLM Run to create 30-second travel videos and one-day itineraries (requires optional API key). - Provides simple installation and setup instructions for all major platforms. - Includes easy-to-use, all-in-one script for quick brochure generation. - Offers advanced, step-by-step workflow for greater flexibility and control.
元数据
Slug travel-destination-brochure
版本 1.0.0
许可证
累计安装 2
当前安装数 0
历史版本数 1
常见问题

travel-destination-brochure 是什么?

Build travel destination scenarios and brochures from a city name. Fetches street-level and landmark imagery from OpenStreetCam and Wikimedia Commons, then uses VLM Run (vlmrun) to generate a travel video and a travel plan. Use when the user wants a travel brochure, destination guide, travel video, or travel planning for a city. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1207 次。

如何安装 travel-destination-brochure?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install travel-destination-brochure」即可一键安装,无需额外配置。

travel-destination-brochure 是免费的吗?

是的,travel-destination-brochure 完全免费(开源免费),可自由下载、安装和使用。

travel-destination-brochure 支持哪些平台?

travel-destination-brochure 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 travel-destination-brochure?

由 MehediAhamed(@mehediahamed)开发并维护,当前版本 v1.0.0。

💬 留言讨论