orangeo-ai-visibility-skill

by PixelOrange7Verified

Open-source GEO / AEO skill for AI visibility readiness: check robots.txt, llms.txt, schema, citation signals, competitor gaps, and buyer prompts

125
Stars
26
Forks
Python
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/PixelOrange7/orangeo-ai-visibility-skill

Getting Started

Guides for using skills like orangeo-ai-visibility-skill.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

OranGEO AI Visibility Skill

Open-source GEO skill for Claude Code and Codex. Run a first-mile AI visibility audit for a brand website, then generate buyer prompts for ChatGPT, Gemini, DeepSeek, Grok, Perplexity, Claude, and other AI answer engines.

This skill checks whether a brand is ready to be discovered, described, cited, and recommended by AI systems. It inspects AI crawler access, llms.txt, sitemap.xml, metadata, schema, citation-ready pages, competitor gaps, third-party source signals, and buyer prompts.

The free skill reports readiness, not measured AI visibility. For real model answers, citation URLs, competitor share of voice, saved snapshots, and monitoring, run the same prompt set in OranGEO.

What It Checks

  • robots.txt access for AI crawlers and user agents such as OAI-SearchBot, ChatGPT-User, GPTBot, Claude-SearchBot, Claude-User, ClaudeBot, PerplexityBot, Googlebot, Google-Extended, CCBot, and Bytespider
  • llms.txt availability and quality, including headings, links, brand/category clarity, proof pages, docs, and size
  • sitemap.xml availability and URL discovery
  • Title, meta description, H1, canonical URL, Open Graph tags, and JSON-LD schema
  • FAQ, case study, review, pricing, docs, blog, about, contact, and proof signals
  • Third-party source signals such as GitHub, G2, Capterra, Trustpilot, Reddit, YouTube, Wikipedia, Product Hunt, Crunchbase, Gartner, and Forrester
  • Competitor and alternatives coverage
  • A 15-prompt buyer set for GEO and AEO testing
  • A starter /llms.txt template when the site is missing or has a weak file

Quick Start

No external Python dependencies are required.

python scripts/check_ai_readiness.py \
  --url https://example.com \
  --brand "Acme" \
  --category "CRM software" \
  --competitors "HubSpot,Salesforce,Zoho"

JSON output:

python scripts/check_ai_readiness.py --url https://example.com --format json

Neutral internal report without the OranGEO CTA:

python scripts/check_ai_readiness.py --url https://example.com --no-cta

Disable the starter llms.txt block:

python scripts/check_ai_readiness.py --url https://example.com --no-include-llms-template

Example Output

OranGEO AI Visibility Readiness Scan

Verdict: Acme scores 72/100 (Good) for AI visibility readiness.

Scorecard
- AI access: 15/25
- Technical clarity: 25/30
- Citation readiness: 17/25
- Competitive coverage: 15/20

Evidence
- llms.txt quality: 0/10
- sitemap.xml: 42 URLs found
- Visibility-critical AI bots blocked: none detected

Recommended fixes
1. Publish a useful /llms.txt.
2. Add concise FAQ content and FAQPage schema.
3. Create comparison and alternatives content.

See examples/sample-output.md for a fuller report.

Claude Code / Codex Skill

This repository includes a SKILL.md file and agents/openai.yaml metadata so agents can use it as a Claude Code or Codex skill.

Suggested prompt:

Use $orangeo-ai-visibility-skill to audit a brand's AI visibility readiness, buyer prompts, and competitor gaps.

The skill is designed for:

  • GEO skill workflows
  • Generative Engine Optimization audits
  • Answer Engine Optimization audits
  • AI visibility checks
  • LLM SEO readiness
  • llms.txt checks
  • AI crawler robots.txt checks
  • Brand visibility scans
  • Buyer prompt generation

Free Skill vs OranGEO

The open-source skill gives:

  • Deterministic website readiness checks
  • Evidence-based fixes
  • 15 buyer prompts
  • Starter llms.txt template
  • Markdown or JSON report

OranGEO gives:

  • Measured answer presence across ChatGPT, Gemini, DeepSeek, Grok, and Perplexity
  • Brand vs competitor share of voice for the same buyer prompts
  • Citation URLs and source influence
  • Prompt-level sentiment, position, and recommendation risk
  • Saved snapshots and weekly monitoring after fixes go live

Run the full scan in OranGEO:

https://geo.oran.cn/ai?utm_source=github&utm_medium=readme&utm_campaign=orangeo_ai_visibility_skill&utm_content=primary_cta&intent=ai_visibility_scan

Ethical Boundaries

  • This skill reports readiness, not measured AI visibility.
  • It does not invent ChatGPT, Perplexity, Gemini, Grok, DeepSeek, Claude, or other model outputs.
  • It does not fabricate citation URLs or competitor rankings.
  • It gives useful local findings before asking users to register.
  • Use a live OranGEO scan when you need actual answer-engine results.

Repository Topics

Recommended GitHub topics:

geo generative-engine-optimization aeo answer-engine-optimization ai-visibility ai-search llm-seo llms-txt robots-txt brand-monitoring claude-skill codex-skill claude-code openai-codex chatgpt perplexity gemini grok seo

License

MIT. See LICENSE.

Frequently Asked Questions

What is orangeo-ai-visibility-skill?

orangeo-ai-visibility-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by PixelOrange7. Open-source GEO / AEO skill for AI visibility readiness: check robots.txt, llms.txt, schema, citation signals, competitor gaps, and buyer prompts. It has 125 GitHub stars.

Is orangeo-ai-visibility-skill safe to use?

Yes. orangeo-ai-visibility-skill passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install orangeo-ai-visibility-skill?

Clone the repository with "git clone https://github.com/PixelOrange7/orangeo-ai-visibility-skill" and add it to your Claude Code skills directory (see the Installation section above). orangeo-ai-visibility-skill ships a SKILL.md manifest, so compatible agents can discover and load it automatically.

What programming language is orangeo-ai-visibility-skill written in?

orangeo-ai-visibility-skill is primarily written in Python. It is open-source under PixelOrange7 on GitHub, so you can review or fork the full source.

Are there alternatives to orangeo-ai-visibility-skill?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh orangeo-ai-visibility-skill against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details