원클릭으로
markers
Place, find, and delete map markers
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Place, find, and delete map markers
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Delegate tasks to specialist agents
Send notifications, play tones, and speak alerts
Attach files to map items — photos, documents, reports
Create recurring agent tasks — scheduled checks, perimeter monitors, and event-driven watchers that run automatically
Track targets with bearing, distance, speed, and intercept data
Battle Position Holding Area — defensive planning graphics
| group | custos |
| name | markers |
| description | Place, find, and delete map markers |
| script_paths | ["custos.markers/place_marker.lua","custos.markers/find_items.lua","custos.markers/delete_markers.lua","custos.tactical_picture/get_self_position.lua","custos.helpers/calc_destination.lua"] |
| tags | ["markers","map","navigation","position"] |
| examples | ["place a marker at 38.9 -77.0","drop a hostile marker","place a hostile marker 100m north of me","mark a waypoint 500m at bearing 270 from that contact","find all friendly markers","delete the marker called Alpha","mark this position"] |
Tools for placing, finding, deleting, and querying markers and map items on the ATAK map.
Use place_marker to create new markers, find_items to search for
existing map items by callsign, delete_markers to remove markers by
name or within a geographic area, and get_self_position to get the
operator's current location.
When the operator asks for a marker relative to a known point (e.g. "100m
north of me", "500m at bearing 270 from Bravo"), call get_self_position
(or resolve the reference item) first, then calc_destination to project
the new lat/lon, then place_marker. Do not compute the offset yourself —
arithmetic on coordinates drifts on small on-device models.