# Send GEO Performance Report Builder to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "geo-report-builder",
    "name": "GEO Performance Report Builder",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/geoly-geo/geo-report-builder",
    "canonicalUrl": "https://clawhub.ai/geoly-geo/geo-report-builder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/geo-report-builder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=geo-report-builder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/build_report.py",
      "references/structure-guide.md",
      "evals/evals.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "geo-report-builder",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T13:55:35.897Z",
      "expiresAt": "2026-05-06T13:55:35.897Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=geo-report-builder",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=geo-report-builder",
        "contentDisposition": "attachment; filename=\"geo-report-builder-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "geo-report-builder"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/geo-report-builder"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/geo-report-builder",
    "downloadUrl": "https://openagent3.xyz/downloads/geo-report-builder",
    "agentUrl": "https://openagent3.xyz/skills/geo-report-builder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/geo-report-builder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/geo-report-builder/agent.md"
  }
}
```
## Documentation

### GEO Report Builder

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

Build comprehensive GEO performance reports from raw data.

### Section 1: Executive Summary

Key metrics at a glance:

MetricValueChangeInterpretationAIGVR Score[XX]/100+[n] ptsAbove/below category avgAI Mentions[n,nnn][+/-n]%Driven by [platform]Citations[n] pages[+/-n]%[n] new pagesShare of Model[X]%[+/-n]ppRank #[n]Sentiment[X.X]/10TrendPositive/Neutral/Negative

### Section 2: Platform Breakdown

PlatformAIGVRMentionsCitationsSentimentTrendChatGPT[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:

[Competitor A] — AIGVR: [XX] | SoM: [%]
[Your Brand] — AIGVR: [XX] | SoM: [%] ← YOU
[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:

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

### Section 5: Action Plan

PriorityActionExpected ImpactOwnerDeadline🔴 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

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

### Input Data Format

{
  "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

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: geoly-geo
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T13:55:35.897Z
- Expires at: 2026-05-06T13:55:35.897Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/geo-report-builder)
- [Send to Agent page](https://openagent3.xyz/skills/geo-report-builder/agent)
- [JSON manifest](https://openagent3.xyz/skills/geo-report-builder/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/geo-report-builder/agent.md)
- [Download page](https://openagent3.xyz/downloads/geo-report-builder)