安全扫描
OpenClaw
安全
high confidence未提供
评估建议
未提供...详细分析 ▾
✓ 用途与能力
Name/description match the content: SKILL.md contains SQL and Python examples for exploring SQLite schemas and exporting data to JSON. It requests no unrelated credentials, binaries, or config paths.
✓ 指令范围
Instructions are narrowly scoped to querying SQLite (PRAGMA/sql SELECT) and transforming results to JSON; they reference only a db_path and generic table names. There is no guidance to read unrelated files, environment variables, or send data to external endpoints.
✓ 安装机制
No install spec or external downloads are present; this is instruction-only so nothing is written to disk by the skill itself.
✓ 凭证需求
The skill declares no environment variables, credentials, or special config paths and the examples only use the local sqlite3 Python library and a provided DB path — proportionate to the stated function.
✓ 持久化与权限
always is false and the skill does not request persistent or cross-skill configuration or elevated privileges. Autonomous invocation is allowed by default but not requested to be forced.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install civ6-adjacency-optimizer-sqlite-map-parser
镜像加速npx clawhub@latest install civ6-adjacency-optimizer-sqlite-map-parser --registry https://cn.longxiaskill.com 镜像可用
本土化适配说明
sqlite-map-parser — SQLite地图解析器 安装说明: 安装命令:["openclaw skills install civ6-adjacency-optimizer-sqlite-map-parser","npx clawhub@latest install civ6-adjacency-optimizer-sqlite-map-parser"]
技能文档
未提供 SKILL.md 文档内容