amap使用高德地图Web服务API进行地点搜索、天气查询和路线规划。
Install via ClawdBot CLI:
clawdbot install Dboy233/amapRequires:
本技能使用高德地图 Web 服务 API 提供丰富的地理位置服务。
重要: 使用本技能前,你必须在高德开放平台申请一个 Web 服务 API Key,并将其设置为环境变量 AMAP_KEY。
export AMAP_KEY="你的Web服务API Key"
Clawdbot 会自动读取这个环境变量来调用 API。
当用户提出以下类型的请求时,应优先使用本技能:
用于查询指定城市的实时天气或天气预报。
注意: API 需要城市的 adcode。如果不知道 adcode,可以先通过 行政区划查询 功能获取。
# 将 [城市adcode] 替换为实际的行政区编码, 例如北京是 110000
curl "https://restapi.amap.com/v3/weather/weatherInfo?key=$AMAP_KEY&city=[城市adcode]&extensions=base"
# 将 [城市adcode] 替换为实际的行政区编码
curl "https://restapi.amap.com/v3/weather/weatherInfo?key=$AMAP_KEY&city=[城市adcode]&extensions=all"
用于根据关键字在指定城市搜索地点信息。
# 将 [关键词] 和 [城市] 替换为用户提供的内容
curl "https://restapi.amap.com/v3/place/text?key=$AMAP_KEY&keywords=[关键词]&city=[城市]"
用于规划两个地点之间的驾车路线。
注意: API 需要起终点的经纬度坐标。如果用户提供的是地址,需要先通过 地理编码 功能将地址转换为坐标。
# 将 [起点经纬度] 和 [终点经纬度] 替换为实际坐标,格式为 "经度,纬度"
curl "https://restapi.amap.com/v3/direction/driving?key=$AMAP_KEY&origin=[起点经纬度]&destination=[终点经纬度]"
将结构化的地址信息转换为经纬度坐标。
# 将 [地址] 替换为用户提供的地址
curl "https://restapi.amap.com/v3/geocode/geo?key=$AMAP_KEY&address=[地址]"
将经纬度坐标转换为结构化的地址信息。
# 将 [经纬度] 替换为实际坐标,格式为 "经度,纬度"
curl "https://restapi.amap.com/v3/geocode/regeo?key=$AMAP_KEY&location=[经纬度]"
用于查询省、市、区、街道的行政区划信息,包括 adcode 和边界。
# 将 [关键词] 替换为城市或区域名称,例如 "北京市"
curl "https://restapi.amap.com/v3/config/district?key=$AMAP_KEY&keywords=[关键词]&subdistrict=0"
Generated Mar 1, 2026
Delivery companies and ride-sharing services can use this skill for real-time route planning and address verification. It helps optimize delivery routes by converting addresses to coordinates and calculating driving paths, reducing fuel costs and improving efficiency.
Event organizers and agricultural businesses can leverage weather queries to make informed decisions. For example, farmers can check forecasts to schedule planting or harvesting, while outdoor event planners can monitor real-time weather to adjust activities.
Retailers and tourism agencies can use place search to identify points of interest and target customers nearby. This enables personalized promotions, such as sending discounts to users searching for specific shops or attractions in a city.
Real estate agents can utilize geocoding and district queries to verify property addresses and gather regional data. This aids in property listings, market analysis, and providing clients with accurate location-based insights.
Offer tiered subscription plans for businesses to access enhanced features like higher API call limits or premium data. This generates recurring revenue while catering to small startups and large enterprises based on their usage needs.
License the skill to other software developers or companies for embedding into their own applications, such as mobile apps or CRM systems. Charge upfront licensing fees or royalties per integration to monetize the technology.
Aggregate anonymized location and weather data from API usage to provide market insights and trends to clients. Sell these reports to urban planners, advertisers, or researchers for strategic decision-making.
💬 Integration Tip
Ensure the AMAP_KEY environment variable is securely set and consider caching frequent queries like weather or district data to reduce API calls and improve response times.
Automate Xiaohongshu (RedNote) content operations using a Python client for the xiaohongshu-mcp server. Use for: (1) Publishing image, text, and video content, (2) Searching for notes and trends, (3) Analyzing post details and comments, (4) Managing user profiles and content feeds. Triggers: xiaohongshu automation, rednote content, publish to xiaohongshu, xiaohongshu search, social media management.
Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides...
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given a specific "noun" (object, person, location, concept, event, etc.) provided by the user, it returns a standardized, detailed entry explanation sourced from Baidu Baike.
Draft and publish posts to 小红书 (Xiaohongshu/RED). Use when creating content for 小红书, drafting posts, generating cover images, or publishing via browser automation. Covers the full workflow from content creation to browser-based publishing, including cover image generation with Pillow.
AI-assisted creation, rendering, and automated publishing of Xiaohongshu-style content with support for Markdown to image cards and data tracking.
小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINI_API_KEY 或 IMG_API_KEY 或 HUNY...