用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/GeorgeDoors888/GB-Power-Market-JJ --skill amap-maps-streamablehttp命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
超级简历 WonderCV 出品,3000 万用户信赖。简历分析、段落改写、JD 岗位匹配、自动匹配职位、PDF 导出、AI 求职导师(面试准备/薪资谈判/职业规划/多版本简历策略)。 触发条件:用户提供简历、要求简历点评/打分/反馈、希望改写某个简历部分、 希望将简历与岗位 JD 匹配、咨询求职建议或面试准备,或提到 CV/简历/求职。 不触发条件:用户讨论普通写作(非简历)、询问其他文档, 或讨论与求职和职业发展无关的话题。
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
调用久吾智能体API进行文本或文件分析处理。支持两种调用方式:(1) 文本内容分析 - 传入name(智能体名称)、docno(文档编号)、content(文本内容);(2) 文件分析 - 传入name、docno和files(文件列表)进行智能评审。适用于合同评审、需求评审、文档审查等场景。当用户要求评审合同、分析条款、审查文档、需求评审、合同条款分析、或需要对文本和文件进行AI智能分析时触发。
基于 SOC 职业分类
正在显示 SKILL.md
| name | amap-maps-streamableHTTP |
| description | Auto-generated skill for amap-maps-streamableHTTP tools via OneKey Gateway. |
| env | {"DEEPNLP_ONEKEY_ROUTER_ACCESS":{"required":true,"description":"OneKey Gateway API key"}} |
| dependencies | {"npm":["@aiagenta2z/onekey-gateway"],"python":["ai-agent-marketplace"]} |
| installation | {"npm":"npm -g install @aiagenta2z/onekey-gateway","python":"pip install ai-agent-marketplace"} |
Use One Access Key to connect to various commercial APIs. Please visit the OneKey Gateway Keys and read the docs OneKey MCP Router Doc and OneKey Gateway Doc.
Install the required Python package before running any scripts.
pip install ai-agent-marketplace
Alternatively, install dependencies from the requirements file:
pip install -r requirements.txt
If the package is already installed, skip installation.
Before executing any script in the scripts/ directory, ensure the dependencies are installed.
Use the OneKey Gateway to access tools for this server via a unified access key.
Set your OneKey access key:
export DEEPNLP_ONEKEY_ROUTER_ACCESS=YOUR_API_KEY
If no key is provided, the scripts fall back to the demo key BETA_TEST_KEY_MARCH_2026.
Common settings:
unique_id: amap-maps-streamableHTTP/amap-maps-streamableHTTPapi_id: one of the tools listed belowmaps_direction_bicycling骑行路径规划用于规划骑行通勤方案,规划时会考虑天桥、单行线、封路等情况。最大支持 500km 的骑行路线规划
Parameters:
origin (string, required): 出发点经纬度,坐标格式为:经度,纬度destination (string, required): 目的地经纬度,坐标格式为:经度,纬度maps_direction_driving驾车路径规划 API 可以根据用户起终点经纬度坐标规划以小客车、轿车通勤出行的方案,并且返回通勤方案的数据。
Parameters:
origin (string, required): 出发点经纬度,坐标格式为:经度,纬度destination (string, required): 目的地经纬度,坐标格式为:经度,纬度maps_direction_transit_integrated根据用户起终点经纬度坐标规划综合各类公共(火车、公交、地铁)交通方式的通勤方案,并且返回通勤方案的数据,跨城场景下必须传起点城市与终点城市
Parameters:
origin (string, required): 出发点经纬度,坐标格式为:经度,纬度destination (string, required): 目的地经纬度,坐标格式为:经度,纬度city (string, required): 公共交通规划起点城市cityd (string, required): 公共交通规划终点城市maps_direction_walking根据输入起点终点经纬度坐标规划100km 以内的步行通勤方案,并且返回通勤方案的数据
Parameters:
origin (string, required): 出发点经度,纬度,坐标格式为:经度,纬度destination (string, required): 目的地经度,纬度,坐标格式为:经度,纬度maps_distance测量两个经纬度坐标之间的距离,支持驾车、步行以及球面距离测量
Parameters:
origins (string, required): 起点经度,纬度,可以传多个坐标,使用竖线隔离,比如120,30|120,31,坐标格式为:经度,纬度destination (string, required): 终点经度,纬度,坐标格式为:经度,纬度type (string, optional): 距离测量类型,1代表驾车距离测量,0代表直线距离测量,3步行距离测量maps_geo将详细的结构化地址转换为经纬度坐标。支持对地标性名胜景区、建筑物名称解析为经纬度坐标
Parameters:
address (string, required): 待解析的结构化地址信息city (string, optional): 指定查询的城市maps_regeocode将一个高德经纬度坐标转换为行政区划地址信息
Parameters:
location (string, required): 经纬度maps_ip_locationIP 定位根据用户输入的 IP 地址,定位 IP 的所在位置
Parameters:
ip (string, required): IP地址maps_schema_personal_map用于行程规划结果在高德地图展示。将行程规划位置点按照行程顺序填入lineList,返回结果为高德地图打开的URI链接,该结果不需总结,直接返回!
Parameters:
orgName (string, required): 行程规划地图小程序名称lineList (array of object, required): 行程列表lineList[].title (string, required): 行程名称描述(按行程顺序)lineList[].pointInfoList (array of object, required): 行程目标位置点描述lineList[].pointInfoList[].name (string, required): 行程目标位置点名称lineList[].pointInfoList[].lon (number, required): 行程目标位置点经度lineList[].pointInfoList[].lat (number, required): 行程目标位置点纬度lineList[].pointInfoList[].poiId (string, required): 行程目标位置点POIIDmaps_around_search周边搜,根据用户传入关键词以及坐标location,搜索出radius半径范围的POI
Parameters:
keywords (string, required): 搜索关键词location (string, required): 中心点经度纬度radius (string, optional): 搜索半径strategy (integer, optional): 召回策略,0=默认召回策略,1=优先召回扫街榜POImaps_search_detail查询关键词搜或者周边搜获取到的POI ID的详细信息
Parameters:
id (string, required): 关键词搜或者周边搜获取到的POI IDmaps_text_search关键字搜索 API 根据用户输入的关键字进行 POI 搜索,并返回相关的信息
Parameters:
keywords (string, required): 查询关键字city (string, optional): 查询城市citylimit (boolean, optional): 是否限制城市范围内搜索,默认不限制maps_schema_naviSchema唤醒客户端-导航页面,用于根据用户输入终点信息,返回一个拼装好的客户端唤醒URI,用户点击该URI即可唤起对应的客户端APP。唤起客户端后,会自动跳转到导航页面。
Parameters:
lon (string, required): 终点经度lat (string, required): 终点纬度maps_schema_take_taxi根据用户输入的起点和终点信息,返回一个拼装好的客户端唤醒URI,直接唤起高德地图进行打车。直接展示生成的链接,不需要总结
Parameters:
slon (string, optional): 起点经度slat (string, optional): 起点纬度sname (string, optional): 起点名称dlon (string, required): 终点经度dlat (string, required): 终点纬度dname (string, required): 终点名称maps_weather根据城市名称或者标准adcode查询指定城市的天气
Parameters:
city (string, required): 城市名称或者adcodenpx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_direction_bicycling '{"origin": "116.481028,39.989643", "destination": "116.465302,40.004717"}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_direction_driving '{"origin": "116.481028,39.989643", "destination": "116.465302,40.004717"}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_direction_transit_integrated '{"origin": "116.481028,39.989643", "destination": "116.465302,40.004717", "city": "北京", "cityd": "上海"}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_direction_walking '{"origin": "116.481028,39.989643", "destination": "116.465302,40.004717"}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_distance '{"origins": "116.481028,39.989643|116.465302,40.004717", "destination": "116.481028,39.989643", "type": "1"}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_geo '{"address": "Beijing Capital Airport", "city": "北京"}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_regeocode '{"location": "116.481488,39.990464"}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_ip_location '{"ip": "8.8.8.8"}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_schema_personal_map '{"orgName": "Weekend Trip", "lineList": [{"title": "Day1", "pointInfoList": [{"name": "Tiananmen", "lon": 116.3975, "lat": 39.9087, "poiId": "B000A8UIN8"}]}]}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_around_search '{"keywords": "coffee", "location": "116.481488,39.990464", "radius": "2000"}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_search_detail '{"id": "B0FFFABCD1"}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_text_search '{"keywords": "Tsinghua University", "city": "北京", "citylimit": true}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_schema_navi '{"lon": "116.3975", "lat": "39.9087"}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_schema_take_taxi '{"slon": "116.3975", "slat": "39.9087", "sname": "Tiananmen", "dlon": "116.481028", "dlat": "39.989643", "dname": "Sanlitun"}'
npx onekey agent amap-maps-streamableHTTP/amap-maps-streamableHTTP maps_weather '{"city": "北京"}'
Each tool has a dedicated script in this folder:
skills/amap-maps-streamableHTTP/scripts/maps_direction_bicycling.pyskills/amap-maps-streamableHTTP/scripts/maps_direction_driving.pyskills/amap-maps-streamableHTTP/scripts/maps_direction_transit_integrated.pyskills/amap-maps-streamableHTTP/scripts/maps_direction_walking.pyskills/amap-maps-streamableHTTP/scripts/maps_distance.pyskills/amap-maps-streamableHTTP/scripts/maps_geo.pyskills/amap-maps-streamableHTTP/scripts/maps_regeocode.pyskills/amap-maps-streamableHTTP/scripts/maps_ip_location.pyskills/amap-maps-streamableHTTP/scripts/maps_schema_personal_map.pyskills/amap-maps-streamableHTTP/scripts/maps_around_search.pyskills/amap-maps-streamableHTTP/scripts/maps_search_detail.pyskills/amap-maps-streamableHTTP/scripts/maps_text_search.pyskills/amap-maps-streamableHTTP/scripts/maps_schema_navi.pyskills/amap-maps-streamableHTTP/scripts/maps_schema_take_taxi.pyskills/amap-maps-streamableHTTP/scripts/maps_weather.pypython3 scripts/<tool_name>.py --data '{"key": "value"}'
AI Agent Marketplace
Skills Marketplace
AI Agent A2Z Deployment
PH AI Agent A2Z Infra
GitHub AI Agent Marketplace
Install onekey-gateway from npm
npm install @aiagenta2z/onekey-gateway
Install the required Python package before running any scripts.
pip install ai-agent-marketplace
Alternatively, install dependencies from the requirements file:
pip install -r requirements.txt
If the package is already installed, skip installation.
Before executing command lines or running any script in the scripts/ directory, ensure the dependencies are installed.
Use the onekey CLI as the preferred method to run the skills.