with one click
amap-maps
高德地图综合服务,支持 POI 搜索、路径规划、旅游规划、周边搜索和热力图数据可视化。需要用户配置高德地图 API Key。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
高德地图综合服务,支持 POI 搜索、路径规划、旅游规划、周边搜索和热力图数据可视化。需要用户配置高德地图 API Key。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
支付宝开放平台支付产品接入最佳实践。涵盖当面付、订单码支付、App 支付、JSAPI 支付、手机网站支付、电脑网站支付、预授权支付、商家扣款等全场景产品选型与集成指导。
持续学习:自动记录错误、用户纠正和外部 API 失败,避免重复犯错。当用户说"记住错误"、"我之前说过"、"不要重复犯"时使用。
使用 summarize CLI 总结 URL、PDF、图片、音频、YouTube 视频。给定一个 URL 或本地文件,返回简洁的摘要。
Guide users through a structured workflow for co-authoring documentation, proposals, technical specs, decision docs, or similar structured content. Use when the user mentions writing docs, drafting a proposal, creating a spec, writing a PRD/RFC, or starting a substantial writing task.
Add or fix LLM provider integrations (OpenAI, Azure, Deepseek, MiMo, SGLang). Activates on provider, endpoint, API key, chat/completions, or files under the llm/ directory.
Guide for creating high-quality MCP (Model Context Protocol) servers. Use when the user wants to build an MCP server to integrate an external API or service with TypeScript (MCP SDK) or Python (FastMCP). Trigger on phrases like "build MCP server", "create MCP tool", "MCP integration", or "wrap API as MCP".
| name | amap-maps |
| description | 高德地图综合服务,支持 POI 搜索、路径规划、旅游规划、周边搜索和热力图数据可视化。需要用户配置高德地图 API Key。 |
| tags | ["maps","location","amap","gaode","navigation","poi","search"] |
| priority | 70 |
| mode | advisory |
| triggers | {"intents":["附近的餐厅","附近的咖啡店","怎么去","怎么走","导航","路径规划","距离","周边","附近","周围","周边搜索","找酒店","找景点"],"keywords":["地图","位置","定位","路线","导航","POI","酒店","景点","餐厅","美食","咖啡","高德","amap","gaode","公交","地铁","驾车","步行"]} |
| stopIf | [] |
| imports | [] |
| toolsAllow | [] |
基于高德地图提供位置服务,让用户能查询 POI、规划路径、搜索周边。
amap_poi_search: 搜索 POI(餐厅、酒店、景点等)amap_route_plan: 规划路径(驾车/公交/步行/骑行)amap_nearby: 搜索周边amap_geocode: 地址 ↔ 经纬度→ 调用 amap_poi_search("咖啡店", location="北京中关村", radius=1000) → 输出:列出 5 家最近的咖啡店,含距离、评分
→ 调用 amap_route_plan("天安门", "故宫", mode="walking") → 输出:步行距离 1.2 km,预计 16 分钟,路线描述
API 调用成功且返回非空结果。配置 API Key 在设置页面。