# Markers

> Place, find, and delete map markers

- Skill: `nimbusxr/markers` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add nimbusxr/markers`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nimbusxr/markers/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nimbusxr (https://skillmd.com/u/nimbusxr)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nimbusxr/markers

---


# Markers

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.

