mcpbeat Sign in

Serp Analysis Agent Skill

Analyze Google search results, SERP features, and organic rankings through SandBase DataForSEO. Use when asked for SERP analysis, Google ranking research, search feature identification, or organic visibility assessment.

643 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
104
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/sandbaseai/sandbase-skills --skill serp-analysis

What comes with it

634 bytes besides the instruction
references/sandbase-api-map.md

The instruction itself

8 sections, as written by the author

SERP Analysis

Google Search Engine Results Page analysis through SandBase. Inspect live organic rankings, identify SERP features, discover related searches, and analyze autocomplete suggestions. Read the API map before selecting a capability.

Call SandBase capabilities

For every selected tool, call sandbase_describe_tool first and use only arguments in its current input schema. Then call sandbase_call_tool with the exact tool_name.

Operating principles

  • SERP data is a snapshot — rankings change. Note the observation timestamp.
  • Distinguish organic results from paid, featured snippets, and other SERP features.
  • Specify country, language, and device for accurate results.
  • Use related searches and autocomplete for query expansion research.

Workflow

1. Inspect organic SERP

Use dataforseo_v3_serp_google_organic_live_advanced to get live organic results for a query.

Use dataforseo_v3_serp_google_related_searches_live_advanced to find related searches.

Use dataforseo_v3_serp_google_autocomplete_live_advanced for autocomplete suggestions.

Output

Return: top organic results (title, URL, position, SERP features), featured snippets, People Also Ask, related searches, and competitive analysis.

Example tasks

  • "What's ranking on page 1 of Google for [keyword] in the US?"
  • "What SERP features appear for [keyword]? (featured snippet, videos, images, PAA)"
  • "Find Google autocomplete suggestions for [seed keyword]."
  • "What related searches does Google show for [query]?"
  • "Compare the SERP for [keyword A] vs [keyword B] — who ranks for both?"

How to use it

Copy the folder

Take sandbaseai/serp-analysis from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.