seo-competitor-analysis
✓Verified·Scanned 2/18/2026
Provides SEO competitor analysis and report generation using web_search, web_fetch, and browser to discover and fetch competitor pages. Uses external network access for web crawling; no instructions to read secrets, execute shell commands, or exfiltrate secrets are present.
from clawhub.ai·vd7bc973·2.0 KB·0 installs
Scanned from 1.0.0 at d7bc973 · Transparency log ↗
$ vett add clawhub.ai/qqyule/seo-competitor-analysis
SEO Competitor Analysis Skill
This skill automates the process of identifying and analyzing SEO competitors to inform content and ranking strategies.
Workflow
- Identify Competitors: If not provided, search for the target domain and identify top-ranking sites for similar keywords.
- Analyze Keywords: Use
web_searchto find ranking keywords and search volume (if available via snippets). - Content Gap Analysis: Compare the user's content with competitors to identify missing topics.
- 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.