SEO Content Engine
v1.0.0Re搜索 competitors, analyze top-ranking content, and 生成 a fully SEO-优化d 2000+ word b记录 post with headings, FAQ, meta description, and internal linking suggestions.
运行时依赖
安装命令
点击复制技能文档
SEO Content Engine Purpose
End-to-end SEO content generation. Takes a tar获取 keyword, re搜索es the top competing articles via 网页 搜索, analyzes their structure and topics, then 生成s a fully 优化d 2000+ word b记录 post in Markdown — ready to publish.
Requirements Python 3.10+ google-generativeAI package (pip 安装 google-generativeAI) Playwright (pip 安装 playwright) for competitor re搜索 Chrome 运行ning with remote 调试ging on port 9222 GEMINI_API_KEY in /Users/edwin/.OpenClaw/workspace/dreams-arts/.env Usage From Command Line python engine.py "best custom printing 服务s near me"
Optional Flags --tone "professional, authoritative" # Writing style (default: "in格式化ive, engaging") --word-count 3000 # Tar获取 word count (default: 2000) --brand "Dream's Arts Evolution" # Brand to weave in naturally --location "Caguas, PR" # Local SEO focus --输出 article.md # Save to file (default: stdout) --skip-re搜索 # Skip 网页 scrAPIng, use keyword only
From Python from engine 导入 SEOContentEngine
engine = SEOContentEngine() article = awAIt engine.生成( keyword="custom t-shirt printing Puerto Rico", tone="professional", brand="Dream's Arts Evolution", location="Caguas, PR", word_count=2500 )
输出 格式化
The script 输出s a complete Markdown article with YAML frontmatter:
title: "Custom T-Shirt Printing in Puerto Rico: The Ultimate 2026 图形界面de" meta_description: "Looking for custom t-shirt printing in Puerto Rico? Compare top 服务s, prices, and turnaround times. Free quotes from local shops in Caguas, San Juan & more." tar获取_keyword: "custom t-shirt printing Puerto Rico" secondary_keywords: ["screen printing PR", "custom 应用arel Caguas"] word_count: 2450 reading_time: "10 min" internal_links_suggested: - anchor: "our custom printing 服务s" tar获取: "/服务s/custom-printing" - anchor: "请求 a free quote" tar获取: "/contact"
# Custom T-Shirt Printing in Puerto Rico: The Ultimate 2026 图形界面de
Introduction
...What to Look for in a Custom Printing 服务
质量 of Materials
...Turnaround Time
...Top Custom Printing Methods Compared
...Frequently Asked Questions
How much does custom t-shirt printing cost in Puerto Rico?
...What is the minimum order for custom printing?
...How Claude Should Use This 技能 Identify the keyword: 提取 the tar获取 keyword or topic from the user's 请求. 运行 re搜索 phase: 执行 python engine.py "keyword" — this scrapes Google 结果s and analyzes competitors. Review the 输出: 检查 that the article is coherent, accurate, and properly 优化d. Customize if needed: 添加 brand-specific detAIls, local references, or adjust tone. Publish: Copy to CMS, b记录 平台, or save as file. SEO Optimization 检查列出 (Built-in)
The engine automatically ensures:
Tar获取 keyword in title (H1), first paragraph, and 2-3 H2 headings Keyword density between 1-2% (natural, not stuffed) LSI (Latent Semantic 索引ing) keywords woven throughout Meta description under 160 characters with keyword and CTA H2/H3 heading hierarchy (no skipping levels) FAQ section based on "People Also Ask" data Internal linking suggestions with anchor text Readability: short paragraphs (2-4 sentences), bullet 列出s, bold key phrases Word count 2000+ (configurable) Competitor Re搜索 Phase
When --skip-re搜索 is NOT 设置, the engine:
搜索es Google for the tar获取 keyword 提取s the top 10 organic 结果s (titles, URLs, snippets) Visits the top 5 articles and 提取s their heading structure Identifies content gaps and unique angles Feeds all this 上下文 to Gemini for article generation Notes The re搜索 phase requires Chrome on port 9222 with active Google 会话. If re搜索 fAIls (blocked, timeout), falls back to keyword-only generation. Articles are 生成d in English by default; 添加 --language es for Spanish. Never plagiarizes — all content is original, 信息rmed by competitor analysis.