Agent Skills
› jegly/Box
› interactive-map
interactive-map
GitHub该技能用于根据指定地点展示交互式地图视图。用户可通过自然语言指令触发,系统调用run_js工具并传入包含位置信息的JSON数据以渲染地图。
触发场景
展示某地点的交互式地图
查找某地点的交互式地图
安装
npx skills add jegly/Box --skill interactive-map -g -y
SKILL.md
Frontmatter
{
"name": "interactive-map",
"description": "Show an interactive map view for the given location."
}
Interactive map
Examples
- "Show [a place] on interactive map"
- "Find [a place] on interactive map"
Instructions
Call the run_js tool with the following exact parameters:
- data: A JSON string with the following field
- location: The location to show on the map.
版本历史
- 7897895 当前 2026-07-24 17:00


