Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

openclaw-seo-content-engineOpenClaw SEO 内容引擎

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

3,576

周安装

149

GitHub Stars

公开资料未说明

下载量

1,192
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-seo-content-engine(OpenClaw SEO 内容引擎)
来源仓库:https://github.com/dreamsarts/openclaw-seo-content-engine
安装命令:
openclaw skills install openclaw-seo-content-engine
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-seo-content-engine

简介

研究竞品并生成 SEO 优化的长文博客,包含标题与元数据。

  • 适用于内容创作、SEO 分析与营销文案自动生成场景。openclaw-seo-content-engine 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 自动分析排名靠前内容的结构与关键词,输出 2000 字以上文章。
  • 需指定目标主题与关键词,确保输出符合品牌调性与事实准确。
  • 生成内容应经人工审核后再发布,避免夸大宣传或误导信息。

SKILL.md

name
seo-content-engine
description
Research competitors, analyze top-ranking content, and generate a fully SEO-optimized 2000+ word blog post with headings, FAQ, meta description, and internal linking suggestions.
version
1.0.0
tags
[seo, content, blog, marketing, copywriting]

SEO Content Engine

Purpose

End-to-end SEO content generation. Takes a target keyword, researches the top competing articles via web search, analyzes their structure and topics, then generates a fully optimized 2000+ word blog post in Markdown — ready to publish.

Requirements

  • Python 3.10+
  • google-generativeai package (pip install google-generativeai)
  • Playwright (pip install playwright) for competitor research
  • Chrome running with remote debugging on port 9222
  • GEMINI_API_KEY in /Users/edwin/.openclaw/workspace/dreams-arts/.env

Usage

From Command Line

python engine.py "best custom printing services near me"

Optional Flags

--tone "professional, authoritative"   # Writing style (default: "informative, engaging")
--word-count 3000                      # Target word count (default: 2000)
--brand "Dream's Arts Evolution"       # Brand to weave in naturally
--location "Caguas, PR"               # Local SEO focus
--output article.md                    # Save to file (default: stdout)
--skip-research                        # Skip web scraping, use keyword only

From Python

from engine import SEOContentEngine

engine = SEOContentEngine()
article = await engine.generate(
    keyword="custom t-shirt printing Puerto Rico",
    tone="professional",
    brand="Dream's Arts Evolution",
    location="Caguas, PR",
    word_count=2500
)

Output Format

The script outputs a complete Markdown article with YAML frontmatter:

---
title: "Custom T-Shirt Printing in Puerto Rico: The Ultimate 2026 Guide"
meta_description: "Looking for custom t-shirt printing in Puerto Rico? Compare top services, prices, and turnaround times. Free quotes from local shops in Caguas, San Juan & more."
target_keyword: "custom t-shirt printing Puerto Rico"
secondary_keywords: ["screen printing PR", "custom apparel Caguas"]
word_count: 2450
reading_time: "10 min"
internal_links_suggested:
  - anchor: "our custom printing services"
    target: "/services/custom-printing"
  - anchor: "request a free quote"
    target: "/contact"
---

# Custom T-Shirt Printing in Puerto Rico: The Ultimate 2026 Guide

## Introduction
...

## What to Look for in a Custom Printing Service
### Quality 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 Skill

  1. Identify the keyword: Extract the target keyword or topic from the user's request.
  2. Run research phase: Execute python engine.py "keyword" — this scrapes Google results and analyzes competitors.
  3. Review the output: Check that the article is coherent, accurate, and properly optimized.
  4. Customize if needed: Add brand-specific details, local references, or adjust tone.
  5. Publish: Copy to CMS, blog platform, or save as file.

SEO Optimization Checklist (Built-in)

The engine automatically ensures:

  • Target keyword in title (H1), first paragraph, and 2-3 H2 headings
  • Keyword density between 1-2% (natural, not stuffed)
  • LSI (Latent Semantic Indexing) 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 lists, bold key phrases
  • Word count 2000+ (configurable)

Competitor Research Phase

When --skip-research is NOT set, the engine:

  1. Searches Google for the target keyword
  2. Extracts the top 10 organic results (titles, URLs, snippets)
  3. Visits the top 5 articles and extracts their heading structure
  4. Identifies content gaps and unique angles
  5. Feeds all this context to Gemini for article generation

Notes

  • The research phase requires Chrome on port 9222 with active Google session.
  • If research fails (blocked, timeout), falls back to keyword-only generation.
  • Articles are generated in English by default; add --language es for Spanish.
  • Never plagiarizes — all content is original, informed by competitor analysis.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

85.35%
按下载量换算1,017

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills