Agent Skills
› jegly/Box
› interactive-map
interactive-map
GitHub根据指定地点展示交互式地图视图,通过调用run_js工具并传入包含location字段的JSON数据实现。
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


