gaodemapskillInteract with Gaode Map API to search places and plan routes using driving, walking, bicycling, or transit modes with optional city context.
Install via ClawdBot CLI:
clawdbot install 279458179/gaodemapskillThis 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"
Generated Mar 1, 2026
Delivery companies can use this skill to optimize routes for drivers by planning efficient driving or bicycling paths between pickup and drop-off points in cities like Shanghai or Beijing. It helps reduce fuel costs and improve delivery times by avoiding traffic congestion.
Travel agencies or mobile apps can integrate this skill to help tourists find points of interest such as restaurants, hotels, and attractions in specific cities. It also enables route planning for walking or transit between sites, enhancing the travel experience.
Real estate firms can search for nearby amenities like schools, hospitals, and shopping centers to evaluate property locations. Route planning features assist in assessing commute times to key areas, aiding in investment decisions and client presentations.
Emergency response teams can utilize this skill to quickly locate facilities such as hospitals or gas stations and plan the fastest driving routes during crises. This improves response efficiency and safety in urban environments.
Retail chains can analyze potential new store locations by searching for competitors and customer traffic areas. Route planning helps assess accessibility for customers via different modes of transport, supporting data-driven expansion strategies.
Offer this skill as a paid API service to developers and businesses needing location-based features. Charge based on usage tiers, such as number of searches or route requests, providing scalable access to Gaode Map data.
License the skill to other companies for integration into their own apps or platforms, such as delivery apps or travel websites. Customize the interface and functionality to fit their branding and specific needs.
Collect and analyze location data from searches and routes to provide insights on traffic patterns, popular POIs, or urban mobility trends. Sell these reports to city planners, advertisers, or logistics firms.
💬 Integration Tip
Ensure the AMAP_API_KEY is securely stored as an environment variable and test the tool with sample commands to verify connectivity before full deployment.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.