local-pack-audit

local-pack-audit is a skill for Claude Code, Codex from unifapi-agent/agents. It costs 99 tokens per session (2,174 once invoked), scanned A, original, MIT.

A local-search audit that checks which businesses appear in Google’s local pack, the map results shown for searches such as “near me,” for selected queries and locations.

In plain words
What is it for?
It helps local businesses track map rankings, compare branches or locations, identify competitors, and investigate why they are missing from Google’s local results.
Why use it?
It replaces assumptions about local rankings with current results from specific search points, showing which businesses appear above the target.

Skill for Claude CodeCodex

Part of the unifapi plugin — 47 skills, 1 MCP server shipped together

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/unifapi-agent/agents/local-pack-audit
Any agent
npx skills add unifapi-agent/agents --skill local-pack-audit
Clone the repo
git clone --depth 1 https://github.com/unifapi-agent/agents

Made for: Claude Code, Codex.

Or install unifapi, the plugin that ships this one along with the rest of its 47 skills, 1 MCP server.

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 local-pack-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/unifapi-agent/agents/local-pack-audit.svg)](https://agentmods.dev/skills/unifapi-agent/agents/local-pack-audit)
Your own site
<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>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,174 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 $0.00099 $0.02174
Opus 5 $0.00049 $0.01087
Sonnet 5 $0.00020 $0.00435
Haiku 4.5 $0.00010 $0.00217

Measured 5d ago against content hash 5b150be852f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

skills/local-seo-agent/local-pack-audit/SKILL.md · 107 lines

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 positionslocal/search, maps/search — for each query × location, the businesses occupying the pack and their position. Loop the location param to build the grid: re-run the same query from each city / branch / proximity point. Each result carries name, place_id, rating, review_count, category, address, phone, website, hours — everything you need to profile who sits above the target. Tie the target to its place_id, not its name.
  • Blended local SERPseo/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 pageseo/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

  1. 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.md first if it exists.)
  2. 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 location to local/search / maps/search: at minimum the city centroid; for a storefront, prefer coordinates at the address. Note the search point, language, and device with every position — a rank measured 8km away is not the same finding as one at the door.
  3. 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's position — or its absence. Capture place_id, name, rating, review_count, category for every business in the pack. Cross-check the organic block with seo/serp.
  4. Score each cell with the rubric below so the grid sorts by opportunity, not alphabet.
  5. Attribute each gap to proximity, prominence, or relevance (see below). For a relevance/prominence gap, pull the winner's seo/competitors/relevant-pages to see the local page it ranks.
  6. 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.

Read the full file on GitHub · 107 lines

Files

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.

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. 5d ago First seen · 107 lines · 99 tokens per session scan A 5b150be852f0

Subscribe to this mod's changes

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.

Related

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…

OranAi-Ltd/orangeo-ai-visibility-skill · 119 tokens

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…

petar-nauka/ai-visibility-skill · 208 tokens

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…

ansvisor/ansvisor · 124 tokens

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…

Pupok462/open-geo · 77 tokens

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…

ansvisor/ansvisor · 178 tokens

geo-platform-optimizer

Platform-specific AI search optimization — audit and optimize for Google AI Overviews, ChatGPT, Perplexity, Gemini, and Bing Copilot individually.

TheSmokeDev/geo-skills · 34 tokens