orangeo-ai-visibility-skill

作者 PixelOrange7已验证

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
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

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

快速入门

使用 orangeo-ai-visibility-skill 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "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.

常见问题

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情

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 智能体
查看详情

开发者还喜欢

基于喜欢此 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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 服务器apisai-tools
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情