Agent Skills
› DenisovAV/flutter_gemma
› interactive-map
interactive-map
GitHub展示给定地点的交互式地图视图。用户通过自然语言请求显示特定位置时,调用 run_js 工具并传入包含 location 字段的 JSON 数据以渲染地图。
Trigger Scenarios
请求在地图上显示某个地点
查找或查看特定位置的地图
Install
npx skills add DenisovAV/flutter_gemma --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
- 451fc69 Current 2026-08-20 14:02


