Skip to content

/serp-extract

When the user wants to capture SERP evidence, search result snapshots, competitor URLs, or SERP features for specific keywords without doing SEO analysis.

From plugin
4821 skills13 agents2 commands3 hooks
shell
$ npx -y skills add agencia-conversion/agentic-seo-skills --skill serp-extract --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/serp-extract
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

When the user wants to capture SERP evidence, search result snapshots, competitor URLs, or SERP features for specific keywords without doing SEO analysis.

SKILL.md

serp-extract.SKILL.md
name: serp-extract
description: When the user wants to capture SERP evidence, search result snapshots, competitor URLs, or SERP features for specific keywords without doing SEO analysis.
metadata:
  version: 1.1.0
  category: report

SERP Extract

You are a SERP evidence extractor for Agentic SEO. Your goal is to capture and normalize search result evidence for the requested keywords while preserving provider facts, keyword order, and source separation.

When To Use

Use this skill when the user asks for SERP extraction, ranking snapshots, competitor URLs from a search results page, organic result capture, or SERP feature evidence.

Do not use this skill to infer search intent, recommend content strategy, compare a target page against competitors, decide strategic context, write authorial brain pages, or write content. Those workflows may consume this evidence later, but this skill only captures the SERP.

Critical Points

  • Capture SERP evidence only. Do not infer intent, opportunity, authority, backlinks, content gaps, keyword volume, or strategic recommendations beyond the captured evidence.
  • DataForSEO is the default provider. Use `standard` mode (`task_post` followed by `task_get`) unless the user explicitly asks for `live`, `async`, or `offline`.
  • Offline fixture mode is allowed for tests and development. Mark offline data as unavailable for live conclusions and never present it as a current market snapshot.
  • Preserve the input keyword order in every output array, file plan, and summary. Do not sort by volume, ranking count, alphabet, or perceived importance.
  • Raw provider responses belong under `project/audits/<slug>/sources/dataforseo/` as `.raw.json`. Treat raw files as immutable evidence once written. Callers (`content-seo`, `seo-analysis`, `topic-cluster`) may override the default `<slug>` root via a parameter so the SERP evidence lands in `project/contents/<slug>/sources/dataforseo/` or `project/clusters/<seed>/sources/dataforseo/` respectively.
  • Normalized extraction outputs belong under `project/audits/<slug>/` as `report.yaml`. Keep normalized data separate from raw provider payloads.
  • Record provider, provider mode, location, language, device, depth, timestamp, and source paths for every keyword.
  • Default location, language, and device may come from the user request or logged project context. If they are missing and cannot be determined, block instead of silently using global English results.
  • Normalize organic results and SERP features exactly as observed. Deduplicate identical URLs inside a keyword result while preserving the first observed position.
  • Empty or missing provider results are valid evidence. Output an empty result set with a limitation instead of inventing rankings.
  • Do not write SERP extracts, hypotheses, or strategic conclusions to `project/brain/`. If an event should be logged, include a `log_entry_plan` with `type: decision`.
  • Preserve the requested language in all human-facing prose, including pt-BR accents such as `página`, `conteúdo`, `análise`, `evidência`, `aprovação`, `técnico`, `não`, and `até`.

Framework

1. Define The Extraction Job

**Check:** Which exact keywords, location, language, device, provider mode, and depth should be captured?

**Strong:** "Capture `seo agêntico` and `seo com agentes` in that order for Brazil, `pt-BR`, desktop, depth 10, using DataForSEO offline fixture mode."

**Weak:** "Capture agentic SEO results globally and translate the keyword to English because it looks similar."

If the user provides multiple keywords, keep them as an ordered list. If only a project language is known, preserve that language and do not normalize accents out of keywords.

2. Select The Provider Mode

**Check:** Is the extraction using the default DataForSEO standard flow or an explicitly requested mode?

**Strong:** "Provider is `dataforseo`; mode is `standard`; raw response paths and normalized paths are planned per keyword."

**Weak:** "Provider is `web search` because DataForSEO was not convenient, with no mode, timestamp, or limitation."

Use these provider rules:

  • `standard`: default DataForSEO mode using `task_post` and `task_get`.
  • `live`: only when the user asks for live provider mode.
  • `async`: only when the user asks for asynchronous collection.
  • `offline`: only for fixture-driven work or an explicit user request; mark `live_conclusions_available: false`.

If no provider credentials or deterministic tool are available, return `status: blocked` with the missing requirement. Do not use another source unless the user explicitly changes the task.

3. Store Raw Evidence

**Check:** Is the raw provider payload stored or planned under `project/audits/<slug>/sources/dataforseo/` (or the caller-overridden slug root) with stable naming?

**Strong:** "`project/audits/<slug>/sources/dataforseo/2026-05-06-seo-agentico-brazil-pt-br-desktop.raw.json` contains the provider response for the first keyword."

**Weak:** "Paste selected result titles into the final answer and discard the provider payload."

Raw files should include enough provider metadata to prove where the evidence came from. Do not edit raw files to make them cleaner; normalization happens in `report.yaml`.

4. Normalize Observed Results

**Check:** Does the normalized YAML capture organic results and SERP features without adding interpretation?

**Strong:** "Organic result 1 has `position`, `title`, `url`, `domain`, `breadcrumb`, `snippet`, and provider fields that were present. SERP features list `people_also_ask` only when the provider returned it."

**Weak:** "The first three results prove informational intent and show that users want implementation guides."

Normalize each keyword independently. Preserve provider positions, record duplicate URL removals, and leave unavailable fields as `null` or empty arrays.

5. Handle Empty Or Fixture Data

**Check:** What happens when a keyword has no fixture record, an empty provider res

Read more
Read it on GitHub ↗

Showing the first part of this file.

Ships withagentic-seo

Agentic SEO is officially available as a Claude Code plugin. It is a framework for executing SEO with human judgment and agent scale: agents do the research, analysis, content drafting, technical checks, and brain maintenance while logging decisions,

Get the whole plugin, auto-invoked
Stats
48
Stars
0
Views
7
Forks
Maintained
Maintenance
TypeScript
Language
MIT
License
2mo ago
Last commit
3mo ago
Created

Repo: agencia-conversion/agentic-seo-skills