home / skills / openclaw / skills / visibleai-audit
/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-auditReview the files below or copy the command above to add this skill to your agents.
---
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
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.
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.
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.