From 1c708840077223682d5fec88a7044f6443e0173c Mon Sep 17 00:00:00 2001 From: zlei9 Date: Sun, 29 Mar 2026 13:18:17 +0800 Subject: [PATCH] Initial commit with translated description --- SKILL.md | 30 ++++++++++++++++++++++++++++++ _meta.json | 6 ++++++ references/report_template.md | 21 +++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 SKILL.md create mode 100644 _meta.json create mode 100644 references/report_template.md diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..2728f48 --- /dev/null +++ b/SKILL.md @@ -0,0 +1,30 @@ +--- +name: seo-competitor-analysis +description: "执行深度SEO竞争对手分析,包括关键词研究、反向链接检查和内容策略映射。" +--- + +# 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. diff --git a/_meta.json b/_meta.json new file mode 100644 index 0000000..eaadeeb --- /dev/null +++ b/_meta.json @@ -0,0 +1,6 @@ +{ + "ownerId": "kn7fxz5s7c6x5jvg25dh67v5e580hfrt", + "slug": "seo-competitor-analysis", + "version": "1.0.0", + "publishedAt": 1770188636744 +} \ No newline at end of file diff --git a/references/report_template.md b/references/report_template.md new file mode 100644 index 0000000..9adf3db --- /dev/null +++ b/references/report_template.md @@ -0,0 +1,21 @@ +# SEO Competitor Analysis Report + +## 1. Executive Summary +[High-level overview of findings] + +## 2. Competitor Landscape +- **Main Competitors**: [List] +- **Market Positioning**: [Description] + +## 3. SEO Metrics Comparison +| Competitor | Est. Traffic | Top Keywords | Domain Authority (Est) | +|------------|--------------|--------------|-------------------------| +| ... | ... | ... | ... | + +## 4. Content Gap Analysis +- **Missing Topics**: [List] +- **Opportunities**: [Actionable insights] + +## 5. Recommended Actions +- [Task 1] +- [Task 2]