📦 Map Address Query — 地址坐标速查
v0.1.0一键调用地图服务,快速查询任意地址的经纬度坐标、POI 位置及两地距离,支持批量解析与路线规划,为物流、出行、数据标注等场景提供精准地理信息。
0· 123·0 当前·0 累计
下载技能包
最后更新
2026/4/21
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
This skill appears to do what it says: it downloads a third-party CLI from a GitHub release to query Tencent's Location Service and asks you to store your Tencent API key in ~/.qq_map_cli_config.json or an env var. Before installing or running: (1) verify the GitHub repository and release (scottkiss/qq-map-cli) and, if available, check release checksums or source code; (2) prefer supplying the minimum-scoped Tencent key and store it in an environment variable or secure store rather than committi...详细分析 ▾
✓ 用途与能力
Name/description (geocode, distance, Tencent Location Service) align with the included CLI and usage instructions. Requiring a Tencent Location Service key is expected; no unrelated credentials, binaries, or config paths are requested.
✓ 指令范围
SKILL.md stays within mapping tasks: it instructs downloading a CLI, creating a home config (~/.qq_map_cli_config.json), and using the CLI for geocoding and distance queries. It does instruct persisting the user's Tencent key globally in their home config (expected for usability) but otherwise does not ask to read unrelated files or exfiltrate data.
ℹ 安装机制
The included script downloads a zip from a GitHub releases URL and unzips it into scripts/bin (then marks the binary executable). GitHub releases is a common host, but extracting and running a downloaded binary is an elevated-risk action; the behavior is coherent with the stated purpose but worth auditing before running.
✓ 凭证需求
No required env vars are declared by the registry metadata. The tool accepts a Tencent API key via --key, config file, or QQ_MAP_KEY which is proportionate to the service it integrates with. There are no unrelated secrets requested.
✓ 持久化与权限
Skill is not always-enabled and does not request system-wide changes beyond writing a config file in the user's home directory (~/.qq_map_cli_config.json) and placing a binary in the skill's scripts/bin folder. It does not modify other skills or system settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/3/20
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install map-address-query-skills
镜像加速npx clawhub@latest install map-address-query-skills --registry https://cn.longxiaskill.com镜像同步中