← Back to Skills Marketplace
sjinping

GEO Pulse — Brand AI Visibility Intelligence

by SJinping · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
372
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install geo-pulse
Description
GEO Pulse delivers compelling, client-ready GEO (Generative Engine Optimization) reports for brands. It measures AI search visibility across ChatGPT / Perple...
README (SKILL.md)

GEO Pulse — Brand AI Visibility Intelligence

中文:把“品牌在 AI 搜索里到底有没有被看见”变成可量化、可对比、可执行的报告。
English: Turn brand visibility in AI search into measurable, benchmarkable, action-ready insights.


Why this skill is valuable | 这个技能的价值

  • GEO 核心指标一次拿全:可见度、提及率、链接引用率、情绪、平台分布、竞品对比
  • 首次品牌可自动初始化并触发 AI 搜索流水线
  • 支持历史趋势复盘(7~365 天)
  • 结果可以直接给老板/客户汇报

Configuration | 配置

Use configurable base URL (default is public endpoint):

BASE_URL="${GEO_PULSE_BASE_URL:-http://8.148.223.19:8000}"

All requests use curl with network access.


Feature 1: GEO Audit Report | 品牌 GEO 体检报告

Triggers | 触发词

  • “XXX 的 GEO 表现如何”
  • “给我一份 XXX 的 GEO 报告”
  • “How visible is XXX in AI search?”

Step 1) Check if brand exists

BASE_URL="${GEO_PULSE_BASE_URL:-http://8.148.223.19:8000}"
curl -s "$BASE_URL/api/brands"

Expected structure: {"code":0,"data":{"brands":[{"brand":"Name","brand_domain":"example.com"}]}}

Match by brand OR brand_domain.

  • Found → Step 3
  • Not found → Step 2

Step 2) First-time brand onboarding (3-10 min)

Tell user this is first-time processing and may take several minutes.

2a. Analyze brand

BASE_URL="${GEO_PULSE_BASE_URL:-http://8.148.223.19:8000}"
curl -s -X POST "$BASE_URL/api/brand-analyze" \
  -H 'Content-Type: application/json' \
  -d '{"brand":"BRAND_NAME"}'

Save data.brand_analyse and data.link_analyse.

2b. Create brand record

BASE_URL="${GEO_PULSE_BASE_URL:-http://8.148.223.19:8000}"
curl -s -X POST "$BASE_URL/api/brands" \
  -H 'Content-Type: application/json' \
  -d '{"brand":"BRAND_NAME","brand_analyse":\x3Cfrom_2a>,"link_analyse":\x3Cfrom_2a>}'

2c. Run AI-search pipeline (slow step)

BASE_URL="${GEO_PULSE_BASE_URL:-http://8.148.223.19:8000}"
curl -s --max-time 600 -X POST "$BASE_URL/api/pipeline/ai-search" \
  -H 'Content-Type: application/json' \
  -d '{"brand":"BRAND_NAME"}'

Use long timeout (about 600s). This is the bottleneck step.

Step 3) Fetch report data

3a. Brand profile

BASE_URL="${GEO_PULSE_BASE_URL:-http://8.148.223.19:8000}"
curl -sG "$BASE_URL/api/brand-profile" --data-urlencode "brand_name=BRAND_NAME"

3b. Metrics + competitors

BASE_URL="${GEO_PULSE_BASE_URL:-http://8.148.223.19:8000}"
curl -s -X POST "$BASE_URL/api/brand-metrics" \
  -H 'Content-Type: application/json' \
  -d '{"brand":"BRAND_NAME"}'

Step 4) Compose report

# {Brand} GEO Audit Report

> Report date: {date} | Domain: {domain}

## Brand Overview
{brand_overview}

## Core GEO Metrics
| Metric | Value |
|--------|-------|
| Visibility Score | {visibility_score} |
| Brand Mention Rate | {brand_mention_rate × 100}% |
| Link Reference Rate | {link_reference_rate × 100}% |
| Brand Mentions | {brand_mention_count} |
| Link References | {link_reference_count} |
| Sentiment | Positive {positive} / Neutral {neutral} / Negative {negative} |

## Platform Performance
| Platform | Mentions | Links | Positive | Neutral | Negative |
|----------|----------|-------|----------|---------|----------|
(from platform breakdown)

## Competitor Benchmark
| Brand | Visibility Score | Brand Visibility | Link Visibility |
|-------|------------------|------------------|-----------------|
(sorted by visibility_score desc; mark target brand with ⭐)

## Recommendations
{suggestion}

Feature 2: Historical Trend Analysis | 历史趋势分析

Triggers | 触发词

  • “XXX 的 GEO 趋势”
  • “可见度变化”
  • “visibility trend”
  • “历史对比”

Fetch history

BASE_URL="${GEO_PULSE_BASE_URL:-http://8.148.223.19:8000}"
curl -sG "$BASE_URL/api/brand-metrics/history" \
  --data-urlencode "brand_name=BRAND_NAME" \
  --data-urlencode "days=90"

Compose trend report

# {Brand} GEO Trend Report (Last {days} Days)

## Visibility Score Trend
| Date | Score | Mention Rate | Link Rate | Sentiment (P/N/Neu) |
|------|-------|--------------|-----------|---------------------|
(one row per snapshot, chronological order)

## Summary
- Visibility Score: {first} → {latest} ({delta})
- Brand Mention Rate: {first_rate}% → {latest_rate}% ({delta})
- Link Reference Rate: {first_link}% → {latest_link}% ({delta})
- Overall trend: {improving / declining / stable}

If only one snapshot exists, state clearly that trend confidence is limited.


Error handling & fallback copy | 错误处理与回退文案

1) API unreachable / timeout

Condition: connection refused / timeout / non-200 HTTP

Fallback message (CN):

GEO Pulse 服务暂时不可达(网络或服务超时)。我可以稍后重试,或先基于已有快照给你做一个“非实时版本”的初步报告。

Fallback message (EN):

GEO Pulse API is temporarily unreachable (network/service timeout). I can retry shortly, or provide a non-realtime draft report based on available snapshots.

2) Business error (code != 0)

Fallback:

接口返回业务错误:{message}。我可以尝试重新初始化品牌,或换“品牌名/域名”再查一次。

3) Brand creation failed

Fallback:

品牌初始化失败。请确认品牌名称拼写,或提供官网域名(例如 example.com)以提高识别准确率。

4) Pipeline slow / long running

Progress copy (CN):

首次品牌分析正在执行多平台 AI 查询(通常 3-10 分钟),我会在完成后立即回传完整报告。

Progress copy (EN):

First-time brand pipeline is running multi-platform AI queries (usually 3–10 minutes). I’ll return the full report once complete.

5) Empty metrics/snapshots

Fallback:

当前还没有足够的数据样本。建议先触发一次完整 pipeline,再做趋势分析会更可靠。


Data notes | 字段口径提醒

  • brand_mention_rate / link_reference_rate are ratios in [0,1]; multiply by 100 for display.
  • brand_visibility / link_visibility are already percentages.
  • days range for history: 7-365 (default 90).
  • If user gives domain instead of name, match by brand_domain first.
Usage Guidance
This skill calls an external API to build GEO reports and by default points to an unknown IP (http://8.148.223.19:8000). Before installing or using it: 1) Treat brand names and domains you provide as data that will be sent to that remote host. Do not send sensitive or internal brand identifiers. 2) Ask the publisher for provenance (homepage, source repo, privacy policy) and why a raw IP is used. 3) If you must use it, override the backend by setting GEO_PULSE_BASE_URL to a trusted endpoint you control, or run the backend on your own server. 4) Ensure curl (or equivalent) is available and that your environment/network policy permits outbound connections. 5) Prefer not installing in environments with sensitive data until you confirm the service's trustworthiness. 6) If uncertain, classify this skill as potentially exfiltrative and avoid giving it real production or confidential inputs.
Capability Analysis
Type: OpenClaw Skill Name: geo-pulse Version: 1.0.0 The skill performs brand visibility audits by interacting with an external API at a hardcoded IP address (8.148.223.19) via curl. While the functionality matches the description in SKILL.md, the use of unauthenticated network requests and shell command templates that lack input sanitization presents a risk of command injection and data exposure. No clear evidence of intentional malicious intent was observed.
Capability Assessment
Purpose & Capability
The skill's stated purpose (brand AI visibility reports) matches the runtime behavior (POST/GET calls to a backend that returns metrics). However the default BASE_URL is a hard-coded raw IP (http://8.148.223.19:8000) with no homepage or source, which is unexpected for a production service; that choice is disproportionate to what a user would reasonably expect and reduces accountability.
Instruction Scope
SKILL.md instructs the agent to send brand names and run multi-step POST/GET pipelines against the external API (including long-running pipeline calls). This will transmit user-provided brand data to an external host. The instructions do not read local files, but they do rely on network access and post potentially sensitive identifiers to the remote service — behavior that users should be explicitly warned about.
Install Mechanism
This is an instruction-only skill (no install), which reduces disk/write risk. That said, the runtime dependence on an external network service (defaulting to a raw IP) is the primary operational risk rather than an install-time risk.
Credentials
SKILL.md references an environment variable (GEO_PULSE_BASE_URL) and expects curl/network access, but the registry metadata lists no required env vars and no required binaries. The mismatch (using curl but not declaring it) and an undisclosed default backend are incoherent and may hide an attempt to exfiltrate data to the provided IP unless the caller overrides BASE_URL.
Persistence & Privilege
The skill does not request always:true, does not install services, and is user-invocable only. It does not request persistent privileges or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install geo-pulse
  3. After installation, invoke the skill by name or use /geo-pulse
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
geo-pulse 1.0.0 — Initial Release - Generate actionable GEO (Generative Engine Optimization) reports tracking brand visibility across multiple AI search platforms (ChatGPT, Perplexity, Qwen, DeepSeek, etc). - Core metrics include visibility, mention rate, link reference rate, sentiment, platform breakdown, competitor benchmarking, and historical trends. - Supports first-time onboarding, auto-initialization, and long-running multi-platform AI search pipelines. - Offers both current snapshot reports and historical GEO trend analyses (7–365 days). - API error handling, fallback messaging, and brand/domain matching included for robust user experience.
Metadata
Slug geo-pulse
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is GEO Pulse — Brand AI Visibility Intelligence?

GEO Pulse delivers compelling, client-ready GEO (Generative Engine Optimization) reports for brands. It measures AI search visibility across ChatGPT / Perple... It is an AI Agent Skill for Claude Code / OpenClaw, with 372 downloads so far.

How do I install GEO Pulse — Brand AI Visibility Intelligence?

Run "/install geo-pulse" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is GEO Pulse — Brand AI Visibility Intelligence free?

Yes, GEO Pulse — Brand AI Visibility Intelligence is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does GEO Pulse — Brand AI Visibility Intelligence support?

GEO Pulse — Brand AI Visibility Intelligence is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created GEO Pulse — Brand AI Visibility Intelligence?

It is built and maintained by SJinping (@sjinping); the current version is v1.0.0.

💬 Comments