geo-verify-public-surfaces

Verifies GEO-facing endpoints and Cloudflare headers for clawoperator.com and docs.clawperator.com.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/clawperator/clawperator --skill geo-verify-public-surfaces
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geo-verify-public-surfaces
Source: https://github.com/clawperator/clawperator/tree/main/.agents/skills/geo-verify-public-surfaces
Command: npx skills add https://github.com/clawperator/clawperator --skill geo-verify-public-surfaces

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables automated verification of the live machine-facing surfaces for clawoperator.com and docs.clawperator.com. It aggregates checks across public endpoints and Cloudflare behavior to surface actionable issues for deployment reliability.

Core Features & Use Cases

  • Public surface health checks: verifies robots.txt, sitemap, and key endpoints for clawoperator.com and docs.clawperator.com.
  • Cloudflare and bot-awareness: detects bot-specific headers and anti-bot responses to diagnose deployment issues.
  • Automated summary reporting: produces a concise report suitable for agent decision-making after deployment verification.

Quick Start

Use the helper script at .agents/skills/geo-verify-public-surfaces/scripts/verify_public_surfaces.py to validate public GEO surfaces and review the final results.

Frequently Asked Questions about geo-verify-public-surfaces

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify public GEO surfaces for production and preview deployments?

You verify public GEO surfaces by running a built-in script that checks production and preview deployments for HTTP 200 responses, correct content types, and noindex or anti-bot indicators. The script aggregates results into a concise automated report for deployment reliability.

What is geo-verification for website testing?

Geo-verification for website testing is the process of checking public machine-facing endpoints like robots.txt, llms.txt, sitemap.xml, and agents pages to ensure they return correct HTTP 200 responses and appropriate content types without unexpected noindex or anti-bot headers.

How do I check Cloudflare anti-bot headers and redirects on my live site?

You check Cloudflare anti-bot headers and redirects by executing the verification script to test live endpoints. It detects bot-specific headers and anti-bot responses, diagnosing deployment issues across clawoperator.com and docs.clawperator.com.

Does this geo-verification script work without external dependencies?

Yes, the geo-verification script runs without external dependencies. It uses a built-in Python script to validate public GEO-facing surfaces, checking redirects and Cloudflare-related headers directly to produce actionable deployment findings.

Why are my llms.txt and index.md endpoints returning noindex indicators?

Your llms.txt and index.md endpoints might return noindex indicators due to Cloudflare anti-bot configurations or deployment settings. The verification script identifies these specific bot-aware responses to help diagnose and resolve the deployment issue.