mcpbeat Sign in

SEO Ops Agent Skill

Structural checklist and checker script for SEO foundation engineering. Use when reviewing or accepting a site/page for SEO/GEO structural compliance (robots, sitemap, canonical, 301 canonicalization, JSON-LD, OG, hreflang, CWV, AI crawler access, rendering strategy), when running the machine checks to produce a report, or when judging whether a frontend change will affect indexing and citation. Also for answering "what exactly does this check require" and "why does it exist".

270 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
113
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/tigerless-labs/seo-ops --skill seo-ops

The instruction itself

1 sections, as written by the author

seo-ops (plugin adapter)

This file exists only because plugin skill discovery requires the skills/<name>/SKILL.md

layout. The canonical skill is the repo root, two directories up.

  • Read ../../SKILL.md (resolve relative to this file) and follow it exactly.
  • Resolve every relative path it mentions against the plugin root (two directories

above this file): scripts/run.py means ../../scripts/run.py, references/...

means ../../references/....

How to use it

Copy the folder

Take tigerless-labs/seo-ops-seo-ops 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.