Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/infometa/workbuddyskills --skill region-insight명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
快速生成公司一页纸概览(Tearsheet),涵盖业务描述、关键财务、估值、股东结构和近期催化。 触发词:公司速览、tearsheet、公司概况、一页纸、公司简介、company overview、快速了解、公司画像
构建DCF现金流折现模型和三表财务模型(利润表、资产负债表、现金流量表联动)。 触发词:DCF、现金流折现、财务建模、三表模型、估值模型、WACC、自由现金流、financial model、valuation model
盈利分析技能,支持两种模式: - Preview 模式:业绩发布前的前瞻分析、情景假设、关键观测指标 - Analysis 模式:业绩发布后的深度解读、Beat/Miss 分析、估计修正 触发词:earnings analysis、earnings preview、业绩分析、业绩前瞻、财报分析、季报解读、pre-earnings、post-earnings、Q1/Q2/Q3/Q4 results
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.