Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计提醒

project-aeo-monitoring-tools项目 AEO 监控工具

Agent Skill

project-aeo-monitoring-tools 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

894

周安装

38

GitHub Stars

60

下载量

313
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:project-aeo-monitoring-tools(项目 AEO 监控工具)
来源仓库:https://github.com/vasilyu1983/ai-agents-public
仓库路径:skills/project-aeo-monitoring-tools
安装命令:
npx skills add https://github.com/vasilyu1983/ai-agents-public --skill project-aeo-monitoring-tools
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/vasilyu1983/ai-agents-public --skill project-aeo-monitoring-tools

简介

用于查找、检索和筛选相关信息,适合根据关键词快速定位候选结果。

  • 可结合任务场景或来源线索进行信息聚合,辅助决策与调研。
  • 需确认权限范围与维护状态,避免触发不必要的联网或文件操作。
  • 安装命令:npx skills add https://github.com/vasilyu1983/ai-agents-public --skill project-aeo-monitoring-tools
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

AEO Monitoring Tools

Build custom infrastructure for monitoring AI search engine visibility and competitive citation analysis.

Audience: Engineers building custom AEO monitoring systems

For AEO strategy and content optimization: Use marketing-ai-search-optimization instead. For traditional SEO: Use marketing-seo-complete instead.

When to Use This Skill

  • Building custom AEO monitoring infrastructure (API pipelines, citation databases, dashboards)
  • Evaluating build vs. buy decisions for AI search tracking
  • Understanding API vs. scraping trade-offs per platform
  • Designing data pipelines for citation analysis
  • Estimating costs for multi-platform monitoring

When NOT to Use

Verify Before Committing

AEO tools evolve rapidly (acquisitions, pricing changes, new entrants). Before committing to any tool or API, verify current status via web search:

  • "[tool name] pricing [current year]"
  • "[platform] API rate limits [current year]"
  • "AEO monitoring tools comparison [current year]"

Decision Framework: Build vs. Buy

Before building custom tools, evaluate whether commercial solutions fit your needs.

FactorUse Commercial ToolsBuild Custom
Budget<$500/mo>$2,000/mo in tool costs OR need custom queries
Query volume<500 queries/week>2,000 queries/week
Platform coverageStandard 5-6 enginesNeed niche engines or custom prompts
Integration needsStandard exports (CSV, API)Deep CRM/analytics integration
Engineering capacityNo dedicated engineer1+ FTE available
CustomizationStandard metrics sufficientCustom scoring, proprietary analysis

Commercial tools to evaluate first:

AEO-Native Tools:

ToolPriceStrengths
Profound$499/moFull AEO tracking, competitor analysis
Goodie AI$495+/moGEO-first (ChatGPT, Gemini, Perplexity, Claude, Copilot, DeepSeek)
Otterly.AIContactMulti-platform monitoring (ChatGPT, Perplexity, Gemini, AI Overviews)
AIclicks.ioVariesAll-in-one ChatGPT monitoring + optimization advice
LLMrefsFreeBasic citation tracking
OmniSEOFreeFree comprehensive AI tracking

Incumbents Adding AEO Features:

ToolPriceStrengths
Semrush AI Toolkit$188+/moEnterprise + full SEO suite integration
Ahrefs Brand RadarVariesReal-time brand monitoring across AI platforms
SE Ranking AI VisibilityVariesCombined AI + classic SEO tracking
AuthoritasEnterpriseComplex custom prompt analysis
BrightEdgeEnterpriseEnterprise SEO + AI visibility

See docs/context.md in the reference implementation for 24+ competitors with funding data.

Platform Access Overview

Each AI platform requires different access approaches.

PlatformRecommended ApproachAPI AvailableMonthly CostCitation Support
PerplexitySonar APIYes (citations native)$15-30Native
GeminiFree API tierYes (1,500/day free)$0Extract from response
ClaudeClaude APIYes$75-150Extract from response
ChatGPT / OpenAIOfficial API (use web search tools if available) OR commercial vendorYes (varies)$60-500+Varies (official tools or vendor)
Google AI OverviewsCommercial tools onlyNo (typically)N/ACommercial tools only
Microsoft CopilotCommercial tools onlyLimitedN/ACommercial tools only
DeepSeekDeepSeek APIYes$5-50Extract from response
GrokX API (limited)LimitedVariesExtract from response
Note: DeepSeek and Grok are listed for completeness. The reference implementation currently supports Perplexity, Gemini, Claude, and OpenAI. DeepSeek and Grok collectors are not yet implemented.

Key insight: Perplexity Sonar API is the most AEO-friendly - it returns citations natively in the response.

See: references/platform-access-methods.md

Architecture Tiers

Tier 1: API-First (Recommended)

Use official APIs where available. Lowest risk, most maintainable.

Query Bank -> API Orchestrator -> Response Store -> Analysis Layer
   (30-100 quick start;     (rate limiting,    (PostgreSQL/    (citation extraction,
    queries)     retry logic)       BigQuery)       brand detection)

Platforms covered: Perplexity, Gemini, Claude, OpenAI (baseline; use official web-search tooling if available) Cost: $15-300/mo depending on volume Risk: Low

Tier 2: Hybrid (API + Commercial Scraping)

Add commercial scraping services for platforms without good APIs.

Additional coverage: ChatGPT web interface, Google AI Overviews Cost: $500-1,500/mo (adds commercial scraper fees) Risk: Medium (dependent on scraper provider)

Tier 3: Full Custom Scraping (Not Recommended)

DIY web scraping of AI platforms.

Why to avoid:

  • High ToS violation risk
  • Aggressive bot detection (especially Google, ChatGPT)
  • Maintenance burden (UI changes break scrapers)
  • Potential legal liability

See: assets/technical/architecture-diagrams.md

Risk Assessment Matrix

ApproachToS RiskLegal RiskDetection RiskRecommendation
Official APIsNoneNoneNoneRECOMMENDED
Commercial scraping servicesTransferred to providerProvider's liabilityLowAcceptable with due diligence
DIY web scrapingHighMedium-HighHighNOT RECOMMENDED
Violating robots.txtVery HighHighVery HighNEVER

Legal developments to monitor:

  • Publisher lawsuits and data sourcing disputes (example: Reddit v. Perplexity AI (2024))
  • Platform ToS enforcement and liquidated damages policies (example: X ToS changes)
  • Rising use of crawler blocks and WAF rules (GPTBot, ClaudeBot, etc.)

See: references/legal-compliance.md

Cost Estimation

TierComponentsMonthly Cost
MinimalGemini free + Perplexity Sonar + Supabase$15-50
StandardMulti-platform APIs + PostgreSQL$150-300
ComprehensiveAPIs + commercial scraping + analytics$500-1,500
EnterpriseFull coverage + dedicated infrastructure$2,000+

See: references/cost-estimation.md

Implementation Timeline

WeekFocusDeliverables
1FoundationQuery bank (30-100 quick start, scale to 250-500), API accounts, database schema
2Core pipelineAPI orchestrator, response storage, citation extraction
3AnalysisBrand detection, competitor tracking, Share of Model calc
4ReportingDashboard, alerts, maintenance procedures
5-6Advanced featuresBot analytics, page health scoring, IndexNow integration, .well-known/ file access tracking
7-8Intelligence layerCitation graph analysis, persona visibility, content optimization engine

See: assets/setup/minimal-setup-guide.md

What to Load (Progressive Disclosure)

Load additional references based on your needs:

ReferenceWhen to Load
references/platform-access-methods.mdAPI setup, rate limits, authentication per platform
references/legal-compliance.mdToS analysis, compliance checklist, disclaimer language
references/cost-estimation.mdDetailed pricing breakdown, ROI calculation
assets/technical/architecture-diagrams.mdSystem architecture, data flow diagrams
assets/technical/code-templates.mdPython orchestrator, SQL schema, extraction functions
assets/technical/typescript-patterns.mdTypeScript-specific patterns for the reference implementation
assets/setup/minimal-setup-guide.mdStep-by-step 4-week implementation guide

Quick Validation (First API Call)

Test Perplexity Sonar to confirm citations work:

curl -X POST "https://api.perplexity.ai/chat/completions" \
  -H "Authorization: Bearer $PERPLEXITY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "sonar",
    "messages": [{"role": "user", "content": "What is [YOUR_BRAND]?"}]
  }'

Expected: JSON response with citations array containing source URLs. If your brand appears with citations, monitoring is viable for that platform.

Quick Start Checklist

[ ] Define query bank (30-100 for quick start; 250-500 for advanced)
[ ] Choose platforms to monitor (prioritize by ICP usage)
[ ] Evaluate build vs. buy decision
[ ] If building: Set up API accounts (Perplexity, Gemini, Claude/OpenAI)
[ ] Run quick validation call above to confirm API access
[ ] Create database schema (PostgreSQL recommended)
[ ] Build API orchestrator with rate limiting
[ ] Implement citation extraction
[ ] Set up scheduled runs (daily/weekly)
[ ] Create Share of Model dashboard
[ ] Document maintenance procedures
[ ] (Optional) Monitor access to discovery files (/llms.txt, /.well-known/*.json)

Key Metrics

Primary metric: Share of Model (SoM)

SoM = (Your brand mentions / Total responses) * 100

Track SoM:

  • Per platform (ChatGPT, Perplexity, Gemini, Claude)
  • Per query intent (informational, commercial, transactional)
  • Over time (weekly/monthly trends)
  • vs. competitors

Secondary metrics:

  • Brand mention rate (% of responses where your brand is named in answer text — 3.2x more frequent than citations per BrightEdge)
  • Citation rate (% of responses with your URL)
  • Position in citations (1st, 2nd, 3rd mention)
  • Third-party vs owned citation ratio (what % of citations come from G2, Reddit, YouTube vs your site)
  • Sentiment of brand mentions
  • Query coverage (% of target queries where you appear)

Advanced metrics (reference implementation features):

  • Bot ingestion rate (% of pages crawled by AI bots from server logs)
  • Page health score (composite: freshness + structure + citation-readiness)
  • Citation network depth (how many hops from your cited page to the AI response)
  • AI referral tracking (traffic from known AI assistant domains)
  • Persona visibility (brand appearance segmented by user demographic/persona)
  • Content optimization score (gap between current content and ideal citation-ready structure)

Advanced Features (Beyond Basic Monitoring)

The reference implementation extends basic monitoring with these advanced capabilities:

Bot Analytics and Crawler Intelligence

Track which AI crawlers access your content and how they process it.

  • Server log analysis for GPTBot, ClaudeBot, PerplexityBot, GoogleOther
  • Crawl frequency and depth patterns per bot
  • Content type preferences (which pages bots visit most)
  • Ingestion-to-citation correlation (does being crawled lead to being cited?)
  • Discovery file access tracking: monitor requests to /llms.txt, /.well-known/llmprofiles.json, /.well-known/mcp.json, /.well-known/agents.json to measure AI agent adoption of emerging standards

Citation Network Analysis

Map how citations flow between your content and AI responses.

  • Citation graph: track which of your pages are cited, by which platforms, for which queries
  • Citation co-occurrence: which competitor pages appear alongside yours
  • Citation depth: direct citation vs. derived/summarized mentions
  • Temporal patterns: how citation freshness decays over time
  • Third-party citation tracking: monitor when third-party sources (G2, Reddit, YouTube, listicles) cite your brand in AI responses vs. your owned pages. See marketing-ai-search-optimization for the earned AEO strategy that feeds this data

Content Optimization Engine

Automated recommendations for improving citation probability.

  • Gap analysis: compare your content structure against top-cited pages
  • Recommendation engine: specific suggestions (add TL;DR, add comparison table, cite primary sources)
  • A/B tracking: measure citation rate changes after content updates
  • Priority scoring: which pages have highest citation improvement potential

Personas and Demographics

Understand how different user segments discover your brand through AI.

  • Persona-based query segmentation (technical buyer, executive, end user)
  • Platform preference by persona (developers prefer Perplexity, executives prefer ChatGPT)
  • Visibility gaps by segment: where you're strong vs. weak per persona
  • Brand hub: centralized brand identity data for consistent AI representation

Related Skills

SkillPurpose
marketing-ai-search-optimizationAEO strategy, content optimization, measurement methodology, .well-known/ AI discovery files, earned AEO (third-party citations), multimodal optimization, Google UCP
marketing-seo-completeTraditional SEO (crawlability, indexation, CWV, structured data, link building)
marketing-content-strategyContent planning and editorial strategy
marketing-product-analyticsProduct analytics and measurement frameworks
software-frontendSSR implementation for crawler access
qa-observabilityMonitoring and alerting setup

Disclaimer

This guidance is for educational purposes. Users must:

  • Conduct their own legal review
  • Ensure compliance with applicable terms of service
  • Respect robots.txt directives
  • Follow laws and regulations in their jurisdiction

Building monitoring tools that violate platform ToS may result in account termination, legal action, or both.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

26.9%
按下载量换算84

Cursor

21.09%
按下载量换算66

Antigravity

16.93%
按下载量换算53

Gemini CLI

13.37%
按下载量换算42

Codex

7.12%
按下载量换算22

trae

3.59%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills