首页龙虾技能列表 › Seo Content Pro — 技能工具

Seo Content Pro — 技能工具

v1.2.0

[自动翻译] Advanced SEO content creation with AI humanization, image generation, multi-language support, content refresh, SEO scoring, and competitor analysis. P...

0· 325·1 当前·1 累计
by @fly3094·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/12
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's code and instructions mostly match an SEO content tool, but there are several inconsistencies and missing pieces (undocumented API key usage, missing scripts, unclear dependency/install steps, and an explicit 'bypass AI detectors' feature) that warrant caution before installing or running it.
评估建议
This package contains plausible SEO tooling but has several red flags you should address before installing or running it: - Missing/mismatched items: SKILL.md references compare.py and a research flow using SearXNG/top-10 analysis, but compare.py and any scraping code are not present. Ask the author or vendor for the missing files or an explanation. - API key handling: generate_image.py requires GEMINI_API_KEY (Google GenAI). The registry did not declare this env var as required — verify where ...
详细分析 ▾
用途与能力
The included scripts (detect_ai, humanize, title_generator, image generation, A/B test) align with the advertised SEO/content features. The Gemini image script legitimately requires a GEMINI_API_KEY. However, the SKILL.md claims automated research/competitor analysis via SearXNG and top-10 scraping which is not implemented in the provided scripts, so capability claims are partly unsupported by code. The humanization feature explicitly aims to 'bypass AI detectors' — coherent with the tool's stated goal but ethically sensitive.
指令范围
Runtime instructions reference multiple scripts and external services (Google Gemini Image API, SearXNG). SKILL.md usage examples refer to compare.py and a research flow, but compare.py is missing from the file manifest and there is no code performing web research/competitor scraping. The humanize script actively removes citations, UTM parameters, and chatbot artifacts — it explicitly modifies content to evade detectors. The generate_image script makes network calls to Google's API. Overall the instructions instruct network I/O and content modification beyond local-only processing and include missing/incorrect references.
安装机制
There is no install spec; this is instruction-plus-code. generate_image.py lists Python dependencies (google-genai, pillow) in comments but there is no automated installer or requirements file. That means users/agents will need to install Python packages manually. No downloads from untrusted URLs were found in the manifest, and all source files are included, so there is no high-risk external installer, but missing dependency instructions increase friction and potential for incorrect manual installs.
凭证需求
Registry metadata lists no required environment variables, but the SKILL.md and generate_image.py clearly expect GEMINI_API_KEY (and SKILL.md exposes several optional env vars like SEARXNG_URL). The primaryEnv is not set in the registry despite the need for the Gemini API key for image generation. Asking the user to supply a Google API key (GEMINI_API_KEY) is proportional for image generation, but the mismatch between declared and used env vars is an incoherence. The humanization feature doesn't require credentials, but using a remote SearXNG URL for research could leak query terms if pointed to a remote instance — the SKILL.md defaults to localhost but users may be nudged to set other endpoints.
持久化与权限
The skill is not always-enabled and does not request elevated/persistent platform privileges. It does not modify other skills or system-wide settings. Autonomous invocation is allowed by default (normal), but there is no 'always: true' or other privileged persistence.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.2.02026/3/7

v1.2.0: 新增 AI 人性化功能和图片生成功能

● 无害

安装命令 点击复制

官方npx clawhub@latest install seo-content-pro
镜像加速npx clawhub@latest install seo-content-pro --registry https://cn.clawhub-mirror.com

技能文档

Rank higher on Google. Write faster. AI-powered SEO content that competes with top 10 results.

Time saved: 5 hours/article → 30 minutes/article Result: 1500-3000 word articles with SEO score 80+

What It Does

  • 🔍 Topic Research: Analyzes top-ranking content using SearXNG (privacy-respecting, no tracking)
  • 📋 Outline Generation: Creates SEO-optimized article structures (H1/H2/H3 hierarchy)
  • ✍️ First Draft: Writes 1500-3000 word articles in 6 languages
  • 🎯 Keyword Integration: Suggests and integrates primary/secondary keywords naturally
  • 📊 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 specific improvement suggestions
  • 🤖 AI Humanization (v1.2 NEW): Detect and transform AI-generated text to bypass AI detectors
  • 🖼️ Image Generation (v1.2 NEW): Generate featured images using Google Gemini 3 Pro Image API

Quick Start (2 minutes)

# 1. Install
clawhub install seo-content-pro

# 2. Create your first article # Just ask: "Write a 2000-word SEO article about AI automation tools"

Full workflow example:

User: Create SEO article about "best AI automation tools" - 2500 words

AI:

  • 🔍 Researching top 10 ranking pages...
  • 📋 Generating SEO-optimized outline...
  • ✍️ Writing 2500-word draft...
  • 📊 Analyzing SEO score: 85/100
  • 🎯 Keyword density: 2.1% (optimal)
  • ✅ Article ready!

Word count: 2,547 Reading time: 11 minutes SEO Score: 85/100 Primary keyword: "AI automation tools" (18 mentions) Secondary keywords: automation software, AI tools, workflow automation

New Features in v1.2.0

🤖 AI Content Humanization

Detect and transform AI-generated text to make it more natural and bypass AI detectors.

Usage:

# Humanize existing content
python3 scripts/humanize.py --input article.md --output article-humanized.md

# Detect AI content python3 scripts/detect_ai.py --input article.md

# Compare before/after python3 scripts/compare.py --input article.md

AI Detection Patterns (16 types):

  • 🔴 Critical: Citation bugs, knowledge cutoff, chatbot artifacts
  • 🟠 High: AI vocabulary, significance inflation, promotional language
  • 🟡 Medium: Superficial analysis, filler phrases
  • 🟢 Style: Curly quotes, em-dashes overuse

🖼️ Featured Image Generation

Generate custom featured images for your articles using Google Gemini 3 Pro Image API.

Usage:

# Generate new image
python3 scripts/generate_image.py --prompt "AI automation technology" --filename featured.png

# With resolution option python3 scripts/generate_image.py --prompt "SEO dashboard" --filename seo-image.png --resolution 2K

# Edit existing image python3 scripts/generate_image.py --prompt "Make it more professional" --input-image old.png --filename new.png

Resolution Options:

  • 1K (default) - ~1024px, fast iteration
  • 2K - ~2048px, standard quality
  • 4K - ~4096px, high resolution

API Key: Set GEMINI_API_KEY environment variable or use --api-key argument.

Complete Workflow (v1.2)

# 1. Generate SEO content
# Ask AI: "Create SEO article about AI automation tools - 2500 words"

# 2. Humanize content (optional) python3 scripts/humanize.py --input article.md --output article-humanized.md

# 3. Generate featured image python3 scripts/generate_image.py --prompt "AI automation dashboard" --filename featured.png --resolution 2K

# 4. Detect AI content (optional, for quality check) python3 scripts/detect_ai.py --input article.md

# 5. Review SEO score # AI will provide SEO analysis with score and suggestions

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

# 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

{
  "env": {
    "CONTENT_TONE": "professional",
    "DEFAULT_LENGTH": "2000",
    "INCLUDE_FAQ": "true",
    "CONTENT_LANGUAGE": "en"
  }
}

Output Format

Each article includes:

  • Meta Title (50-60 characters)
  • Meta Description (150-160 characters)
  • H1 Title (engaging, includes primary keyword)
  • Introduction (150-200 words, hooks reader)
  • H2/H3 Sections (proper hierarchy, keyword-optimized)
  • Conclusion with CTA (clear next steps)
  • Internal/External Link Suggestions
  • FAQ Section (3-5 questions with answers)
  • SEO Score (0-100 with breakdown)

Example Usage

Basic Article

User: Create SEO article about "best AI automation tools for small business" - 2500 words

Assistant:

  • 🔍 Researching top 10 ranking pages...
  • 📊 Analyzing content gaps and keyword opportunities...
  • 📋 Generating optimized outline...
  • ✍️ Writing 2500-word draft with H2/H3 structure...
  • 📈 Calculating SEO score and suggestions...

✅ Article ready! SEO Score: 87/100

Multi-language

User: Create SEO article about "remote work productivity" in Chinese, 2000 words

Assistant: Generating Chinese content for "远程工作效率"... ✅ 文章完成!SEO 分数:85/100

Content Refresh

User: [paste old article]
Update this article with 2026 data and improve SEO

Assistant:

  • Analyzing current content...
  • Researching latest data and statistics...
  • Identifying SEO improvements...
  • Updating with fresh insights...

✅ Refreshed! SEO Score improved from 62 to 89 (+27 points)

SEO Score Breakdown

Your content is scored on:

FactorWeightDescription
Keyword Usage20%Primary/secondary keyword placement
Content Length15%Optimal word count for topic
Readability15%Flesch score, sentence structure
Heading Structure15%Proper H1/H2/H3 hierarchy
Meta Tags10%Title and description optimization
Internal Links10%Suggested internal linking
External Links10%Quality external references
FAQ Section5%Comprehensive FAQ coverage

Integration with Other Skills

social-media-automator

1. Create SEO article with seo-content-pro
  • Generate social posts with social-media-automator
  • Schedule and publish across platforms

rss-to-social

1. Monitor industry RSS feeds with rss-to-social
  • Identify trending topics
  • Create content with seo-content-pro
  • Auto-publish to social media

Complete content automation loop! 🔄

Use Cases

Content Marketers

  • Scale content production 5-10x
  • Maintain consistent quality
  • Target multiple keywords efficiently

SEO Agencies

  • White-label content creation
  • Serve more clients with same team
  • Standardize quality across writers

Solopreneurs

  • Create professional content without hiring
  • Save $500-2000/month on writing costs
  • Focus on business, not content creation

Multi-language Businesses

  • Localize content for different markets
  • Maintain brand voice across languages
  • Scale globally with consistent quality

Tips for Best Results

  • Provide Context: Tell the skill your target audience and goal
  • Specify Tone: Match your brand voice (professional, casual, technical)
  • Add Examples: Share articles you like for style reference
  • Review & Edit: AI draft is a starting point – add your expertise
  • Update Regularly: Use content refresh quarterly to keep articles current
  • Target Long-tail: More specific keywords = easier to rank

Pricing Integration

This skill powers LobsterLabs content services:

ServicePriceDelivery
Single Article$300-5003-5 days
Monthly Pack (4 articles)$1,500-2,500Monthly
White-label Agency$3,000+/monthUnlimited
Content + Social Bundle$2,000-4,000/monthFull service
ROI Example:
  • Cost: $2,000/month (4 articles + social)
  • Client revenue from content: $10,000-50,000/month
  • ROI: 5-25x

Contact: PayPal 492227637@qq.com

Troubleshooting

Low SEO Score

  • Check keyword density (1-2% for primary keyword)
  • Add more H2/H3 subheadings
  • Increase content length if under 1500 words
  • Add FAQ section if missing

Research Issues

  • Verify SearXNG instance is running
  • Check internet connection
  • Try alternative search terms

Language Quality

  • Specify language explicitly in command
  • For best results, use native language
  • Review and adjust cultural references

Changelog

1.0.0 (2026-03-07)

  • Initial release
  • Multi-language support (6 languages)
  • Content refresh feature
  • SEO scoring system
  • Competitor analysis
  • SearXNG integration
  • Integrations with social-media-automator and rss-to-social

💖 支持作者

如果你觉得这个技能有用,请考虑打赏支持:

  • PayPal: 492227637@qq.com
  • 邮箱: 492227637@qq.com

你的支持是我持续改进的动力!


🆕 新增功能(v1.1.0)

AI 标题生成器

  • 5 种标题模板(How-to、List、Question、Secret、Comparison)
  • A/B 测试支持,生成 3-10 个变体
  • 标题评分系统(0-100 分)
  • 爆款标题特征分析

使用示例

# 生成标题
python3 scripts/title_generator.py "SEO 内容写作" "写出爆款文章" 10

# 输出示例:

  • [85 分] 如何在 30 分钟内写出爆款文章(完整指南)
  • [90 分] 3 个 SEO 内容写作技巧,第 3 个太实用了
  • [80 分] 为什么你的 SEO 内容总是失败?原因在这里

A/B 测试工作流

  • 生成 5-10 个标题变体
  • 选择评分最高的 3 个
  • 在不同平台/时间测试
  • 分析数据,选择最佳标题
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务