audit-local

Runs a local SEO audit pipeline covering GBP, citations, reviews, and local pack rankings.

1|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/codesofadan/danyals-aios --skill audit-local-codesofadan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit-local
Source: https://github.com/codesofadan/danyals-aios/tree/main/danyals-audit-system/.claude/skills/audit-local
Command: npx skills add https://github.com/codesofadan/danyals-aios --skill audit-local-codesofadan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Local businesses need to know how they perform in Google Business Profile, citations, reviews, and local pack results, but gathering and analyzing these signals manually is slow and error-prone. This Skill automates the full local SEO audit pipeline and produces a prioritized Markdown report. ## Core Features & Use Cases - Automated local pipeline: Crawls the site, resolves the business via Google Places, discovers citations through Serper SERP queries, and runs deterministic local analyzers. - Specialist analyst teams: Dispatches Team D agents (GBP, Citations/NAP, Reviews, Local Pack/Geo) plus critical on-page and technical checks, then a sequential meta team that synthesizes findings. - Honest data handling: Caps citation confidence scores, refuses to invent Places or citation data, and skips geo-grid claims when API keys are missing. - Use Case: An agency auditor runs the skill against a plumber's domain to get a local scorecard, top critical findings, and a week-by-week remediation roadmap in 5-8 minutes. ## Quick Start Ask the AI to run /audit-local on a business domain such as exampleplumbing.com to generate a local SEO report. ## Notes Requires SERPER_API_KEY for citation discovery and geo-grid data; without it the audit runs with significant gaps and reduced confidence.

Frequently Asked Questions about audit-local

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a local SEO audit on a business website?▼

Invoke the skill with a domain, for example /audit-local example.com. It runs the Python pipeline via python -m audit_engine.cli.main local <domain> --profile local --max-pages 30, then dispatches analyst agents and produces a Markdown report.

What does a local SEO audit check for GBP and citations?▼

The audit resolves the business through Google Places, discovers citations via Serper SERP queries matched against tier-1 directories, analyzes reviews, and probes local pack rankings with a geo-grid. On-page and technical checks run only where they affect local SEO.

Does the local audit work without a Serper API key?▼

Yes, but with significant gaps. Without SERPER_API_KEY, citation discovery and the geo-grid probe are skipped, NAP is checked on-site only, and findings are capped at confidence 0.5. Runtime drops to 1-2 minutes.

How long does a local SEO audit take to complete?▼

A 30-page local business site takes 5-8 minutes with all APIs configured. Without API keys the pipeline finishes in 1-2 minutes but omits citation and geo-grid data.

What happens if Google Places returns no match for the domain?▼

The audit never fabricates a Place. It surfaces the failed lookup and asks the user for the business name and city so the Places resolution can be retried.