jisu-geoconvert
使用极速数据经纬度地址转换 API,在百度/Google 坐标系下实现经纬度与地址的相互转换。
Why use this skill?
Integrate JisuData geoconvert with OpenClaw. Effortlessly convert coordinates to addresses and addresses to lat/lng using Google or Baidu map systems.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jisuapi/geoconvertWhat This Skill Does
The jisu-geoconvert skill is a robust geospatial integration for OpenClaw that leverages the JisuData API to bridge the gap between coordinates and physical addresses. It provides a seamless interface for two primary operations: converting geographical coordinates (latitude and longitude) into human-readable address strings, and reverse-geocoding specific addresses to retrieve their precise coordinate points. By supporting both Baidu and Google map coordinate systems, this skill ensures accuracy across different geographical service environments, making it an essential tool for location-aware AI agents.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/jisuapi/geoconvert
Post-installation, you must authenticate the skill by setting your JisuData API key. For Linux/macOS users, run export JISU_API_KEY="your_appkey_here". For Windows users, set the environment variable via PowerShell: $env:JISU_API_KEY="your_appkey_here". Ensure that your account on the official JisuData platform is active and has sufficient request quotas.
Use Cases
- Logistics & Delivery: Convert customer address inputs into exact coordinates for routing or delivery confirmation.
- Content Curation: Enrich location-based user posts by translating raw GPS metadata into specific regional or street-level addresses.
- Asset Tracking: Monitor location movement by continuously converting real-time coordinates into readable descriptions.
- GIS Data Analysis: Standardize location datasets by ensuring both latitude/longitude and address fields are populated and synchronized.
Example Prompts
- "Look up the physical address for these coordinates: lat 30.2812129803, lng 120.11523398 using Baidu maps."
- "I need to find the longitude and latitude for '益乐路39号'. Please provide the coordinates using the Google map system."
- "Where is the location defined by 30.281, 120.115? Tell me the city and district it belongs to."
Tips & Limitations
- Type Accuracy: Always specify the coordinate system (
baiduorgoogle) to avoid offset errors caused by different datum standards. Default isbaidu. - API Quotas: Monitor your usage via the JisuData dashboard. Repeated requests beyond your plan's limit will return error code 104.
- Environment Variables: The skill relies strictly on the
JISU_API_KEYenvironment variable; ensure it is correctly defined in the shell environment where OpenClaw runs. - Performance: This skill performs network requests, so allow for slight latency depending on your network conditions. If you receive code 203, double-check your coordinate formatting for invalid entries.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jisuapi-geoconvert": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access
Related Skills
jisu-shouji
使用极速数据手机号码归属地 API,根据手机号查询归属省市、运营商及卡类型。
jisu-huangli
使用极速数据黄历查询 API 按年月日查询农历、星座、生肖、宜忌、吉神凶神等黄历信息。
jisu-express
使用极速数据快递查询 API 查询快递物流轨迹、签收状态,支持自动识别快递公司及顺丰/中通/跨越手机号后四位校验。
jisu-recipe
使用极速数据菜谱大全 API 按关键词或分类检索菜谱,并支持查询菜谱分类和菜谱详情。
jisu-enterprise
使用极速数据企业工商信息 API,查询企业基本信息、名称搜索结果、变更记录以及股东高管信息。