jike-map-geocode-query

经纬度位置查询。输入经度、纬度和坐标系,查询完整地址、国家、省、市、区、乡镇和街道。适用场景:用户说“这个经纬度在哪里”“114.30394,34.79646 对应什么地址”“把 GPS 坐标反查成地址”等。数据由即刻数据(jikeapi.cn)开放接口提供。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "jike-map-geocode-query" with this command: npx skills add jikeapi-cn/jike-map-geocode-query

经纬度位置查询 - 即刻数据

数据由 即刻数据 提供,帮助 AI 客户端快速接入可靠数据服务。

输入经纬度,查询:完整地址、国家、省、市、区、乡镇、街道

前置配置

export JIKE_MAP_GEOCODE_QUERY_KEY=你的AppKey
# 或使用通用 Key
export JIKE_APPKEY=你的AppKey

使用方法

python3 scripts/map_geocode_query.py --lng 114.30394 --lat 34.79646
python3 scripts/map_geocode_query.py --lng 114.30394 --lat 34.79646 --coordinate-system gps --json

支持坐标系:

gps、baidu、gaode、mapbar

直接调用 API:

GET https://api.jikeapi.cn/v1/map/geocode/query?lng=114.30394&lat=34.79646&coordinate_system=gps&appkey=YOUR_APPKEY

AI 使用步骤

  1. 从用户消息中提取经度、纬度。
  2. 判断坐标系;用户未说明时默认 gps
  3. 执行 python3 scripts/map_geocode_query.py --lng <经度> --lat <纬度> --coordinate-system <坐标系>
  4. 返回完整地址和行政区划层级。

返回字段

字段含义
formatted_address完整地址
country国家
province
city
district
township乡镇
street街道

脚本位置

scripts/map_geocode_query.py

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Polymarket Politics Random Buyer

Randomly finds a live Polymarket politics market, checks trading context, and buys 1 USDC by default with explicit dry-run and live modes for AION Market.

Registry SourceRecently Updated
General

DB Schenker

德国铁路集团旗下物流巨头,专注欧洲最大陆运网络及多式联运,提供空运、海运及合同物流服务。

Registry SourceRecently Updated
General

Secretary Memory

OpenClaw 秘书式多分区记忆系统 v3.0。仿生现代秘书的笔记本分类法,支持:(1) 多分区并发搜索 + 每分区3条上下文召回,(2) 会话自动摘要,(3) 偏好自动提取 + 用户关系图谱,(4) 记忆冲突主动检测,(5) 定时 consolidation + 会话结束 hook,(6) 精细化恢复/回溯,...

Registry SourceRecently Updated
General

Hunt

Digital bounty hunter skill for finding, tracking, and managing online hackathon opportunities. Trigger when the user says "hunt", "find hackathons", "show m...

Registry SourceRecently Updated