Overview
- Skill Key
- 279458179/gaodemapskill
- Author
- 279458179
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/279458179/gaodemapskill
- Latest Commit SHA
- 7765a3771648bf76544cd9bdcde7f8e79db1a385
A skill to interact with Gaode Map (AMap) for location search and route planning.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gaode_map 技能。 若已安装,则直接安装 gaode_map 技能。
# Gaode Map Skill This skill allows you to search for places and plan routes using Gaode Map (AMap) API. ## Usage You can use the `amap_tool.py` script to perform actions. The API Key is expected to be in the `AMAP_API_KEY` environment variable. ### Place Search Search for POIs (Points of Interest). **Command:** ```bash python amap_tool.py search --keywords "<keywords>" [--city "<city>"] ``` **Parameters:** - `keywords`: The search query (e.g., "restaurants", "gas station"). - `city`: (Optional) The city to search in. ### Route Planning Plan a route between two locations. **Command:** ```bash python amap_tool.py route --origin "<origin>" --destination "<destination>" [--mode "<mode>"] [--city "<city>"] ``` **Parameters:** - `origin`: Start location (address or coordinates "lon,lat"). - `destination`: End location (address or coordinates "lon,lat"). - `mode`: (Optional) Route mode: `driving` (default), `walking`, `bicycling`, `transit`. - `city`: (Optional) City name (required for `transit` mode, or to help geocoding). ## Examples **User:** "Find coffee shops in Shanghai." **Action:** ```bash python amap_tool.py search --keywords "coffee shop" --city "Shanghai" ``` **User:** "Show me the driving route from Beijing West Station to the Forbidden City." **Action:** ```bash python amap_tool.py route --origin "Beijing West Station" --destination "Forbidden City" --mode "driving" --city "Beijing" ```
# Gaode Map (AMap) Skill for OpenClaw This is an OpenClaw skill that integrates with the Gaode Map (AMap) API to provide location services. ## Features - **Place Search**: Search for places/POIs by keywords. - **Route Planning**: Plan routes for driving, walking, bicycling, and public transit. - **Geocoding**: Automatically converts addresses to coordinates. ## Installation 1. Clone this repository into your OpenClaw skills directory (e.g., `~/.openclaw/skills/gaode_map`). 2. Install dependencies: ```bash pip install -r requirements.txt ``` ## Configuration You need a Gaode Map API Key. Get one from [AMap Console](https://console.amap.com/). Set the environment variable `AMAP_API_KEY` in your OpenClaw configuration or environment. ## Usage This skill exposes a Python script `amap_tool.py` that the agent can use. ### Commands - **Search**: `python amap_tool.py search --keywords "..." --city "..."` - **Route**: `python amap_tool.py route --origin "..." --destination "..." --mode "..."` ## Structure - `SKILL.md`: The skill definition and instructions for OpenClaw. - `amap_tool.py`: The implementation of the API client. - `requirements.txt`: Python dependencies.
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.