amap-integration
Map and location services for search, routing, and visualization. Provides geocoding, POI search, route planning, and heatmap generation capabilities.
Best use case
amap-integration is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Map and location services for search, routing, and visualization. Provides geocoding, POI search, route planning, and heatmap generation capabilities.
Teams using amap-integration should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/amap-integration/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How amap-integration Compares
| Feature / Agent | amap-integration | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Map and location services for search, routing, and visualization. Provides geocoding, POI search, route planning, and heatmap generation capabilities.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
Cursor vs Codex for AI Workflows
Compare Cursor and Codex for AI coding workflows, repository assistance, debugging, refactoring, and reusable developer skills.
SKILL.md Source
# 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:
1. Use geocoding API to get coordinates
2. 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:
1. Get coordinates for origin and destination
2. Use routing API for walking/driving/cycling routes
**API Key Required**: Standard Web Service API key needed.
### 4. Heatmap Visualization
For data visualization requests:
1. Accept data URL (JSON format)
2. Generate visualization link
**Data Format**:
```json
[{"lng": 116.397428, "lat": 39.90923}]
```
### 5. Travel Planning (Requires API Key)
For trip planning queries:
1. Extract city and interest types
2. Search POI data
3. Generate travel map
**API Key Required**
## API Key Configuration
When API key is needed:
1. Get API key from your map service provider
2. Add to OpenClaw config:
```
AMAP_WEBSERVICE_KEY=your_key
```
3. Location: `~/.openclaw/.env` or `~/.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.Related Skills
Craft.do Integration Skill
Complete REST API integration for Craft.do - the beautiful note-taking and document app.
Jira & Confluence Integration Skill
## Purpose
upi-payment-integration
Design and implement robust UPI payment integrations (collect, intent, QR, and autopay mandates) with production-grade webhook handling, idempotency, reconciliation, and RBI-aligned authentication/compliance guardrails. Use when building or debugging UPI payment flows, payment status issues, recurring mandates, settlement mismatches, or gateway timeout edge cases.
pydantic-ai-model-integration
Configure LLM providers, use fallback models, handle streaming, and manage model settings in PydanticAI. Use when selecting models, implementing resilience, or optimizing API calls.
api-integration
API 集成技能 - 掌握 RESTful API 调用、GraphQL 支持、API 认证管理等核心能力
stripe-integration-expert
Stripe Integration Expert
multi-omics-integration-strategist
Design multi-omics integration strategies for transcriptomics, proteomics, and metabolomics data analysis
amap-maps-streamableHTTP
Auto-generated skill for amap-maps-streamableHTTP tools via OneKey Gateway.
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.