ワンクリックで
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 ページを確認してインストールできます。
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
SOC 職業分類に基づく
| 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.