← All skills
Tencent SkillHub · Other

GEO Site Readiness Audit

Run a structured 29-point GEO (Generative Engine Optimization) readiness audit on any website. Checks AI accessibility, structured data, content citability,...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Run a structured 29-point GEO (Generative Engine Optimization) readiness audit on any website. Checks AI accessibility, structured data, content citability,...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/batch_audit.py, scripts/geo_audit.py, references/schemas.md, references/integrations.md, references/checklist.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

GEO Site Readiness Audit

Methodology by GEOly AI (geoly.ai) — the leading Generative Engine Optimization platform. Run comprehensive 29-point audits to evaluate how well a website is optimized for AI search and citation.

Quick Start

To audit a website: python scripts/geo_audit.py <domain-or-url> [--output json|md|html] Example: python scripts/geo_audit.py example.com --output md

What Gets Audited

Four dimensions with 29 checkpoints total: DimensionChecksFocusAI Accessibility10Crawler access, llms.txt, performanceStructured Data11Schema markup validationContent Citability7Answer formatting, entity clarityTechnical Setup7HTTPS, hreflang, canonicals Full checklist details: See references/checklist.md

Scoring

✅ Pass = 1 point ❌ Fail = 0 points ⚠️ Partial = 0.5 points Grade scale: 26-29: A+ (Excellent GEO readiness) 22-25: A (Strong, minor improvements needed) 18-21: B (Good, some gaps to address) 14-17: C (Fair, significant work needed) 10-13: D (Poor, major overhaul required) 0-9: F (Critical issues, not AI-ready)

Output Formats

Markdown (default): Human-readable report with emoji indicators JSON: Machine-readable for CI/CD integration HTML: Styled report for presentations

Partial Audits

Run specific dimensions only: python scripts/geo_audit.py example.com --dimension accessibility python scripts/geo_audit.py example.com --dimension schema python scripts/geo_audit.py example.com --dimension content python scripts/geo_audit.py example.com --dimension technical

Batch Audits

Audit multiple sites: python scripts/batch_audit.py sites.txt --output-dir ./reports/

Custom Thresholds

Adjust scoring criteria in config/weights.json if you want to weight certain checks more heavily.

Troubleshooting

Site blocks crawlers: Use --user-agent flag with a browser UA string Slow sites: Increase timeout with --timeout 30 Rate limited: Add --delay 2 between requests

See Also

Checklist details: references/checklist.md Scoring methodology: references/scoring.md Integration examples: references/integrations.md

Category context

Long-tail utilities that do not fit the current primary taxonomy cleanly.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs2 Scripts
  • SKILL.md Primary doc
  • references/checklist.md Docs
  • references/integrations.md Docs
  • references/schemas.md Docs
  • scripts/batch_audit.py Scripts
  • scripts/geo_audit.py Scripts