Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
腾讯地图Web服务API集成,用于地点搜索、路线规划、逆地理编码等功能
腾讯地图Web服务API集成,用于地点搜索、路线规划、逆地理编码等功能
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
集成腾讯地图Web服务API,提供地点搜索、路线规划、逆地理编码等功能。
在腾讯位置服务控制台申请密钥 设置环境变量: export TENCENT_MAP_KEY="YOUR_TENCENT_MAP_KEY"
搜索指定关键词的地点信息 # 基础搜索 bash {baseDir}/scripts/tencent_map.sh search "花店" "广州" # 带分页搜索 bash {baseDir}/scripts/tencent_map.sh search "花店" "广州" 1 20 # 指定区域搜索 bash {baseDir}/scripts/tencent_map.sh search "花店" "广州天河区"
根据经纬度获取详细地址信息 bash {baseDir}/scripts/tencent_map.sh reverse_geocode 23.129405 113.264287
根据地址获取经纬度坐标 bash {baseDir}/scripts/tencent_map.sh geocode "广州市天河区珠江新城"
计算两点间的路线信息 bash {baseDir}/scripts/tencent_map.sh route "起点地址" "终点地址" "driving|walking|transit"
搜索指定坐标周围的POI bash {baseDir}/scripts/tencent_map.sh around 23.129405 113.264287 "花店" 3000
search: keyword, region, page_index, page_size reverse_geocode: latitude, longitude geocode: address route: from, to, mode around: latitude, longitude, keyword, radius
所有命令均返回标准化的JSON格式,包含状态、结果和错误信息。
每日调用次数限制根据腾讯地图API套餐而定 搜索结果最多返回20条/页 需要有效的腾讯地图API密钥
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.