WP Manifestindependent plugin directory
manifest / ai / ai-news-factory

AI News Factory

WordPress plugin: automated news with AEO/GEO optimization via Kie.ai

by Alexander Minakov / OpenClaw · github.com/minakovai/ai-news-factory

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/minakovai/ai-news-factory/archive/refs/heads/main.zip

Readme

AI News Factory

WordPress plugin for automated news content production with AEO/GEO optimization.

Author: Alexander Minakov / OpenClaw
Version: 0.4.0
Requires: WordPress 6.0+, PHP 7.4+

Features

  • Fetches news from RSS/Atom feeds and HTML listing pages (Google News RSS fallback)
  • Semantic duplicate detection via content fingerprints
  • Rewrites articles with Gemini through Kie.ai
  • Generates featured images with Nano Banana Lite (optional mascot reference)
  • AEO/GEO optimization: answer-first summary, key takeaways, FAQ block
  • JSON-LD schema (NewsArticle + FAQPage) in post head
  • Rank Math SEO integration (title, description, focus keyword, FAQ snippet)
  • Cron scheduling or manual run from admin

Installation

  1. Download or clone this repository.
  2. Copy the ai-news-factory folder to wp-content/plugins/.
  3. Activate AI News Factory in WordPress admin.
  4. Open Settings → AI News Factory and configure your Kie.ai API key.

Configuration

Setting Description
Topics One topic per line
Sources RSS/Atom URLs, one per line
Kie.ai API key Used for text and image generation
AEO/GEO Enables «Суть за 30 секунд», FAQ, key takeaways
Target audience Injected into generation prompt
Schedule hourly / 6h / twice daily / daily / manual

Pipeline

collect_news → dedupe → evidence check → Gemini (Kie.ai)
  → create_post → Nano Banana image (optional) → publish/draft

Requirements

License

MIT — see LICENSE.

Read the full README on GitHub →