c-location

c-location is a skill for Claude Code, Codex from daxaur/openpaw. It costs 49 tokens per session (353 once invoked), scanned A, original, MIT.

A location-search tool for Apple Maps, Apple's map and directions service. It finds places, nearby businesses, place details, and routes by car, on foot, or by public transport.

In plain words
What is it for?
Use it to find restaurants, coffee shops, petrol stations, or named places and to get directions between two locations.
Why use it?
It removes the need to open a map app and manually search, compare locations, or plan a route.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/daxaur/openpaw/c-location
Any agent
npx skills add daxaur/openpaw --skill c-location
Clone the repo
git clone --depth 1 https://github.com/daxaur/openpaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for c-location

README.md
[![agentmods](https://agentmods.dev/badge/skills/daxaur/openpaw/c-location.svg)](https://agentmods.dev/skills/daxaur/openpaw/c-location)
Your own site
<a href="https://agentmods.dev/skills/daxaur/openpaw/c-location"><img src="https://agentmods.dev/badge/skills/daxaur/openpaw/c-location.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 353 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.00353
Opus 5 $0.00024 $0.00177
Sonnet 5 $0.00010 $0.00071
Haiku 4.5 $0.00005 $0.00035

Measured 6d ago against content hash 9312d7949a4d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

c-location scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/c-location/SKILL.md · 48 lines

What it actually says

What This Skill Does

Queries Apple Maps via the goplaces CLI to search for places, find businesses nearby, and get directions between locations.

CLI Tool: goplaces

Common Commands

# Search for a place by name or keyword
goplaces search "coffee shops near downtown Austin"

# Find nearby places by category
goplaces nearby "pizza"
goplaces nearby "gas station"

# Get directions between two locations
goplaces directions "Austin TX" "San Antonio TX"
goplaces directions --mode walking "Zilker Park" "South Congress Ave"

# Get details about a specific place
goplaces details "Barton Springs Pool, Austin"

Transport Modes

  • --mode driving (default)
  • --mode walking
  • --mode transit

Usage Guidelines

  1. Use natural language for location queries — goplaces handles geocoding automatically.
  2. For "nearby" searches, the current device location is used unless a starting point is specified.
  3. When providing directions, confirm origin and destination with the user if ambiguous.
  4. Present results as a numbered list when multiple places are returned.

Notes

  • Requires macOS with location services enabled for proximity searches.
  • Results are sourced from Apple Maps — coverage quality varies by region.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 48 lines · 49 tokens per session scan A 9312d7949a4d

Subscribe to this mod's changes

c-location is a skill published in the GitHub repository daxaur/openpaw (167 stars, last pushed 3mo ago), licensed MIT. It adds 49 tokens to every session and 353 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.