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.
npx skills add openclaw/nix-openclaw-tools --skill goplacesgit clone --depth 1 https://github.com/openclaw/nix-openclaw-toolsWrote 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.
[](https://agentmods.dev/skills/openclaw/nix-openclaw-tools/goplaces)<a href="https://agentmods.dev/skills/openclaw/nix-openclaw-tools/goplaces"><img src="https://agentmods.dev/badge/skills/openclaw/nix-openclaw-tools/goplaces.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.00850 |
| Opus 5 | $0.00020 | $0.00425 |
| Sonnet 5 | $0.00008 | $0.00170 |
| Haiku 4.5 | $0.00004 | $0.00085 |
Grade A, and why
goplaces 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 8d 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.
What it actually says
goplaces
Modern Google Places API (New) CLI. Human output by default, --json for scripts.
Install
- Homebrew:
brew install steipete/tap/goplaces
Config
GOOGLE_PLACES_API_KEYrequired.- Optional:
GOOGLE_PLACES_BASE_URLfor testing/proxying.
Common commands
- Search:
goplaces search "coffee" --open-now --min-rating 4 --limit 5 - Bias:
goplaces search "pizza" --lat 40.8 --lng -73.9 --radius-m 3000 - Pagination:
goplaces search "pizza" --page-token "NEXT_PAGE_TOKEN" - Resolve:
goplaces resolve "Soho, London" --limit 5 - Details:
goplaces details <place_id> --reviews - JSON:
goplaces search "sushi" --json
Closest place to me
- Get coordinates (prefer device location; otherwise ask for a location).
- Use nearby search with a tight radius and limit:
goplaces nearby --lat <lat> --lng <lng> --radius-m 2000 --type cafe --limit 5
- Pick the top result as the closest match unless distance is explicitly returned in output.
Directions (A → B)
- Always fetch step-by-step walking directions (even if user just says “directions”):
goplaces directions --from-place-id <fromId> --to-place-id <toId> --steps --json
- Prefer place IDs (resolve first if needed):
goplaces resolve "Hotel Zelos San Francisco" --json
- Compare driving ETA alongside walking:
goplaces directions --from-place-id <fromId> --to-place-id <toId> --compare drive --steps --json
- Units default to metric; use
--units imperialonly when explicitly requested. - Prefer metric output: format from JSON using
distance_meters(m/km) andduration_seconds(mins). Use stepdistance_metersfor each step. - Never paraphrase or reinterpret directions; emit
steps[].instructionverbatim and do not reword compass directions. - Always include an Apple Maps link for Apple Watch that starts from current location:
- Resolve destination to lat/lng (use
goplaces resolve --json). - Format:
https://maps.apple.com/?daddr=<lat>,<lng>&dirflg=w. - Use
dirflg=dfor driving anddirflg=rfor transit. - Apple Maps URL scheme does not document cycling; if bicycling is requested, include the Apple Maps link without
dirflgand note that cycling is not supported in Apple Maps links. - If the user explicitly asks for a fixed origin, use
saddr=<lat>,<lng>and note that Apple Maps will open in preview mode (Steps) until they change origin to Current Location.
- Resolve destination to lat/lng (use
goplaces routeis only for searching places along a route (Routes API), not directions/ETA.
Notes
--no-colororNO_COLORdisables ANSI color.- Price levels: 0..4 (free → very expensive).
- Type filter sends only the first
--typevalue (API accepts one).
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.
- 8d ago First seen · 55 lines · 41 tokens per session scan A 6a7e982e8fbe
goplaces is a skill published in the GitHub repository openclaw/nix-openclaw-tools (53 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 850 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…