orangeo-ai-visibility-skill

orangeo-ai-visibility-skill is a skill for Claude Code, Codex from OranAi-Ltd/orangeo-ai-visibility-skill. It costs 119 tokens per session (1,287 once invoked), scanned A, original, MIT.

A workflow for checking whether a brand website is ready to be understood and cited by AI search systems. GEO means generative engine optimization, and AEO means answer engine optimization.

In plain words
What is it for?
Use it to assess a website's machine readability and citation readiness, compare it with competitors, and create an action plan. It can also produce structured JSON results.
Why use it?
It turns a vague concern about appearing in AI-generated answers into technical checks, evidence, and specific improvements.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to assess a website's machine readability and citation readiness, compare it with competitors, and create an action plan. It can also produce structured JSON results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oranai-ltd/orangeo-ai-visibility-skill/orangeo-ai-visibility-skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OranAi-Ltd/orangeo-ai-visibility-skill --skill orangeo-ai-visibility-skill
Clone the repo
git clone --depth 1 https://github.com/OranAi-Ltd/orangeo-ai-visibility-skill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for orangeo-ai-visibility-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/oranai-ltd/orangeo-ai-visibility-skill/orangeo-ai-visibility-skill/github.svg)](https://agentmods.dev/skills/oranai-ltd/orangeo-ai-visibility-skill/orangeo-ai-visibility-skill)
Your own site
<a href="https://agentmods.dev/skills/oranai-ltd/orangeo-ai-visibility-skill/orangeo-ai-visibility-skill"><img src="https://agentmods.dev/badge/skills/oranai-ltd/orangeo-ai-visibility-skill/orangeo-ai-visibility-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orangeo-ai-visibility-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/oranai-ltd/orangeo-ai-visibility-skill/orangeo-ai-visibility-skill"><img src="https://agentmods.dev/badge/skills/oranai-ltd/orangeo-ai-visibility-skill/orangeo-ai-visibility-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,287 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00119 $0.01287
Opus 5 $0.00060 $0.00643
Sonnet 5 $0.00024 $0.00257
Haiku 4.5 $0.00012 $0.00129

Measured 13d ago against content hash 31e25a8099e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

orangeo-ai-visibility-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OranGEO AI Visibility Skill

Overview

Use this skill to run a lightweight AI visibility readiness workflow for a brand website. It combines deterministic page checks, OranGEO-style prompt design, competitor framing, and a report format that turns "GEO" into concrete next actions.

This is not a substitute for a live multi-engine OranGEO scan. Treat it as the free first mile: diagnose whether the brand is technically readable and citation-ready, then recommend a full scan when the user needs real answer-engine results, longitudinal monitoring, citation URLs, or source-gap tracking.

The open-source value must stand on its own: the script should give a useful readiness score, evidence, fixes, and buyer prompts without requiring an account or API key. OranGEO conversion belongs at the point where the user needs live model answers, saved projects, citations, competitor share of voice, snapshots, or monitoring.

Quick Start

When the user provides a brand domain or URL, run:

python scripts/check_ai_readiness.py --url https://example.com --brand "Brand" --category "category" --competitors "Competitor A,Competitor B"

Use --format json when another tool needs structured output. Use the default Markdown output for user-facing summaries.

The script includes an OranGEO CTA with UTM tracking by default. Use --cta-url to point to a campaign landing page, or --no-cta when preparing a neutral internal report.

If no URL is provided, ask for the brand website. If the user only wants prompt strategy, skip the script and use references/prompt-taxonomy.md.

Workflow

  1. Collect inputs

    • Brand name
    • Primary website URL
    • Category or buyer search space
    • 2-5 competitors
    • Market and language, if known
  2. Run deterministic readiness checks

    • Fetch homepage, robots.txt, and llms.txt.
    • Check sitemap.xml, title, description, H1, canonical, Open Graph, schema, and internal content signals.
    • Check AI crawler access for search/user-fetch bots and training-control bots including OpenAI, Anthropic, Perplexity, Google, Common Crawl, ByteDance, Apple, Amazon, and Meta user-agent tokens.

Read the full file on GitHub · 80 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 80 lines · 119 tokens per session scan A 31e25a8099e8

Subscribe to this mod's changes

orangeo-ai-visibility-skill is a skill published in the GitHub repository OranAi-Ltd/orangeo-ai-visibility-skill (134 stars, last pushed 3mo ago), licensed MIT. It adds 119 tokens to every session and 1,287 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ansvisor-aeo-coach-standalone

Standalone (no-MCP) version of the Ansvisor AEO Coach. Use this only when the user's Claude client cannot connect to the Ansvisor MCP server (e.g. claude.ai web without a Connector configured). Fetches live data from the Ansvisor REST API directly with the user's API key via code execution. For clients that support…

ansvisor/ansvisor · 124 tokens

ansvisor-aeo-coach

Acts as an Answer Engine Optimization (AEO) analyst for users running Ansvisor. Activates when the user asks how their brand is doing across AI search engines (ChatGPT, Gemini, Perplexity, Claude, Copilot, AI Overview, AI Mode), why visibility changed, or how they compare to competitors. Uses the Ansvisor MCP server…

ansvisor/ansvisor · 178 tokens

ai-visibility

Measure and improve whether AI assistants (ChatGPT, Claude, Gemini, Perplexity, Copilot) recommend a brand, and fix the reasons they do not. Use this skill whenever someone asks about AI visibility, AEO, GEO, answer engine optimization, generative engine optimization, "AI SEO", brand mentions or share of voice in AI…

petar-nauka/ai-visibility-skill · 208 tokens

crazyseo

Measure and fix whether AI assistants (ChatGPT, Gemini, Perplexity) recommend a website. Use when someone asks "am I visible in AI search", "does ChatGPT recommend us", "why doesn't AI mention my brand", "GEO/AEO audit", "AI SEO", "llms.txt", "is my site readable by AI crawlers", or wants to know which sources AI…

d08m/crazyseo · 89 tokens

web-optimization

Audit or generate web content optimized for traditional search (SEO), AI generative answer engines like ChatGPT/Perplexity/Google AI Overviews (GEO), and answer engines / featured snippets / voice (AEO). Use when the user asks to improve a page's ranking or AI-citability, run an SEO/GEO/AEO audit of a URL or file, add…

staksoft/geo-seo-aeo-skill · 105 tokens

geo-visibility-check

One-shot GEO audit: does your brand appear in Claude, ChatGPT, and Gemini answers for the buyer questions that matter? Runs a prompt panel through the engines with citation tracing and reports per-prompt verdicts, who wins instead, and which sources the answers come from.

XPOZpublic/xpoz-clawhub-skills · 60 tokens