TopRank Skills

Home / Claw Skills / Others / seo-content-pro
Official OpenClaw rules 15%

seo-content-pro

Advanced SEO content creation with multi-language support, content refresh, SEO scoring, and competitor analysis. Perfect for content creators and agencies.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 seo-content-pro 技能。 若已安装,则直接安装 seo-content-pro 技能。

Overview

Skill Key
fly3094/seo-content-pro
Author
fly3094
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/fly3094/seo-content-pro
Latest Commit SHA
be96d759df716c4e942f8e1eb05fb6f38498c39d

Extracted Content

SKILL.md excerpt

# SEO Content Pro 📝

Advanced SEO content creation skill with multi-language support, content refresh, and AI-powered optimization.

## What It Does

- 🔍 **Topic Research**: Analyzes top-ranking content using SearXNG (privacy-respecting)
- 📋 **Outline Generation**: Creates SEO-optimized article structures
- ✍️ **First Draft**: Writes 1500-3000 word articles with proper heading hierarchy
- 🎯 **Keyword Integration**: Suggests and integrates primary/secondary keywords
- 📊 **Competitor Analysis**: Identifies content gaps vs top 10 ranking pages
- 🌐 **Multi-language**: English, Chinese, Spanish, French, German, Japanese
- 🔄 **Content Refresh**: Update old articles with new data and insights
- 📈 **SEO Score**: Get content quality score (0-100) with improvement suggestions

## Installation

```bash
clawhub install seo-content-pro
```

## Commands

### Research a Topic
```
Research "[keyword/topic]" for SEO content
```

### Generate Outline
```
Create outline for "[article title]" targeting "[primary keyword]"
```

### Write Draft
```
Write draft for "[article title]" using outline, 2000 words, tone: professional
```

### Full Workflow
```
Create SEO article about "[topic]" - research, outline, and draft (2500 words)
```

### Content Refresh
```
Update and improve this article with latest data and SEO best practices
```

### SEO Analysis
```
Analyze this content and provide SEO score with improvement suggestions
```

### Multi-language
```
Create SEO article about "[topic]" in Chinese, 2000 words
```

## Configuration

### Environment Variables

```bash
# Default content tone
export CONTENT_TONE="professional"  # professional|casual|technical|friendly

# Default word count
export DEFAULT_LENGTH="2000"

# Include FAQ section
export INCLUDE_FAQ="true"  # true|false

# Target language
export CONTENT_LANGUAGE="en"  # en|zh|es|fr|de|ja

# SearXNG instance (for privacy-respecting research)
export SEARXNG_URL="http://localhost:8080"
```

### OpenClaw Config

```json
{
  "e...

Related Claw Skills