/install amap-integration
Map Integration Service
This skill provides map-based services including location search, routing, and data visualization.
Features
1. Location Search
For general searches without API key:
- Generate search URL:
https://www.amap.com/search?query={keywords} - Returns clickable link for user
2. Nearby Search (Requires API Key)
For "search near X" queries:
- Use geocoding API to get coordinates
- Generate nearby search link
API Key Required: Users must provide their own map service API key.
3. Route Planning (Requires API Key)
For directions queries:
- Get coordinates for origin and destination
- Use routing API for walking/driving/cycling routes
API Key Required: Standard Web Service API key needed.
4. Heatmap Visualization
For data visualization requests:
- Accept data URL (JSON format)
- Generate visualization link
Data Format:
[{"lng": 116.397428, "lat": 39.90923}]
5. Travel Planning (Requires API Key)
For trip planning queries:
- Extract city and interest types
- Search POI data
- Generate travel map
API Key Required
API Key Configuration
When API key is needed:
- Get API key from your map service provider
- Add to OpenClaw config:
AMAP_WEBSERVICE_KEY=your_key - Location:
~/.openclaw/.envor~/.openclaw/credentials/.env
Quick Reference
| Feature | API Key Needed |
|---|---|
| General Search | No |
| Nearby Search | Yes |
| Route Planning | Yes |
| Heatmap | No |
| Travel Planning | Yes |
Security Notes
- API keys are user-provided credentials
- Keys are stored in user's local environment
- No external data transmission except to map service provider APIs
- Use HTTPS for all production connections
Disclaimer
This skill is for educational/demonstration purposes. Users should ensure compliance with map service provider terms of service.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install amap-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/amap-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Map Integration Service 是什么?
Map and location services for search, routing, and visualization. Provides geocoding, POI search, route planning, and heatmap generation capabilities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。
如何安装 Map Integration Service?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install amap-integration」即可一键安装,无需额外配置。
Map Integration Service 是免费的吗?
是的,Map Integration Service 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Map Integration Service 支持哪些平台?
Map Integration Service 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Map Integration Service?
由 Ayal(@ayalnova)开发并维护,当前版本 v1.0.2。