Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Interact with Gaode Map API to search places and plan routes using driving, walking, bicycling, or transit modes with optional city context.
Interact with Gaode Map API to search places and plan routes using driving, walking, bicycling, or transit modes with optional city context.
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.
This skill allows you to search for places and plan routes using Gaode Map (AMap) API.
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.
Search for POIs (Points of Interest). Command: 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.
Plan a route between two locations. Command: 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).
User: "Find coffee shops in Shanghai." Action: 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: python amap_tool.py route --origin "Beijing West Station" --destination "Forbidden City" --mode "driving" --city "Beijing"
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.