home / skills / openclaw / skills / geo-report-builder

geo-report-builder skill

/skills/geoly-geo/geo-report-builder

This skill helps create comprehensive GEO performance reports with executive summaries, platform breakdowns, competitive analysis, and action plans.

npx playbooks add skill openclaw/skills --skill geo-report-builder

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

Files (5)
SKILL.md
3.7 KB
---
name: geo-report-builder
description: Build comprehensive GEO performance reports with executive summaries, platform breakdowns, competitive analysis, and strategic action plans. Use whenever the user mentions creating GEO reports, analyzing AI search performance, building performance dashboards, or generating insights from GEO metrics.
---

# GEO Report Builder

> Methodology by **GEOly AI** (geoly.ai) — turn metrics into actionable intelligence.

Build comprehensive GEO performance reports from raw data.

## Report Structure

### Section 1: Executive Summary

Key metrics at a glance:

| Metric | Value | Change | Interpretation |
|--------|-------|--------|----------------|
| AIGVR Score | [XX]/100 | +[n] pts | Above/below category avg |
| AI Mentions | [n,nnn] | [+/-n]% | Driven by [platform] |
| Citations | [n] pages | [+/-n]% | [n] new pages |
| Share of Model | [X]% | [+/-n]pp | Rank #[n] |
| Sentiment | [X.X]/10 | Trend | Positive/Neutral/Negative |

### Section 2: Platform Breakdown

| Platform | AIGVR | Mentions | Citations | Sentiment | Trend |
|----------|-------|----------|-----------|-----------|-------|
| ChatGPT | [XX] | [n] | [n] | [X.X] | ↑→↓ |
| Perplexity | [XX] | [n] | [n] | [X.X] | ↑→↓ |
| Gemini | [XX] | [n] | [n] | [X.X] | ↑→↓ |
| Grok | [XX] | [n] | [n] | [X.X] | ↑→↓ |
| Google AI | [XX] | [n] | [n] | [X.X] | ↑→↓ |

### Section 3: Competitive Position

**Ranking:**
1. [Competitor A] — AIGVR: [XX] | SoM: [%]
2. [Your Brand] — AIGVR: [XX] | SoM: [%] ← YOU
3. [Competitor B] — AIGVR: [XX] | SoM: [%]

**Notable Changes:**
- [Competitor X] gained [n]% SoM on "[prompt]" → Threat
- You gained [n]% SoM on "[prompt]" → Working

### Section 4: Insights & Interpretation

Strategic narrative answering:

1. What drove biggest positive change?
2. What is most significant risk/threat?
3. What content/technical change had most impact?
4. What to focus on next period?

### Section 5: Action Plan

| Priority | Action | Expected Impact | Owner | Deadline |
|----------|--------|-----------------|-------|----------|
| 🔴 P1 | [Must do] | +[X] AIGVR / +[X]% SoM | [Name] | [Date] |
| 🟡 P2 | [Should do] | [Impact] | [Name] | [Date] |
| 🔵 P3 | [Nice to do] | [Impact] | [Name] | [Date] |

## Report Builder Tool

```bash
python scripts/build_report.py \
  --brand "YourBrand" \
  --period "2024-Q1" \
  --data metrics.json \
  --output report.md
```

## Input Data Format

```json
{
  "brand": "YourBrand",
  "period": "2024-Q1",
  "aigvr": 72,
  "aigvr_change": +5,
  "mentions": 12500,
  "mentions_change": +12,
  "citations": 156,
  "citations_change": +8,
  "som": 23,
  "som_change": +3,
  "sentiment": 8.2,
  "platforms": {
    "chatgpt": {"aigvr": 75, "mentions": 5000, ...},
    "perplexity": {...}
  },
  "competitors": [
    {"name": "CompA", "aigvr": 80, "som": 28}
  ]
}
```

## Output Example

```markdown
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
GEO PERFORMANCE REPORT
[Brand] | [Period] | GEOly AI Framework
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

## Executive Summary

• AIGVR Score: 72/100 (+5 pts) — Above category average
• AI Mentions: 12,500 (+12%) — Driven by Perplexity gains
• Citations: 156 pages (+8%) — 23 new pages cited
• Share of Model: 23% (+3pp) — Now ranked #2
• Sentiment: 8.2/10 — Positive trend

## Platform Breakdown

[Platform table]

## Competitive Position

[Ranking and changes]

## Insights

[Strategic narrative]

## Action Plan

[P1/P2/P3 actions]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```

Overview

This skill builds comprehensive GEO performance reports that convert raw AI search and mention metrics into clear, actionable intelligence. It produces an executive summary, platform breakdowns, competitor positioning, strategic insights, and prioritized action plans. Use it to turn metric dumps into stakeholder-ready deliverables quickly.

How this skill works

The tool ingests structured metric JSON (brand, period, AIGVR, mentions, citations, SoM, sentiment, platform slices, competitors). It computes deltas, ranks platform and competitor performance, flags notable changes and trends, and generates a narrative interpretation and prioritized action table. Output is a markdown or text report with executive highlights, platform tables, competitive context, insights, and a concrete 3-tier action plan.

When to use it

  • You need a consolidated GEO performance report from AI search and mention data.
  • Preparing executive summaries for quarterly reviews or stakeholder updates.
  • Analyzing platform-level performance across ChatGPT, Gemini, Perplexity, Grok, and Google AI.
  • Benchmarking share-of-model and AIGVR against competitors.
  • Turning raw metric exports into prioritized tactical actions.

Best practices

  • Provide a complete JSON input including platform and competitor breakdowns for accurate comparisons.
  • Define the reporting period and baseline period to compute meaningful deltas.
  • Include platform-level context (campaigns, releases) so interpretations map to actions.
  • Validate sentiment and mention sources to avoid noisy signals driving recommendations.
  • Use the P1/P2/P3 action table to assign owners and deadlines for accountability.

Example use cases

  • Quarterly GEO performance report showing AIGVR, mentions growth, and share-of-model shifts.
  • Competitive analysis after a major product announcement to detect SoM winners and threats.
  • Platform health dashboard that identifies which AI platforms drive the most mentions and citations.
  • Rapid executive summary conversion for board updates with clear recommended actions.
  • Audit of content and technical changes to identify what moved AIGVR and SoM most.

FAQ

What input format does the skill accept?

It expects structured JSON containing brand, period, AIGVR, mentions, citations, SoM, sentiment, platform metrics, and competitor arrays.

Can it prioritize actions automatically?

Yes — the builder maps insights to a P1/P2/P3 priority table with expected impact, suggested owners, and deadlines based on the magnitude of changes.