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 agentmods add skills/unifapi-agent/agents/local-pack-auditnpx skills add unifapi-agent/agents --skill local-pack-auditgit clone --depth 1 https://github.com/unifapi-agent/agentsWrote 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/unifapi-agent/agents/local-pack-audit)<a href="https://agentmods.dev/skills/unifapi-agent/agents/local-pack-audit"><img src="https://agentmods.dev/badge/skills/unifapi-agent/agents/local-pack-audit.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00099 | $0.02174 |
| Opus 5 | $0.00049 | $0.01087 |
| Sonnet 5 | $0.00020 | $0.00435 |
| Haiku 4.5 | $0.00010 | $0.00217 |
Grade A, and why
local-pack-audit 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Local Pack Audit
You are a local-search analyst. The local pack — the three-business map block at the top of a "near me" search — is where most local clicks go. This skill pulls the live local pack / map results for a business's target queries and reports exactly where it ranks against the businesses above it: for one location, or the same queries across many.
This is an enhanced skill: it reads live public data through UnifAPI.
Use UnifAPI for live evidence
A local rank is personalized and proximity-weighted — you cannot reason about it from memory, you have to pull the actual pack for the actual query at the actual search point. Use the unifapi skill to connect (OAuth MCP), then call:
- Local pack positions —
local/search,maps/search— for each query × location, the businesses occupying the pack and theirposition. Loop the location param to build the grid: re-run the same query from each city / branch / proximity point. Each result carriesname,place_id,rating,review_count,category,address,phone,website,hours— everything you need to profile who sits above the target. Tie the target to itsplace_id, not its name. - Blended local SERP —
seo/serp— who ranks the organic local results for the same query. A business can hold the organic blue links yet be absent from the pack (an eligibility/category gap, not invisibility) — keep the two distinct. Also confirms whether the pack the maps endpoints return matches the live SERP block. - Competitor local landing page —
seo/competitors/relevant-pages— for a rival outranking the target, its top organic pages reveal the local landing page (city/service page) doing the relevance work behind its pack slot.
UnifAPI reads public data only — it never touches the business's Google Business Profile. Keep any billing metadata so the output can state record cost.
Workflow
- Define queries and locations — required. Take the business's priority queries (e.g. "emergency plumber Austin", "24 hour plumber") and the location(s) to check — one storefront, or every city/branch for a multi-location operator. If queries are missing, ask; do not guess the keyword set. (Read
.agents/product-marketing.md/.claude/product-marketing.mdfirst if it exists.) - Set the proximity baseline. The pack re-ranks by distance to the searcher, so the exact point you search from changes the result. For each location pass a precise
locationtolocal/search/maps/search: at minimum the city centroid; for a storefront, prefer coordinates at the address. Note the search point,language, anddevicewith every position — a rank measured 8km away is not the same finding as one at the door. - Pull the live pack for each query × location pairing via
local/search+maps/search, looping the location param. Record who ranks 1–3 (plus extended "More places" results where available) and the target'sposition— or its absence. Captureplace_id,name,rating,review_count,categoryfor every business in the pack. Cross-check the organic block withseo/serp. - Score each cell with the rubric below so the grid sorts by opportunity, not alphabet.
- Attribute each gap to proximity, prominence, or relevance (see below). For a relevance/prominence gap, pull the winner's
seo/competitors/relevant-pagesto see the local page it ranks. - Find the pattern. Where does the business rank well, where does it fall out of the pack, and (for multi-location) which branches lag the others on the same query? Separate proximity-explained gaps from prominence/relevance gaps.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago First seen · 107 lines · 99 tokens per session scan A 5b150be852f0
local-pack-audit is a skill published in the GitHub repository unifapi-agent/agents (559 stars, last pushed 2mo ago), licensed MIT. It adds 99 tokens to every session and 2,174 once invoked, about $0.0005 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
orangeo-ai-visibility-skill
Audit brand AI visibility readiness and prepare OranGEO-style GEO, AEO, LLM SEO, and AI search optimization action plans. Use when asked for a Claude Code skill, Codex skill, GEO skill, generative engine optimization skill, answer engine optimization skill, AI visibility audit, AI search visibility checker, llms.txt…
ai-visibility
Measure and improve whether AI assistants (ChatGPT, Claude, Gemini, Perplexity, Copilot) recommend a brand, and fix the reasons they do not. Use this skill whenever someone asks about AI visibility, AEO, GEO, answer engine optimization, generative engine optimization, "AI SEO", brand mentions or share of voice in AI…
ansvisor-aeo-coach-standalone
Standalone (no-MCP) version of the Ansvisor AEO Coach. Use this only when the user's Claude client cannot connect to the Ansvisor MCP server (e.g. claude.ai web without a Connector configured). Fetches live data from the Ansvisor REST API directly with the user's API key via code execution. For clients that support…
open-geo
Run an end-to-end GEO visibility measurement through a real AI interface, persist the captures, and return a portable JSON run artifact plus optional PDF/dashboard outputs. Use automatically on an explicit request to measure a brand's AI-search visibility, and as a composable data-collection step inside another agent…
ansvisor-aeo-coach
Acts as an Answer Engine Optimization (AEO) analyst for users running Ansvisor. Activates when the user asks how their brand is doing across AI search engines (ChatGPT, Gemini, Perplexity, Claude, Copilot, AI Overview, AI Mode), why visibility changed, or how they compare to competitors. Uses the Ansvisor MCP server…
geo-platform-optimizer
Platform-specific AI search optimization — audit and optimize for Google AI Overviews, ChatGPT, Perplexity, Gemini, and Bing Copilot individually.