home / skills / openclaw / skills / visibleai-audit

visibleai-audit skill

/skills/feydefi/visibleai-audit

This skill analyzes brand visibility across AI search engines and provides a GEO optimization report with actionable recommendations.

npx playbooks add skill openclaw/skills --skill visibleai-audit

Review the files below or copy the command above to add this skill to your agents.

Files (3)
SKILL.md
2.2 KB
---
name: visibleai-audit
description: GEO audit API for AI agents. Check brand visibility across ChatGPT, Perplexity, Gemini. Pay $0.99 USDC via x402. No API keys needed.
version: 1.1.0
---

# VisibleAI Audit

Check how visible any brand is across AI search engines. Returns a GEO (Generative Engine Optimization) score with full optimization report.

## Quick Start

```bash
# Agent request → returns 402 with payment instructions
curl -X POST https://visibleai.space/api/v1/audit \
  -H "Content-Type: application/json" \
  -d '{"brand": "BRAND_NAME", "industry": "INDUSTRY"}'

# Pay 0.99 USDC on Base, then retry with tx hash
curl -X POST https://visibleai.space/api/v1/audit \
  -H "Content-Type: application/json" \
  -H "X-Payment-Tx: 0xYOUR_TX_HASH" \
  -d '{"brand": "BRAND_NAME", "industry": "INDUSTRY"}'
```

## Parameters

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| brand | string | Yes | Brand or company name |
| website | string | No | Website URL to analyze |
| industry | string | No | Industry or vertical (default: "general") |
| competitors | string[] | No | Up to 5 competitor names |

## Response

Full optimization report (JSON):
- `overall_score` (0-100) and letter `grade`
- Per-engine scores (Gemini, Perplexity, and more)
- Category breakdown (discovery, branded, comparison)
- Site analysis (schema markup, meta tags)
- Actionable `recommendations` — specific fixes to improve visibility

## Payment

- **Price:** $0.99 USDC per audit
- **Network:** Base (chain ID 8453)
- **Protocol:** x402
- **Wallet:** `0xB33FF8b810670dFe8117E5936a1d5581A05f350D`
- **No API keys required** — pay per query, no accounts

## Payment Flow

1. POST to `/api/v1/audit` → receive 402 with payment details
2. Send 0.99 USDC to wallet on Base
3. Retry same request with `X-Payment-Tx: <tx_hash>` header
4. Receive full audit response

## MCP Server

Also available as an MCP tool:

```json
{
  "visibleai": {
    "url": "https://visibleai.space/api/mcp"
  }
}
```

Tool: `visibleai_audit(brand, website?, industry?)`

## Links

- Website: https://visibleai.space
- API Docs: https://visibleai.space/api-docs
- MCP: https://visibleai.space/api/mcp
- ClawHub: visibleai-audit

Overview

This skill performs a GEO (Generative Engine Optimization) audit to measure brand visibility across major AI search engines like ChatGPT, Perplexity, and Gemini. It returns a scored optimization report with actionable recommendations and a site analysis. Payment is handled per-query via a 0.99 USDC Base-chain transaction—no API keys or accounts required.

How this skill works

Send a POST with brand (and optional website, industry, competitors) to the audit endpoint. The API responds with a 402 containing on-chain payment instructions; after sending 0.99 USDC to the provided Base (x402) wallet and resubmitting the same request with the transaction hash in X-Payment-Tx, the service returns a full JSON audit. The report includes overall and per-engine scores, category breakdowns, site checks, and specific recommendations to improve AI search visibility.

When to use it

  • You want to benchmark how your brand appears across AI-native search engines.
  • Before launching marketing or SEO changes focused on AI-driven discovery.
  • To prioritize fixes that improve branded and discovery queries in generative results.
  • When comparing your visibility to competitors across generative engines.
  • To get a compact, actionable audit without creating accounts or managing API keys.

Best practices

  • Provide the brand and website URL for the most accurate site-level checks and schema analysis.
  • Include up to five competitors to get relative comparison and prioritization insights.
  • Run audits periodically (monthly or after major content updates) to track improvements in scores.
  • Pay via the specified Base-chain wallet and include the X-Payment-Tx header exactly as returned to avoid resubmission errors.
  • Use the recommendations list to create a prioritized remediation plan: fix schema, meta tags, and branded content first.

Example use cases

  • Pre-launch audit to confirm brand visibility across ChatGPT, Perplexity, and Gemini.
  • Audit for an agency client to produce an optimization roadmap and prioritized fixes.
  • Competitor benchmarking to identify gaps in branded and comparison query performance.
  • Routine monitoring to measure impact of structured data and metadata updates on generative visibility.

FAQ

Do I need an API key or account?

No. The service uses one-off on-chain payment per request; no API keys or accounts are required.

How do I pay and submit proof?

Send 0.99 USDC on the Base network to the specified wallet, then retry the POST with X-Payment-Tx set to your transaction hash.

What does the audit report include?

A numeric overall_score and grade, per-engine scores, category breakdowns (discovery, branded, comparison), site analysis (schema, meta tags), and actionable recommendations.

Can I audit multiple competitors?

Yes — include up to five competitor names in the competitors field to receive comparative scoring and recommendations.