mit einem Klick
markers
Place, find, and delete map markers
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Place, find, and delete map markers
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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.