skills$openclaw/seo-competitor-analysis
qqyule1.4k

by qqyule

seo-competitor-analysis – OpenClaw Skill

seo-competitor-analysis is an OpenClaw Skills integration for coding workflows. Perform deep SEO competitor analysis, including keyword research, backlink checking, and content strategy mapping. Use when the user wants to analyze a website's competitors or improve their own SEO ranking by studying the competition.

1.4k stars9.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameseo-competitor-analysis
descriptionPerform deep SEO competitor analysis, including keyword research, backlink checking, and content strategy mapping. Use when the user wants to analyze a website's competitors or improve their own SEO ranking by studying the competition. OpenClaw Skills integration.
ownerqqyule
repositoryqqyule/seo-competitor-analysis
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @qqyule/seo-competitor-analysis
last updatedFeb 7, 2026

Maintainer

qqyule

qqyule

Maintains seo-competitor-analysis in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
references
report_template.md
582 B
_meta.json
317 B
SKILL.md
1.4 KB
SKILL.md

name: seo-competitor-analysis description: Perform deep SEO competitor analysis, including keyword research, backlink checking, and content strategy mapping. Use when the user wants to analyze a website's competitors or improve their own SEO ranking by studying the competition.

SEO Competitor Analysis Skill

This skill automates the process of identifying and analyzing SEO competitors to inform content and ranking strategies.

Workflow

  1. Identify Competitors: If not provided, search for the target domain and identify top-ranking sites for similar keywords.
  2. Analyze Keywords: Use web_search to find ranking keywords and search volume (if available via snippets).
  3. Content Gap Analysis: Compare the user's content with competitors to identify missing topics.
  4. Report Generation: Summarize findings into a structured report.

Tools to Use

  • web_search: To find competitors and their ranking content.
  • web_fetch: To extract content from competitor pages for deep analysis.
  • browser: For complex pages that require JavaScript or manual navigation patterns.

Scripts

  • scripts/competitor_finder.py: (Optional) Logic to automate the discovery of competitors using search APIs.

References

  • references/seo_metrics_guide.md: Definition of SEO terms and how to interpret them.
  • references/report_template.md: A standard structure for the final SEO analysis report.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install seo-competitor-analysis?

Run openclaw add @qqyule/seo-competitor-analysis in your terminal. This installs seo-competitor-analysis into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/qqyule/seo-competitor-analysis. Review commits and README documentation before installing.