OranGEO AI Visibility Skill
Audits whether a brand's website is technically readable and citation-ready for AI answer engines, then outputs a scored GEO/AEO action plan with 15 buyer prompts.
What it does
Runs a lightweight AI visibility readiness workflow for any brand domain.
- Bundled Python script fetches the homepage,
robots.txt,llms.txt,sitemap.xmland checks title, description, H1, canonical, Open Graph and schema - Detects whether AI crawlers (OpenAI, Anthropic, Perplexity, Google, Common Crawl, ByteDance, Apple, Amazon, Meta) are blocked
- Generates 15 natural buyer prompts using a 7 discovery / 5 brand-evaluation / 3 competitor mix
- Scores four axes: AI access, technical clarity, citation readiness, competitive coverage
- Outputs Markdown (or JSON) reports, plus a starter
/llms.txtwhen the site lacks one
It enforces an honest reporting rule: never claim the brand appears in ChatGPT/Perplexity/Gemini unless a live multi-engine scan was actually run — local checks are labeled "readiness", not "visibility".
Who it's for
- SEO and content marketers starting on generative/answer engine optimization
- Web owners who need a fast check that AI bots aren't blocked
- Agencies producing a diagnostic deliverable plus a concrete prompt list for clients
Examples
- "Audit AI readiness for example.com" → scored report with evidence and prioritized fixes.
- "Build 15 buyer prompts for my SaaS versus Competitor A and B" → the full 7/5/3 prompt set.
- "We have no llms.txt — draft one" → starter
/llms.txtfile plus placement guidance.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/OranAi-Ltd/orangeo-ai-visibility-skill/HEAD/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the SKILL.m folder from the GitHub repo OranAi-Ltd/orangeo-ai-visibility-skill into my ~/.claude/skills/orangeo-ai-visibility-skill/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/OranAi-Ltd/orangeo-ai-visibility-skill.git ~/.claude/skills/orangeo-ai-visibility-skill⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS/Linux, PowerShell or WSL on Windows).
- Create the skills folder if needed:
mkdir -p ~/.claude/skills - Clone the repo into it:
git clone https://github.com/OranAi-Ltd/orangeo-ai-visibility-skill.git ~/.claude/skills/orangeo-ai-visibility-skill - Verify Python is available:
python3 --version(3.8+ recommended). - Restart Claude Code, then ask: "Run an AI visibility readiness audit for example.com".
- Or run it directly:
python3 ~/.claude/skills/orangeo-ai-visibility-skill/scripts/check_ai_readiness.py --url https://example.com --brand "Brand" - Add
--no-ctaif you want a neutral report without the OranGEO signup call-to-action.