安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears coherent and lightweight. Before installing, confirm that the referenced 'travel' skill and the web_search tool are trusted and understand whether they require API keys or booking permissions (those credentials would be managed by those tools, not this skill). Note that the included Python script is local and only formats/structures suggestions — actual live prices/times come from integrations, so verify those integrations' permissions and accuracy. If you expect automatic boo...详细分析 ▾
✓ 用途与能力
Name and description match the included files and instructions. The SKILL.md and the small Python script implement route planning logic and reference expected integrations (a 'travel' skill and web_search) that are appropriate for the stated purpose.
✓ 指令范围
Runtime instructions stay within travel planning: accept destinations, call the travel skill for tickets/hotels/attractions, and use web_search for weather and traffic. There are no instructions to read unrelated system files, access environment secrets, or transmit data to unexpected endpoints.
✓ 安装机制
Instruction-only skill with a small local Python helper script. No install spec, no downloads or packaged dependencies. Nothing writes arbitrary binaries or fetches remote archives.
✓ 凭证需求
No required environment variables, credentials, or config paths are declared. The integration points (travel skill and web_search) are plausible and explain why external data would be used; the skill itself does not request secrets.
✓ 持久化与权限
always:false and user-invocable:true. The skill does not request persistent or elevated system privileges, nor does it modify other skills' configs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/2
NULL
● Pending
安装命令
点击复制官方npx clawhub@latest install travel-route-planner
镜像加速npx clawhub@latest install travel-route-planner --registry https://cn.longxiaskill.com镜像同步中