Agent skill · Security

geo-gap-fixer

Audit how often LLMs recommend your brand vs competitors and generate a GEO action plan.

Varnan-Techgithub.com/Varnan-TechGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add Varnan-Tech/opendirectory --skill geo-gap-fixer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 12
SKILL.md size: 4 KB
Bundled scripts: yes
Version: 1.0.0
Path: skills/geo-gap-fixer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 571
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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: 1. **API Keys**: At least 2 of 4 keys must be set in the environment or `.env` file (`OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, `GOOGLE_API_KEY`, `PERPLEXITY_API_KEY`). 2. **Dependencies**: `pip install openai anthropic google-genai` 3. **Config File**: `config.json` (copied from `config.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)

What's inside
Steps it walks through
  1. When to Use
  2. Step 1: Inputs
  3. Step 2: Execution Pipeline
  4. Step 3: Outputs & Interpretation
  5. Step 4: Error Handling
Ships with 11 files
  • .env.example
  • .gitignore
  • README.md
  • config.example.json
  • package.json
  • references/output_format.md
  • references/prompt_templates.md
  • references/scoring_rubric.md
  • scripts/analyze_results.py
  • scripts/build_report.py
  • scripts/probe_llms.py
More from opendirectory
All skills →
About this skill
What does the geo-gap-fixer skill do?

Audit how often LLMs recommend your brand vs competitors and generate a GEO action plan.

How do I install it?

Run `npx skills add Varnan-Tech/opendirectory --skill geo-gap-fixer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Varnan-Tech/opendirectory, a repository with 571 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going