π¦ ClawHub
B2A Agent-Discoverability Audit
by @zero2ai-hub
Audits e-commerce sites for AI shopping agent discoverability, scoring product data, APIs, feeds, checkout compatibility, and description quality with priori...
TERMINAL
clawhub install skill-b2a-auditπ About This Skill
Skill: B2A Agent-Discoverability Audit
Version: 1.0 | Created: 2026-03-30Purpose
Audit any e-commerce site (WooCommerce/Shopify/custom) for AI agent discoverability and shopping readiness. Outputs a scored report with prioritized fixes to make products visible to AI shopping agents (Google AI Shopping, Perplexity Shopping, AppFunctions agents).When to Use
Inputs
SITE_URL β the storefront URL to audit (e.g., https://example.com)STORE_TYPE β WooCommerce | Shopify | Custom (default: WooCommerce)Outputs
Audit Dimensions
1. Structured Data (schema.org/Product)
Check for:@type: Product with name, sku, url, image, descriptionOffer block: price, priceCurrency, availabilitybrand with @type: Brandgtin / gtin13 / gtin8 β required by Google Shopping and AI agent catalogsmpn (manufacturer part number)aggregateRating + reviewCountcolor, material, weight product attributesTool: Fetch any product page, inspect JSON-LD blocks.
2. Machine-Readable Catalog API
WooCommerce: TestGET /wp-json/wc/store/v1/products (public, no auth)
Shopify: Test GET /products.json (public, no auth)
Check: HTTP status, fields returned (id, name, sku, prices, images, in_stock)3. Google Merchant Center / Shopping Feed
Test common feed URLs:/feed=products/google-shopping-feed/4. Agent Checkout Compatibility
WooCommerce: TestPOST /wp-json/wc/store/v1/cart/add-item availability
Check for headless cart API, programmatic checkout support5. Product Descriptions (AI Intent Matching)
Evaluate description quality:Scoring Rubric
| Score | Meaning | |-------|---------| | 9β10 | Production-ready for AI agents | | 7β8 | Good, minor fixes needed | | 5β6 | Partial β key gaps present | | 3β4 | Visible but not optimized | | 0β2 | Invisible to AI shopping agents |Report Format
## [YYYY-MM-DD] B2A Agent-Discoverability Audit β {SITE_URL}Score Card
| Dimension | Score | Notes |
...π΄ HIGH Priority
...π‘ MEDIUM Priority
...π’ LOW Priority (future)
...Overall: X/10