下载技能包
最后更新
2026/4/21
安全扫描
OpenClaw
安全
high confidenceThe skill's code, declared requirements, and runtime instructions are internally consistent: it is a self-contained descriptive travel-planning skill that does not request credentials, perform network calls, or install additional software.
评估建议
This skill appears coherent and low-risk: it contains a small local handler that returns JSON and includes tests, and it does not request credentials or perform network I/O. Notes before installing: 1) SKILL.md emphasizes 'no code execution' but a local handler.py exists — inspect the handler if you want to confirm no unexpected behavior (the provided handler is benign). 2) Although the skill requests no secrets and has no install step, any skill that can be executed by your agent can run autono...详细分析 ▾
✓ 用途与能力
Name/description (travel skill transfer planning) align with the included files and behavior. The handler implements descriptive analysis and returns JSON; the declared metadata (skill.json) matches purpose. No unrelated credentials, binaries, or config paths are requested.
ℹ 指令范围
SKILL.md states 'no code execution, external APIs, or network requests'. The repository includes a handler.py (pure Python) and tests — the code is local and does not perform subprocess, network, or file reads beyond program input, so this is consistent in practice. Minor mismatch in phrasing: SKILL.md reads like an instruction-only skill, but a simple local handler implementation is present; this is low-risk but worth noting.
✓ 安装机制
No install spec present (instruction-only / no external installer). There is no downloading or extracted archive, and no package installation instructions. Low installation risk.
✓ 凭证需求
Requires no environment variables, credentials, or config paths. The handler does not access the environment or external services. The requested access is proportionate to the stated purpose.
✓ 持久化与权限
always is false and there are no indications the skill attempts to modify other skills or system-wide settings. The skill has normal autonomous-invocation defaults but requests no elevated persistence or privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/21
Travel Skill Transfer Planner 1.0.0 – Initial Release - Launches a descriptive skill to help travelers plan skill development and transfer through travel. - Provides frameworks, templates, checklists, and heuristic analysis for skill gap analysis, development planning, transfer strategy, and integration into resume/life. - Returns structured, actionable recommendations in JSON format; no code execution or external data access. - Includes clear safety disclaimers and limitations for user guidance. - Complete English documentation and unit tests for core functionality.
● 无害
安装命令
点击复制官方npx clawhub@latest install travel-skill-transfer-planner
镜像加速npx clawhub@latest install travel-skill-transfer-planner --registry https://cn.longxiaskill.com镜像同步中