Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/infometa/workbuddyskills --skill region-insightコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | region-insight |
| description | 区域洞察 — POI 检索与围栏分析 |
| description_zh | 区域洞察 — POI 检索与围栏分析 |
| description_en | Region Insight — POI Search and Fence Analysis |
| version | 1.0.0 |
| tools | ["post_region_insight_poi_location","post_region_insight_fence_poi_overview","post_region_insight_fence_poi_list"] |
区域洞察用于定位 POI,并对指定圆形区域内的 POI 进行分析。所有坐标均使用 GCJ02。
post_region_insight_poi_location 获取候选 POI 和 GCJ02 坐标。post_region_insight_fence_poi_overview。post_region_insight_fence_poi_list。不得将其他坐标系直接当作 GCJ02 使用。地点搜索返回多个候选项且无法确定目标时,应先让用户确认。
工具:post_region_insight_poi_location
keyword 必填。province_name、city_name、district_name 缩小范围。page 从 1 开始,page_size 最大为 50。brand_name 或 category_id 进一步过滤。data.count 和候选项 data.list;每个候选项包含 POI ID、名称、地址、行政区划及
gcj02_longitude、gcj02_latitude。工具:post_region_insight_fence_poi_overview
circle_fences 必填,每个围栏包含 gcj02_longitude、gcj02_latitude 和 radius。category_ids 和 brand_names 均最多传入 100 项。group_by_fields 仅支持 category_id、brand_id;未指定时按分类聚合。bucket_size 范围为 1 至 10000。data.total_hits 和 data.buckets;聚合桶包含分组键、POI 数量及可能存在的子聚合桶。工具:post_region_insight_fence_poi_list
data.count 和 data.list;POI 明细包含名称、地址、分类、品牌和 GCJ02 空间信息。data.list[].coordinate 表示 GCJ02 点坐标,
data.list[].fence_gcj02 表示 GCJ02 围栏。不得要求服务端修改既有字段。coordinate 明确表述为
gcj02_coordinates;不得原样暴露或继续使用含义不明确的 coordinate 字段名。REGION_INSIGHT_API_KEY 发起 Bearer Token 鉴权。https://data.isjike.com/console/keys 重新生成 API Key,并在
Connector 设置中替换旧值;不得要求用户在对话中发送 Key。post_region_insight_poi_location to resolve a place name to candidate POIs and GCJ-02 coordinates.post_region_insight_fence_poi_overview for POI counts and category or brand distributions.post_region_insight_fence_poi_list when individual POI records are required.gcj02_* field names.https://data.isjike.com/console/keys and the Connector settings.