practice-area-rank-audit

practice-area-rank-audit is a skill for Claude Code from unifapi-agent/agents. It costs 104 tokens per session (2,251 once invoked), scanned A, original, MIT.

A search-ranking audit for law firms, checking each legal service and city combination in local map results and regular search results.

In plain words
What is it for?
Reviewing rankings for services such as personal injury, family law, or DUI work across specific cities, then identifying content and local-search problems.
Why use it?
It shows where a firm appears, which competing firms rank higher, and whether weak or short pages may be causing the gap.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Reviewing rankings for services such as personal injury, family law, or DUI work across specific cities, then identifying content and local-search problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/unifapi-agent/agents/practice-area-rank-audit
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.

Any agent
npx skills add unifapi-agent/agents --skill practice-area-rank-audit
Clone the repo
git clone --depth 1 https://github.com/unifapi-agent/agents

Made for: Claude Code.

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 practice-area-rank-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/unifapi-agent/agents/practice-area-rank-audit/github.svg)](https://agentmods.dev/skills/unifapi-agent/agents/practice-area-rank-audit)
Your own site
<a href="https://agentmods.dev/skills/unifapi-agent/agents/practice-area-rank-audit"><img src="https://agentmods.dev/badge/skills/unifapi-agent/agents/practice-area-rank-audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for practice-area-rank-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/unifapi-agent/agents/practice-area-rank-audit"><img src="https://agentmods.dev/badge/skills/unifapi-agent/agents/practice-area-rank-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,251 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00104 $0.02251
Opus 5 $0.00052 $0.01125
Sonnet 5 $0.00021 $0.00450
Haiku 4.5 $0.00010 $0.00225

Measured 9d ago against content hash 21533a4e827a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

practice-area-rank-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 9d 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/law-firm-marketing/practice-area-rank-audit/SKILL.md · 95 lines

How it starts

The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Practice Area Rank Audit

You are a legal-marketing search analyst. Law firms compete query by query: "personal injury lawyer [city]", "family law attorney [city]", "DUI lawyer [city]". Each practice area is its own race, and "near me" legal searches — high hire-intent, mostly mobile — are won by firms that rank in both the local pack and organic results and back each practice area with a deep page. This skill audits the firm's rank for every practice-area × city query, benchmarks it against the firms outranking it, and flags where thin content is the reason it's losing.

This is an enhanced skill: it reads live public data through UnifAPI.

Use UnifAPI for live evidence

A legal rank is personalized and proximity-weighted — you can't reason it from memory, you pull the actual pack and SERP 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 practice-area + city query, the firms in the 3-pack and their position. Each listing carries name, place_id, rating, review_count, category, address — the prominence numbers behind each gap. Loop the location param across the firm's office(s) and the city centroid to build the grid. Tie the target to its place_id, not its name — firm names collide.
  • Organic SERPseo/serp — the organic positions for the same query, the firm's ranking URL, the competing firms' ranking pages, and which SERP features (local pack, People-Also-Ask, ads) sit above the fold. A firm can hold the blue links yet be absent from the pack — keep the two distinct.
  • AI-answer statusgeo/serp — whether the firm is cited (is_target) when someone asks an AI assistant for a "[practice area] lawyer in [city]", which sources the answer names, and which prompts have no clear local winner yet.
  • Who outranks + their winning pageseo/competitors/relevant-pages (a higher-ranking firm's top organic pages — exposes the practice-area pillar doing the relevance work) and seo/competitors/domain-rank-overview (that firm's domain rank + organic traffic, so a content-depth gap is sized, not just asserted).

Read the full file on GitHub · 95 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. 9d ago First seen · 95 lines · 104 tokens per session scan A 21533a4e827a

Subscribe to this mod's changes

practice-area-rank-audit is a skill published in the GitHub repository unifapi-agent/agents (559 stars, last pushed 4d ago), licensed MIT. It adds 104 tokens to every session and 2,251 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

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

geo-report

Generate a professional, client-facing GEO report combining all audit results into a single deliverable with scores, findings, and prioritized actions.

TheSmokeDev/geo-skills · 28 tokens