Agent Skills
› jegly/Box
› interactive-map
interactive-map
GitHub展示给定位置的交互式地图视图。用户通过自然语言指令触发,调用run_js工具传入位置数据以渲染地图。
Trigger Scenarios
在交互式地图上显示某地点
在交互式地图上查找某地点
Install
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.
Version History
- 7897895 Current 2026-07-24 17:00


