Back to Registry View Author Profile
Official Verified
seo-competitor-analysis
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.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/qqyule/seo-competitor-analysisOr
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.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-qqyule-seo-competitor-analysis": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.