Agent skill
geo-gap-fixer
Audit how often LLMs recommend your brand vs competitors and generate a GEO action plan.
Filed under Content and SEO.
From Varnan-Tech/opendirectory · 57 skills · 626 · pushed 2026-08-16
What it does when it runs
Audit how often LLMs recommend your brand vs competitors and generate a GEO action plan.
Read from the skill and the 11 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- ANTHROPIC_API_KEY
- GOOGLE_API_KEY
- OPENAI_API_KEY
- PERPLEXITY_API_KEY
- Hosts it reaches
- acmepm.com
- api.perplexity.ai
- download-directory.github.io
- linear.app
- manus.im
- opendirectory.dev
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It does act, so it runs under whatever permissions your session already grants. - Actions present in the files
- shellwrites files
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/Varnan-Tech/opendirectory.git /tmp/opendirectory git -C /tmp/opendirectory sparse-checkout set "skills/geo-gap-fixer" mkdir -p ~/.claude/skills/geo-gap-fixer cp -R "/tmp/opendirectory/skills/geo-gap-fixer/." ~/.claude/skills/geo-gap-fixer/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
Or take the whole library
This repo ships a .claude-plugin manifest, so Claude Code can install all 57 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.
/plugin marketplace add Varnan-Tech/opendirectory /plugin
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
Before you install: this skill will not complete its job on a bare agent. It needs ANTHROPIC_API_KEY, GOOGLE_API_KEY, OPENAI_API_KEY, PERPLEXITY_API_KEY, which you have to obtain separately.
The skill
Source on GitHub ↗Reproduced in full from Varnan-Tech/opendirectory/blob/62e437ab13408171805a87d16f5cb0151f96ea3c/skills/geo-gap-fixer/SKILL.md, which is licensed MIT (repository). 609 words, 6 headings.
GEO Gap Fixer
Agent skill that audits LLM brand visibility and converts gaps into a concrete GEO content action plan.
When to Use
Use this skill when a user wants to audit their Generative Engine Optimization (GEO) share-of-voice to know which LLM prompts their brand is losing, understand why competitors are recommended instead, and get a specific content fix plan.
Do NOT use this skill for: general SEO audits, paid ad optimization, or continuous social media monitoring. This is a point-in-time LLM visibility audit.
Step 1: Inputs
To run the audit, the user must provide API keys and a configuration file. Ensure the following are set up:
- API Keys: At least 2 of 4 keys must be set in the environment or
.envfile (OPENAI_API_KEY,ANTHROPIC_API_KEY,GOOGLE_API_KEY,PERPLEXITY_API_KEY). - Dependencies:
pip install openai anthropic google-genai - Config File:
config.json(copied fromconfig.example.json) must contain:brand_name(string, required)competitors(list of strings, required, 1-10 entries)category(string, required)buyer_intent_prompts(list of strings, optional. If empty, 20 prompts are auto-generated)target_llms(list of strings, optional)website_url(string, optional)
Step 2: Execution Pipeline
Run the following scripts in order. Stop and ask for clarification if any script fails.
-
python scripts/probe_llms.py(Optional: append--dry-runto test config without API calls)- Sends buyer-intent prompts to the configured LLM APIs.
- Saves responses to
data/raw_responses.json.
-
python scripts/analyze_results.py- Analyzes raw responses for brand mentions, ranking, sentiment, and cited domains.
- Saves structured analysis to
data/analysis.json.
-
python scripts/build_report.py- Assembles the final 5-section GEO audit report.
- Saves to
report/geo_audit_report.mdandreport/geo_audit_report.json.
Step 3: Outputs & Interpretation
The primary output is report/geo_audit_report.md. Present its findings to the user.
Key Sections to Interpret:
- Share-of-Voice Table: A mention rate below 30% is critical. Mention rate is the % of prompts where the brand is recommended.
- Prompt-Level Loss Log: Which exact prompts the brand lost and to whom.
- Competitor Language Patterns: The specific adjectives LLMs use for competitors.
- Citation Gap List: Domains LLMs cite that the brand is missing from.
- GEO Action Plan: Prioritized fixes (🔴 Critical, 🟡 High Priority, 🟢 Growth Plays).
Direct the user to the GEO Action Plan first, as it contains the concrete steps to fix the gaps identified in the audit.
Step 4: Error Handling
If you encounter issues while executing the pipeline, follow these rules:
| Condition | Agent Action |
|---|---|
Missing config.json | Tell the user to copy config.example.json and fill it out. |
| Invalid JSON in config | Notify the user of the parse error location and ask them to fix it. |
| Missing required fields | List the exact missing fields (brand_name, competitors, category). |
| No API keys set | Ask the user to export at least 2 of the 4 supported API keys. |
| 1 API key only | Warn the user that results are less reliable, but proceed with the run. |
| Transient API failure | The script auto-retries. If it fails completely, it skips the provider. |
| Persistent API failure | The script skips the provider gracefully. Continue the pipeline. |
| Zero responses | The script exits non-zero. Notify the user to check API keys or config. |
| Missing upstream data file | Re-run the preceding script in the pipeline (e.g., probe before analyze). |
Limitations to keep in mind:
- This is a point-in-time audit, not a background monitor.
- Sentiment analysis uses keyword proximity, not deep NLP.
- API costs apply for each run (typically ~$0.50–$2.00).
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- create-geo-charts by onvoyage-ai · 1,299
- geo-content-planning by onvoyage-ai · 1,299
- geo-content-research by onvoyage-ai · 1,299
- improve-aeo-geo by onvoyage-ai · 1,299
- write-seo-geo-content by onvoyage-ai · 1,299
- content-gap-analysis by OpenClaudia · 677
- geo-analysis by OpenClaudia · 677
- geo-difficulty by OpenClaudia · 677
Need help setting it up?
This page tells you what geo-gap-fixer does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.