Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

serp-tracker搜索引擎优化跟踪器

Agent Skill

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

总安装

624

周安装

25

GitHub Stars

67

下载量

202
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:serp-tracker(搜索引擎优化跟踪器)
来源仓库:https://github.com/indranilbanerjee/digital-marketing-pro
仓库路径:skills/serp-tracker
安装命令:
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill serp-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill serp-tracker

简介

用于查找、检索和筛选相关信息。

  • 适合在需要根据关键词、任务场景或来源线索快速定位候选结果时使用。
  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 注意该技能属于研究检索类别,适用于 Codex、Claude、Cursor、Gemini CLI。

SKILL.md

/dm:serp-tracker

Purpose

Track SERP feature presence and changes for target queries. Monitor which SERP features appear for each keyword — AI Overviews, People Also Ask, Featured Snippets, Knowledge Panels, Local Pack, Image Pack, Video Carousel, Shopping — whether the brand owns any of these features, and how features change over time. This command provides strategic visibility into the evolving search landscape beyond traditional blue-link rankings, helping brands identify feature opportunities, defend owned features, and adapt content strategy to Google's increasingly feature-rich results pages.

Input Required

The user must provide (or will be prompted for):

  • Target queries: A list of search queries to track SERP features for — can be provided directly, imported from a CSV or Google Sheet, or pulled from the brand's existing keyword list at ~/.claude-marketing/brands/{slug}/seo/keywords.json. Queries should represent a mix of head terms, long-tail terms, and question-based queries for comprehensive feature coverage
  • SERP features to track: Which features to monitor — default is all. Can be narrowed to specific features: ai-overview, featured-snippet, people-also-ask, knowledge-panel, local-pack, image-pack, video-carousel, shopping, sitelinks, top-stories, twitter-carousel, recipes, jobs. Narrowing reduces noise when only specific features matter for the brand's strategy
  • Monitoring frequency: daily or weekly — daily for competitive or volatile queries where features change frequently, weekly for stable long-tail queries. Determines snapshot frequency and trend granularity
  • Competitive domains (optional): Domains to track for feature ownership — see which competitors own featured snippets, appear in AI Overviews, or dominate image and video carousels. Up to 10 competitor domains for head-to-head SERP feature comparison

Process

  1. Load brand context: Read ~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Apply brand voice, compliance rules for target markets (skills/context-engine/compliance-rules.md), and industry context. Also check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load restrictions. Check for agency SOPs at ~/.claude-marketing/sops/. If no brand exists, ask: "Set up a brand first (/dm:brand-setup)?" — or proceed with defaults.
  2. Query current SERP feature landscape: For each target query, retrieve the current SERP layout via Moz and Google Search Console MCPs. Record every SERP feature present on the results page — feature type, position on page (above or below organic results), the domain that owns the feature (if applicable), and the content displayed within the feature (snippet text, PAA questions, AI Overview summary, local businesses listed, images shown).
  3. Record feature presence per query: Build a feature presence matrix — rows are target queries, columns are SERP feature types. Each cell contains: feature present (yes/no), owning domain (brand, specific competitor, or other), position on SERP, and content summary. Store this snapshot at ~/.claude-marketing/brands/{slug}/seo/serp-features-{date}.json and update the cumulative tracker at ~/.claude-marketing/brands/{slug}/seo/serp-feature-history.json.
  4. Compare to previous snapshot: Detect changes since the last recorded snapshot — new features appearing for a query (e.g., AI Overview added where there was none before), features disappearing (e.g., featured snippet removed), ownership changes (e.g., competitor took over a featured snippet the brand previously held), content changes within features (e.g., AI Overview now cites a different source), and position changes (e.g., PAA moved above organic results).
  5. Analyze AI Overview presence specifically: For each target query, assess AI Overview status — is an AI Overview present, is the brand cited as a source, which competitors are cited, what content is being surfaced in the overview, and how has this changed since the last check. AI Overviews represent a significant shift in search visibility, so this analysis is tracked separately with higher priority alerting.
  6. Generate feature opportunity analysis: Based on current rankings, content quality, and SERP feature patterns, identify which unowned features the brand could realistically target. Rank opportunities by achievability (how close is the brand to winning the feature based on current position and content format) multiplied by traffic impact (estimated click-through impact of owning the feature based on query volume and feature prominence). Include specific content recommendations for each opportunity — FAQ schema for PAA, structured content for featured snippets, video content for video carousels, local optimization for local pack.

Output

A structured SERP feature report containing:

  • SERP feature matrix: Query-by-feature grid showing which features appear for each target query, who owns them (brand, competitor name, or other), and position on the results page — providing a complete landscape view of feature presence across the tracked query set
  • Change report: New features appeared, features disappeared, and ownership changes since the last snapshot — sorted by impact, with the most significant changes (lost features, competitor gains, new AI Overviews) highlighted first
  • AI Overview tracker: Dedicated section for AI Overview analysis — citation status across all tracked queries, which sources Google is citing, whether the brand is included or excluded, changes since last check, and content optimization recommendations for AI Overview inclusion
  • Feature opportunity list: Ranked list of unowned SERP features the brand could target — scored by achievability multiplied by traffic impact, with specific content and technical recommendations for each opportunity (schema markup needed, content format changes, structured data additions)
  • Competitive SERP feature comparison: Side-by-side feature ownership across tracked competitor domains — who dominates featured snippets, who appears most in AI Overviews, who owns the most PAA inclusions, and competitive trend direction over time

Agents Used

  • seo-specialist — SERP feature analysis and classification, feature ownership attribution to brand and competitor domains, AI Overview citation analysis and optimization strategy, feature opportunity scoring based on current rankings and content format alignment, and content recommendations for targeting specific SERP features (FAQ schema, structured snippets, video optimization, local SEO signals)
  • performance-monitor-agent — SERP feature change detection with snapshot comparison, trend tracking across monitoring periods with directional analysis, alert generation for significant feature changes (lost ownership, new AI Overviews, competitor gains), and historical feature presence tracking with cumulative data management

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.49%
按下载量换算78

Claude

30.78%
按下载量换算62

Cursor

17.9%
按下载量换算36

Gemini CLI

9.05%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills