amap-integration

Map and location services for search, routing, and visualization. Provides geocoding, POI search, route planning, and heatmap generation capabilities.

3,891 stars

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

$curl -o ~/.claude/skills/amap-integration/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/ayalnova/amap-integration/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/amap-integration/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How amap-integration Compares

Feature / Agentamap-integrationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

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

3891
from openclaw/skills

Complete REST API integration for Craft.do - the beautiful note-taking and document app.

Jira & Confluence Integration Skill

3891
from openclaw/skills

## Purpose

upi-payment-integration

3891
from openclaw/skills

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

3891
from openclaw/skills

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

3891
from openclaw/skills

API 集成技能 - 掌握 RESTful API 调用、GraphQL 支持、API 认证管理等核心能力

stripe-integration-expert

3891
from openclaw/skills

Stripe Integration Expert

multi-omics-integration-strategist

3891
from openclaw/skills

Design multi-omics integration strategies for transcriptomics, proteomics, and metabolomics data analysis

amap-maps-streamableHTTP

3891
from openclaw/skills

Auto-generated skill for amap-maps-streamableHTTP tools via OneKey Gateway.

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

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.

Content & Documentation

find-skills

3891
from openclaw/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.

General Utilities

tavily-search

3891
from openclaw/skills

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.

Data & Research