一键导入
geo-gap-fixer
Audit how often LLMs recommend your brand vs competitors and generate a GEO action plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit how often LLMs recommend your brand vs competitors and generate a GEO action plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when fetching, searching, or analyzing transcripts from Lenny's Podcast, Dwarkesh Podcast, Cheeky Pint, 20VC, or A16z Podcast. Tier 2 (RSS+Groq Whisper) is the recommended approach -- fast, free, and most reliable. Also use when asked to "get transcript", "find episode", "summarize podcast", or "search podcast content". Do not use for general web scraping or non-podcast audio transcription.
Fetches low-star App Store and Google Play reviews, clusters them into broken-promise patterns, and generates a ranked copy brief with positioning opportunities.
Use when the user asks to generate a blog cover image, thumbnail, or article header. Automatically uses modern typography, brand logos, and Google Search grounding to create beautiful 16:9 images with Gemini 3.1 Flash Image Preview.
World-class brand strategist and naming expert. Uses an interrogation-led discovery phase to extract your brand's DNA, then applies scientific naming frameworks (Phonosemantics) and automated multi-TLD domain checking.
Use when the user asks to generate or update a project's CLAUDE or AGENTS context file from a codebase scan. Writes a focused file under 100 lines containing only the non-obvious build commands, conventions, and gotchas Claude Code needs.
Use when the user wants to verify cold emails, enrich a lead list, or autonomously guess email addresses from a CSV using ValidEmail.co or the open-source Reacher engine.
基于 SOC 职业分类
| name | geo-gap-fixer |
| description | Audit how often LLMs recommend your brand vs competitors and generate a GEO action plan. |
| category | GTM Intelligence |
| version | 1.0.0 |
Agent skill that audits LLM brand visibility and converts gaps into a concrete GEO content action plan.
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.
To run the audit, the user must provide API keys and a configuration file. Ensure the following are set up:
.env file (OPENAI_API_KEY, ANTHROPIC_API_KEY, GOOGLE_API_KEY, PERPLEXITY_API_KEY).pip install openai anthropic google-genaiconfig.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)target_llms (list of strings, optional)website_url (string, optional)Run the following scripts in order. Stop and ask for clarification if any script fails.
python scripts/probe_llms.py (Optional: append --dry-run to test config without API calls)
data/raw_responses.json.python scripts/analyze_results.py
data/analysis.json.python scripts/build_report.py
report/geo_audit_report.md and report/geo_audit_report.json.The primary output is report/geo_audit_report.md. Present its findings to the user.
Key Sections to Interpret:
Direct the user to the GEO Action Plan first, as it contains the concrete steps to fix the gaps identified in the audit.
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: