seo-content-optimizer

onewave-ai/claude-skills · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/onewave-ai/claude-skills --skill seo-content-optimizer
0 commentsdiscussion
summary

Comprehensive SEO analysis and optimization for content creators and marketers.

skill.md

SEO Content Optimizer

Comprehensive SEO analysis and optimization for content creators and marketers.

When a user asks you to optimize content for SEO, provide a detailed analysis covering keywords, readability, technical SEO, and actionable recommendations.

Instructions

1. Analyze Target Keywords

Examine keyword usage and placement:

  • Identify primary keyword(s) from user input or content
  • Check keyword placement (title, H1, first 100 words, subheadings)
  • Calculate keyword density (aim for 1-2%)
  • Identify LSI keywords and semantic variations present
  • Flag keyword stuffing issues

2. Evaluate Content Structure

Assess the organization and hierarchy:

  • Check heading hierarchy (single H1 → multiple H2 → H3)
  • Verify keyword usage in headings
  • Evaluate heading descriptiveness
  • Check paragraph length (aim for <150 words)
  • Assess overall scanability

3. Readability Analysis

Calculate readability metrics:

  • Flesch Reading Ease score (aim for 60-70)
  • Grade level estimation
  • Average sentence length (aim for <20 words)
  • Passive voice percentage (minimize)
  • Transition word usage
  • Paragraph structure

4. Technical SEO Elements

Generate optimized meta elements:

  • Meta Title: 50-60 characters with primary keyword
  • Meta Description: 150-160 characters, compelling with keyword
  • URL Slug: Short, keyword-rich, hyphen-separated
  • Image Alt Text: Descriptive with keywords where natural
  • Internal Linking: Opportunities to link to related content
  • External Links: Quality of outbound links

5. Content Quality Assessment

Evaluate comprehensiveness:

  • Word count (competitive topics need 1500+ words)
  • Content depth and detail level
  • Topic coverage completeness
  • Unique value proposition
  • E-A-T signals (expertise, authority, trust)
  • Content freshness (dates, current examples)

6. Provide Actionable Recommendations

Prioritize improvements by impact:

Critical (Fix Immediately):

  • Missing or poor meta description
  • No keyword in title or H1
  • Broken internal links
  • Keyword density too high/low

High Priority:

  • Poor readability score
  • Weak heading structure
  • Missing alt text on images
  • Content too thin

Medium Priority:

  • Could add related keywords
  • Opportunity for featured snippet
  • Could improve internal linking

Provide specific, actionable fixes with examples.

Output Format

# SEO Analysis Report

## Overall Score: X/100

### Target Keywords
- Primary: [keyword] (density: X.X%)
- Secondary: [keyword 1], [keyword 2]
- LSI Keywords Found: [variations]

## Quick Wins (Implement First) 🚀
1. [Specific action with exact change needed]
2. [Specific action with exact change needed]

## Keyword Analysis

✅ Keyword in title
❌ Keyword missing in first 100 words ← Add to opening paragraph
✅ Keyword in 2/5 H2 headings
⚠️ Density: 0.8% (low - aim for 1-2%)

## Readability Metrics

- **Flesch Reading Ease**: XX/100 (Grade level: XX)
- **Average Sentence Length**: XX words
- **Passive Voice**: X%
- **Transition Words**: X%
- **Assessment**: [Good/Needs improvement]

## Meta Information

**Current Meta Title** (X chars): [current title]
**Suggested Meta Title** (XX chars):
`[Optimized title with keyword - 50-60 chars]`

**Current Meta Description**: [current or none]
**Suggested Meta Description** (XXX chars):
`[Compelling 150-160 char description with keyword and CTA]`

**URL Slug**:
Current: `/current-url-slug`
Suggested: `/keyword-rich-slug`

## Content Structure

- **Word Count**: XXXX words ([sufficient/too short] for this topic)
- **Heading Hierarchy**: [assessment]
- **Paragraph Length**: Average XX words [good/too long]
- **Sections**: [list main sections]

## Critical Issues 🚨

### 1. [Issue Name]
**Problem**: [Description]
**Impact**: [SEO impact]
**Fix**: [Specific instruction]

**Example**:

Current: [show current problematic text] Improved: [show corrected version]


## High Priority Recommendations ⚠️

### 1. [Recommendation]
[Specific actionable instruction]

## Content Gaps

Missing subtopics to add:
- **[Subtopic 1]**: [Why it's important] (search volume: XXX)
- **[Subtopic 2]**: [Why it's important]

## Internal Linking Opportunities

- Link to: [page URL] using anchor text: "[keyword phrase]"
- Link from: [this content] to [related page]

## Featured Snippet Opportunity

[If applicable, show how to format content for featured snippet]

Example:
```markdown
## What is [topic]?

[Clear, concise 40-60 word answer]

- Key point 1
- Key point 2
- Key point 3

Competitor Insights

[If analysis was done]

  • Top ranking content averages XXXX words
  • Common topics covered: [list]
  • Your advantage: [unique angle]

Implementation Checklist

  • Update meta title and description
  • Add keyword to first paragraph
  • Fix heading structure
  • Add missing alt text (X images)
  • Add internal links (X opportunities)
  • Expand [thin section] with XXX words
  • Add FAQ section for featured snippet

Estimated Impact

Time to Implement: X hours Expected Improvement: [Moderate/Significant] ranking boost Priority: [High/Medium/Low]


## Best Practices

- **Prioritize user experience** over keyword stuffing
- **Write for humans first**, optimize for search engines second
- **Provide specific examples**, not vague advice
- **Consider search intent** behind keywords (informational, commercial, transactional)
- **Recommend content additions**, not just optimization
- **Check for E-A-T signals** (author bio, credentials, sources)
- **Suggest schema markup** where relevant (FAQ, How-To, Review)
- **Look for featured snippet opportunities** (definition boxes, lists, tables)

## Example Workflow

**User**: "Optimize this blog post for 'best project management tools'"

**Your analysis**:
1. Check keyword placement → Found in title but not H1 (fix needed)
2. Calculate density → 0.5% (too low, needs 8-10 more mentions)
3. Analyze readability → Flesch score 55 (good), but sentences too long
4. Generate meta tags → Create compelling meta description
5. Identify gaps → Missing "pricing comparison" and "team size recommendations"
6. Find internal links → Link to "project management tips" article
7. Suggest featured snippet → Format comparison table
8. Provide prioritized action list

---

**Remember**: SEO is about creating valuable, well-optimized content that serves user intent better than competitors.
how to use seo-content-optimizer

How to use seo-content-optimizer on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add seo-content-optimizer
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/onewave-ai/claude-skills --skill seo-content-optimizer

The skills CLI fetches seo-content-optimizer from GitHub repository onewave-ai/claude-skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/seo-content-optimizer

Reload or restart Cursor to activate seo-content-optimizer. Access the skill through slash commands (e.g., /seo-content-optimizer) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

Task Automation & Efficiency

Automate repetitive workflows and reduce manual effort

Example

Generate reports, summarize documents, draft communications

Save 3-5 hours per week on routine tasks

Knowledge Enhancement

Learn new skills, understand complex topics, get expert guidance

Example

Explain concepts, provide examples, suggest learning resources

Accelerate learning and skill development by 2x

Quality Improvement

Enhance output quality through reviews, suggestions, and refinements

Example

Review drafts, suggest improvements, catch errors

Improve work quality by 30-40% with less effort

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client with skill support
  • Clear understanding of task or problem to solve
  • Willingness to iterate and refine outputs

Time Estimate

15-45 minutes depending on use case complexity

Installation Steps

  1. 1.Install skill using provided installation command
  2. 2.Test with simple use case relevant to your work
  3. 3.Evaluate output quality and relevance
  4. 4.Iterate on prompts to improve results
  5. 5.Integrate into regular workflow if valuable

Common Pitfalls

  • Expecting perfect results without iteration
  • Not providing enough context in prompts
  • Using skill for tasks outside its intended scope
  • Accepting outputs without review and validation

Best Practices

✓ Do

  • +Start with clear, specific prompts
  • +Provide relevant context and constraints
  • +Review and refine all outputs before using
  • +Iterate to improve output quality
  • +Document successful prompt patterns

✗ Don't

  • Don't use without understanding skill limitations
  • Don't skip validation of outputs
  • Don't share sensitive information in prompts
  • Don't expect skill to replace human judgment

💡 Pro Tips

  • Be specific about desired format and style
  • Ask for multiple options to choose from
  • Request explanations to understand reasoning
  • Combine AI efficiency with human expertise

When to Use This

✓ Use When

Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.

✗ Avoid When

Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.

Learning Path

  1. 1Familiarize yourself with skill capabilities and limitations
  2. 2Start with low-risk, non-critical tasks
  3. 3Progress to more complex and valuable use cases
  4. 4Build expertise through regular use and experimentation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.564 reviews
  • Henry Wang· Dec 24, 2024

    Registry listing for seo-content-optimizer matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Ira Ndlovu· Dec 24, 2024

    seo-content-optimizer reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Nia Nasser· Dec 12, 2024

    Keeps context tight: seo-content-optimizer is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Henry Lopez· Dec 12, 2024

    Solid pick for teams standardizing on skills: seo-content-optimizer is focused, and the summary matches what you get after install.

  • Dhruvi Jain· Dec 4, 2024

    Keeps context tight: seo-content-optimizer is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Oshnikdeep· Nov 23, 2024

    Registry listing for seo-content-optimizer matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Charlotte Wang· Nov 15, 2024

    Keeps context tight: seo-content-optimizer is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Amelia Malhotra· Nov 15, 2024

    seo-content-optimizer is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Charlotte Khanna· Nov 7, 2024

    Useful defaults in seo-content-optimizer — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Jin Chen· Nov 7, 2024

    I recommend seo-content-optimizer for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

showing 1-10 of 64

1 / 7