Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

ai-seo-content-engineAI SEO 内容引擎

Agent Skill

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

总安装

11,198

周安装

481

GitHub Stars

公开资料未说明

下载量

3,925
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install ai-seo-content-engine

简介

基于 GPT-4o 自动生成每日 SaaS 评论文章并发布至 Hugo 博客。

  • 适用于内容创作者批量生成 SEO 优化的技术评测稿件。
  • 自动追踪 Google 搜索结果表现以评估内容效果。
  • 需对接 OpenAI API 和 Hugo 博客发布接口方可正常使用。
  • 涉及对外发布内容时应注意语气把控,避免夸大宣传或事实错误。

SKILL.md

name
ai-seo-content-engine
description
Automated SEO content generator that schedules daily SaaS review articles using OpenAI GPT-4o, publishes to a Hugo blog via API, and tracks output in Google Sheets. Supports 18 SaaS categories and 4 content types.
tags
[seo, content, blog, openai, gpt, hugo, saas, reviews, automation, n8n]
author
mhmalvi
version
1.2.0
license
CC BY-NC-SA 4.0
metadata
clawdbot
emoji
\✍\️
requires
n8nCredentials
[google-sheets-oauth2, openai]
env
[NICHE_BLOG_ADMIN_API_KEY]
os
[linux, darwin, win32]

SEO Content Engine

An automated content generation pipeline that produces SEO-optimized SaaS review articles on a schedule, publishes to a Hugo blog, and tracks everything in Google Sheets.

Problem

Building organic search traffic requires consistent, high-quality content. Manually researching, writing, and publishing SEO articles is time-consuming. Most SaaS review sites need 2-4 articles per week to compete — that's hours of work daily.

This engine automates the entire pipeline: topic selection, article generation, blog publishing, and tracking.

What It Does

  1. Topic Selection — Randomly selects from 18 SaaS tools and 4 content types (reviews, comparisons, best-of guides, how-to guides)
  2. AI Article Generation — Uses OpenAI GPT-4o to write 1,500-2,500 word SEO articles with proper headings, pros/cons, pricing, and recommendations
  3. Hugo Formatting — Adds frontmatter (title, date, categories, tags, affiliate links) for Hugo static site publishing
  4. Blog Publishing — Pushes the formatted post to a Hugo blog via admin API
  5. Sheet Tracking — Logs every published article (slug, date, category, tool, status) in Google Sheets
  6. Owner Notification — Sends email alert when a new article is published for review

Included Workflows

#FilePurpose
1content-gen-workflow.jsonScheduled content generation, publishing, tracking, and notification

Architecture

Schedule Trigger (every 12 hours)
    |
    v
Keyword & Topic Selector
    |  (random SaaS tool + content type)
    v
OpenAI GPT-4o Article Generator
    |  (1500-2500 word SEO article)
    v
Hugo Post Formatter
    |  (add frontmatter, categories, tags)
    v
Publish to Blog (Admin API)
    |
    +------+------+
    |             |
    v             v
Track in       Notify Owner
Google Sheets  (email alert)

Supported Content Types

TypeTemplate Example
Review{Tool} Review 2026: Pricing, Features, and Honest Take
Comparison{Tool A} vs {Tool B}: Which Is Better in 2026?
Best-ofBest {Category} Tools for {Audience} in 2026
GuideHow to Set Up {Tool} for {Use Case}

Supported SaaS Categories

CRM, Project Management, Email Marketing, Automation, Database, Communication, Issue Tracking, Hosting, CDN & Security, Backend, Payments — covering 18 tools including HubSpot, Notion, Pipedrive, ClickUp, ConvertKit, Zapier, Make, n8n, Airtable, Supabase, Stripe, and more.

Required n8n Credentials

Credential TypeUsed ForPlaceholder in JSON
OpenAIGPT-4o article generationYOUR_OPENAI_CREDENTIAL_ID
Google Sheets OAuth2Article trackingYOUR_GOOGLE_SHEETS_CREDENTIAL_ID

Configuration Placeholders

PlaceholderDescription
YOUR_OPENAI_CREDENTIAL_IDYour n8n OpenAI credential ID
YOUR_GOOGLE_SHEETS_CREDENTIAL_IDYour n8n Google Sheets credential ID
YOUR_BLOG_ADMIN_API_KEYAPI key for your blog admin API
YOUR_TRACKER_SHEET_IDGoogle Sheet ID for tracking published articles
YOUR_NOTIFICATION_EMAILEmail for publish notifications
YOUR_SMTP_CREDENTIAL_IDYour n8n SMTP credential ID

Quick Start

1. Prerequisites

  • n8n v2.4+ (self-hosted)
  • OpenAI API key (GPT-4o access)
  • Hugo blog with an admin API (e.g., blog-admin service)
  • Google Sheets OAuth2 credentials

2. Environment Variables

NICHE_BLOG_ADMIN_API_KEY=your-blog-admin-api-key

3. Create Tracking Sheet

Set up a Google Sheet with columns: slug, source, date, category, tool, status. Use appendOrUpdate matching on slug + source to prevent duplicates.

4. Import & Configure

Import the workflow JSON into n8n. Replace all YOUR_* placeholders. Connect your OpenAI and Google Sheets credentials.

5. Activate

Activate the workflow. It runs every 12 hours by default — adjust the schedule trigger as needed.

Companion Skills

For cross-posting generated articles to LinkedIn, Dev.to, Hashnode, and other platforms, see the multi-platform-crosspost skill.

Use Cases

  1. Affiliate marketing sites — Auto-generate SaaS review content with affiliate link placeholders
  2. Niche blogs — Build organic SEO traffic with consistent publishing
  3. SaaS comparison sites — Automated tool comparisons and best-of lists
  4. Content agencies — Generate first drafts for human editors to refine
  5. Personal blogs — Keep publishing cadence without daily writing

Customization

  • Tools list — Edit the Code node to add/remove SaaS tools and categories
  • Content quality — Adjust the system prompt and temperature for different tones
  • Schedule — Change trigger frequency (daily, twice daily, weekly)
  • Blog API — Modify the HTTP Request node for any blog admin API
  • Affiliate links — Add affiliate URLs in the frontmatter affiliate_links field

Requirements

  • n8n v2.4+ (self-hosted recommended)
  • OpenAI API account (GPT-4o, ~$0.01-0.03 per article)
  • Hugo blog with admin API endpoint
  • Google Sheets OAuth2 credentials

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

87.24%
按下载量换算3,424

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills