travel-route-planner
v1.0.0根据用户输入的多个目的地,生成推荐的旅行路线规划。当用户需要提供多城市旅行路线建议、行程规划、交通方式推荐时使用此技能。适用于自由行规划、多目的地旅行、跨区域旅行等场景。
⭐ 0· 63·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request persistent or elevated system privileges, nor does it modify other skills' configs.
Assessment
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 bookings, check the travel skill's behavior; this skill itself does not perform bookings or request secrets.Like a lobster shell, security has layers — review code before you run it.
latestvk97fysjvnjb0wjq81g2hegeb6d8428j8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
