📦 Geocode Lookup — 地理编码查询
v1.0.0提供正向/反向地理编码及大圆距离计算,支持将地址解析为经纬度坐标,或将坐标反解为地址,并快速计算两地球面距离,适用于地图定位、物流路径规划与位置数据分析。
0· 291·0 当前·0 累计
下载技能包
最后更新
2026/3/4
安全扫描
OpenClaw
安全
high confidenceThe skill's claims (forward/reverse geocoding and distance calculations) match its simple instruction-only implementation; it calls a single external API and requests no credentials or installs.
评估建议
This skill is internally consistent and lightweight, but it sends addresses/coordinates to an external service (https://geocode.agentutil.net). Before installing, verify you trust that domain and its privacy claims, avoid sending private or sensitive addresses, and be cautious if the skill later asks to perform or authorize payments (it mentions a paid tier via a crypto protocol but does not currently request credentials). If you need guaranteed privacy, consider a trusted provider or an offline...详细分析 ▾
✓ 用途与能力
The name/description match the SKILL.md: all runtime instructions are about sending addresses/coordinates to an external geocoding API and computing distances. No unrelated binaries, env vars, or installs are requested.
ℹ 指令范围
The instructions explicitly send user-supplied addresses/coords to https://geocode.agentutil.net via POST requests — this is expected for a geocoding skill. The SKILL.md includes a privacy warning not to send private addresses. Because it transmits user data to an external service, users should be aware of network exposure and the operator's privacy claims.
✓ 安装机制
Instruction-only skill with no install spec and no code files — nothing is written to disk or installed. Low install risk.
ℹ 凭证需求
The skill declares no required environment variables or credentials, which is proportional to a free-tier geocoding API. It mentions a paid tier using an 'x402 protocol (USDC on Base)' but provides no instructions to perform payments or require wallet credentials; users should be cautious if later asked to provide private keys or authorize payments.
✓ 持久化与权限
always:false and no requests to modify agent or system configuration. The skill does not request persistent privileges or access to other skills' settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/4
- Initial release of geocode-lookup. - Supports forward (address to coordinates) and reverse geocoding (coordinates to address). - Calculates distances using the Haversine formula with multiple unit options (km, mi, m, nm). - Free tier available: 10 queries per day, no authentication required. - Paid tier available via x402 protocol. - Emphasizes privacy: no storage or logging of input data, minimal rate limiting with IP hashing only.
● 无害
安装命令
点击复制官方npx clawhub@latest install geocode-lookup
镜像加速npx clawhub@latest install geocode-lookup --registry https://cn.longxiaskill.com镜像同步中