安全扫描
OpenClaw
安全
high confidence未提供
评估建议
未提供详细分析 ▾
✓ 用途与能力
The name and description match the SKILL.md content: a three-phase algorithmic strategy for placing items on a map. There are no unexpected environment variables, binaries, or config paths requested that would be unrelated to the stated purpose.
✓ 指令范围
SKILL.md contains algorithmic guidance and a small Python skeleton for implementing the strategy. It does not instruct the agent to read system files, access environment variables, call external endpoints, or exfiltrate data. The scope stays within describing how to prune, score, and search placements.
✓ 安装机制
There is no install spec and no code files. This instruction-only format means nothing is written to disk or downloaded by the skill itself.
✓ 凭证需求
The skill declares no required environment variables, credentials, or config paths. It does not request broad or unrelated secrets, which is proportionate for a strategy guide.
✓ 持久化与权限
always is false and the skill does not request persistent presence or modify other skills or system-wide settings. Default autonomous invocation is allowed but that is the platform norm and not a concern here given the skill's limited scope.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install civ6-adjacency-optimizer-map-optimization-strategy
镜像加速npx clawhub@latest install civ6-adjacency-optimizer-map-optimization-strategy --registry https://cn.longxiaskill.com 镜像可用
技能文档
未提供