Title: MrNiche Autoblogger AI
Author: WpContentFlow
Published: <strong>May 18, 2026</strong>
Last modified: July 21, 2026

---

Search plugins

![](https://ps.w.org/mrniche-autoblogger-ai/assets/banner-772x250.jpg?rev=3535003)

![](https://ps.w.org/mrniche-autoblogger-ai/assets/icon-256x256.png?rev=3535003)

# MrNiche Autoblogger AI

 By [WpContentFlow](https://profiles.wordpress.org/wpcontentflow/)

[Download](https://downloads.wordpress.org/plugin/mrniche-autoblogger-ai.1.1.0.zip)

 * [Details](https://wordpress.org/plugins/mrniche-autoblogger-ai/#description)
 * [Reviews](https://wordpress.org/plugins/mrniche-autoblogger-ai/#reviews)
 *  [Installation](https://wordpress.org/plugins/mrniche-autoblogger-ai/#installation)
 * [Development](https://wordpress.org/plugins/mrniche-autoblogger-ai/#developers)

 [Support](https://wordpress.org/support/plugin/mrniche-autoblogger-ai/)

## Description

**MrNiche Autoblogger AI** turns a category and a topic into a publish-ready WordPress
post in about 30 seconds. You bring your own OpenAI API key — there are no per-article
fees, no subscription, and no data passing through our servers. The plugin makes
API calls directly from your WordPress site to OpenAI.

Use it to draft articles you’ll polish by hand, populate a fresh site with starter
content, or batch-generate a backlog of category-relevant pieces.

#### How it works

 1. Add your OpenAI API key on the API & Integrations page.
 2. Pick a WordPress category. The plugin asks the AI for ten SEO-friendly title ideas
    tailored to that category.
 3. Tick the titles you like. Optionally add a short Content Brief — keywords, audience
    notes, things to mention or avoid.
 4. Click Generate. Each article is written using a single chat completion (~800–1,200
    words), saved as a draft (or published immediately if you prefer), and tagged with
    basic Article schema markup.
 5. Optionally generate one AI featured image per article using the same OpenAI key.

#### What this version includes

 * **Single-pass article writing.** One chat completion per article, ~800–1,200 
   words.
 * **Optional AI featured image.** Or text-only if you’d rather not pay for image
   credits.
 * **Basic Article JSON-LD schema.** Output to the page on singular post views.
 * **Manual title generation per WordPress category.**
 * **Bring your own titles.** Paste a list of your own titles — one per line — instead
   of (or as well as) generating them.
 * **Near-duplicate topic protection.** Both exact and near-duplicate titles are
   skipped, so you never pay OpenAI twice for the same topic.
 * **Automatic model migration.** If OpenAI retires the model you selected, the 
   plugin switches to the closest current equivalent instead of breaking.
 * **Logs view** for troubleshooting failed generations.

#### Looking for more?

If you want longer articles, anti-AI-detection writing, scheduled auto-publishing,
or per-niche style profiles, **MrNiche Autoblogger Pro** at [wpaiautoblogger.com](https://wpaiautoblogger.com/?utm_source=wporg)
adds:

 * **Multi-pass writing** — outline  expand  humanizer pass for long-form articles(
   1,400–3,000 words).
 * **Anti-AI-detection layers** — programmatic rules that target the patterns AI
   detectors flag (uniform paragraph length, “X isn’t Y, it’s Z” rhetorical tics,
   banned vocabulary, symmetric H2/H3 trees, generic openers/closers, fake first-
   person anecdotes).
 * **AutoPilot** — daily / weekly cron-based auto-publishing.
 * **Background generation queue** so long articles never time out on shared hosting.
 * **Internal linking** to your existing posts.
 * **FAQ + FAQPage schema** auto-generated from the article body.
 * **Yoast / Rank Math** meta description and focus keyword injection.
 * **Webhooks** (Zapier, Make, Slack, custom) with HMAC-signed payloads.
 * **Writing-style profiles** — save multiple prompt sets (formal, conversational,
   technical, journalistic) and pick one per generation. Lite ships a single editable
   prompt set; Pro lets you save many.
 * **Multi-image articles** with Unsplash, Imagine.art, and MonsterAPI as additional
   providers.
 * **Content Calendar** view of scheduled posts.
 * **Premium support.**

Pro is an annual subscription (Single $49.99/yr / Triple $99.99/yr / Agency $249.99/
yr) with every update and support included, or a one-time lifetime license (Unlimited,
$999). Licenses are domain-locked.

#### Privacy and data handling

The plugin makes outbound API calls **directly from your WordPress server to OpenAI**
at `https://api.openai.com/`. No content, prompts, API keys, or user data are sent
to any other service — including wpaiautoblogger.com.

This plugin does not phone home for licensing, telemetry, analytics, or update checks.
WordPress.org handles updates the standard way.

What gets sent to OpenAI on each generation:

 * The category name (for title generation), or the article title plus your Content
   Brief (for article generation).
 * Your stored system prompt and article prompt templates.
 * Your OpenAI API key in the request `Authorization` header.

OpenAI’s privacy policy and API data-handling terms apply: [openai.com/policies/privacy-policy](https://openai.com/policies/privacy-policy)
and [openai.com/policies/api-data-usage-policies](https://openai.com/policies/api-data-usage-policies).

#### Requirements

 * WordPress 6.0+
 * PHP 7.4+
 * An OpenAI API key with billing enabled (a few cents per article on GPT-5.4 Mini;
   less on GPT-5.4 Nano).

## Screenshots

[⌊Dashboard with the monthly counter and quick-start steps.⌉⌊Dashboard with the 
monthly counter and quick-start steps.⌉[

Dashboard with the monthly counter and quick-start steps.

[⌊Manual Posting — title generation and article-selection flow.⌉⌊Manual Posting —
title generation and article-selection flow.⌉[

Manual Posting — title generation and article-selection flow.

[⌊Prompt Studio — full prompt customization (system, title, article, image prompts
editable).⌉⌊Prompt Studio — full prompt customization (system, title, article, image
prompts editable).⌉[

Prompt Studio — full prompt customization (system, title, article, image prompts
editable).

[⌊API & Integrations — model selection and image-source picker.⌉⌊API & Integrations—
model selection and image-source picker.⌉[

API & Integrations — model selection and image-source picker.

## Installation

 1. Install through **Plugins  Add New** in your WordPress admin, or upload the `mrniche-
    autoblogger-ai` folder to `/wp-content/plugins/`.
 2. Activate **MrNiche Autoblogger AI** through the **Plugins** screen.
 3. Go to **MrNiche Autoblogger AI  API & Integrations** in the WP admin sidebar and
    paste your OpenAI API key. Get one at [platform.openai.com/api-keys](https://platform.openai.com/api-keys).
 4. Pick a model (GPT-5.4 Mini is the recommended balance) and a default post author.
 5. Optionally enable AI image generation.
 6. Head to **Manual Posting** to generate your first article.

## FAQ

### Do I need an OpenAI account?

Yes. The plugin calls the OpenAI API directly using your own key. You pay OpenAI
for usage (typically a few cents per article). There are no plugin fees.

### How much does each article cost in OpenAI credits?

With GPT-5.4 Mini (the default), expect roughly $0.005–$0.02 per article depending
on length. GPT-5.4 Nano is even cheaper. GPT-5.4 and GPT-5.5 cost more but produce
higher-quality output. AI image generation (gpt-image-1) costs roughly $0.01–$0.17
per image depending on quality.

### Does this plugin phone home?

No. The plugin makes API calls only to OpenAI. There is no licensing system, no 
telemetry, no update checks against our server. WordPress.org handles updates the
standard way.

### Can I customize the prompts?

Yes — go to **MrNiche Autoblogger AI  Prompt Studio**. You can edit the system prompt,
title generation prompt, article generation prompt, and image generation prompt.
Sensible defaults ship out of the box, and a Restore Defaults button is one click
away. The Pro version additionally lets you save multiple named prompt sets (writing-
style profiles) and pick one per generation.

### Do I need WP-Cron for scheduled publishing?

Scheduled auto-publishing (AutoPilot) is a Pro feature. This plugin is manual-only—
you click Generate when you want articles. Pro requires WP-Cron (enabled by default)
to schedule background article generation.

### What happens to drafts created here if I upgrade to Pro?

Nothing — drafts are normal WordPress posts. They stay exactly where they are when
you upgrade. Pro adds new options for future articles but doesn’t migrate or modify
existing ones.

### Does it support Yoast / Rank Math / All in One SEO?

This plugin emits a basic Article JSON-LD schema on singular post views. It doesn’t
write to Yoast / Rank Math meta fields — that’s a Pro feature.

### Can I use this for client sites (agency)?

Yes — both versions are GPL-2.0+. This plugin has no domain restriction. Pro licenses
are domain-locked but the Agency plan covers 25 sites and Unlimited covers any number.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“MrNiche Autoblogger AI” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ WpContentFlow ](https://profiles.wordpress.org/wpcontentflow/)

[Translate “MrNiche Autoblogger AI” into your language.](https://translate.wordpress.org/projects/wp-plugins/mrniche-autoblogger-ai)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/mrniche-autoblogger-ai/),
check out the [SVN repository](https://plugins.svn.wordpress.org/mrniche-autoblogger-ai/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/mrniche-autoblogger-ai/)
by [RSS](https://plugins.trac.wordpress.org/log/mrniche-autoblogger-ai/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.0

 * New: Bring Your Own Titles — paste your own titles on the Manual Posting page,
   one per line, and generate straight from them.
 * New: near-duplicate topic detection. “The 10 Best X” vs “Top X” for the same 
   topic is now caught before you pay for a second, near-identical article. Sensitivity
   adjustable via the `oaib_near_duplicate_threshold` filter.
 * New: uninstall cleanup — deleting the plugin now removes its options and log 
   table. Your generated posts are never touched.
 * Improved: featured images are now generated in landscape (1536×1024) — a better
   fit for theme featured-image slots.
 * Improved: if OpenAI retires your selected chat model, the plugin now migrates
   to the closest current model automatically (the same protection Pro has had since
   the DALL·E retirement).
 * Improved: if a model rejects an optional sampling parameter, the request is retried
   without it instead of failing the article.
 * Improved: article HTML hygiene — unclosed paragraphs are balanced, stray double-
   closes and empty paragraphs removed, and exotic Unicode punctuation (fullwidth
   commas etc.) normalized in English text.
 * Improved: refreshed default prompts — better title variety, banned AI-cliché 
   vocabulary, no fabricated statistics, no generic “Conclusion” headings. Existing
   installs keep their customized prompts; click “Restore defaults” in Prompt Studio
   to adopt the new ones.

#### 1.0.5

 * New: branded admin menu icon (hexagon “M”) replaces the generic pencil dashicon.
 * Wording: Pro plan references updated to the new pricing model — Pro plans are
   now annual subscriptions with all updates included (the Unlimited plan remains
   a one-time lifetime license). This free plugin is unaffected: still free, still
   no usage caps, still no subscription.

#### 1.0.4

 * Wording: updated the admin screens (API & Integrations, Prompt Studio, Dashboard,
   Upgrade) to refer to OpenAI’s current “gpt-image-1” model instead of the retired“
   DALL·E 3” name. No functional change — this is the label cleanup that accompanies
   the 1.0.3 image fix.

#### 1.0.3

 * Fixed: AI featured-image generation. OpenAI shut down the DALL·E 2/3 models on
   May 12, 2026, which stopped image generation from working. Image generation now
   uses OpenAI’s current `gpt-image-1` model. If you had images enabled, they will
   start working again after this update — no settings change needed.
 * Images are now saved directly to your media library (the new model returns image
   data inline rather than a temporary hosted link).

#### 1.0.2

 * Updated Pro upgrade references to the new “MrNiche Autoblogger Pro” brand name(
   was “WP AI AutoBlogger Pro”). The paid plugin has been renamed to unify branding
   across the free and Pro versions.
 * No functional changes — your settings, prompts, and generated articles are unaffected.

#### 1.0.1

 * Cleaner Dashboard header (removed placeholder emoji).
 * No functional changes.

#### 1.0.0

 * Initial release of MrNiche Autoblogger AI on WordPress.org.
 * Single-pass article generation with your own OpenAI API key.
 * Optional DALL·E 3 featured-image generation.
 * Basic Article JSON-LD schema markup.
 * Manual title generation per WordPress category.

## Meta

 *  Version **1.1.0**
 *  Last updated **6 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[autoblog](https://wordpress.org/plugins/tags/autoblog/)
   [blog automation](https://wordpress.org/plugins/tags/blog-automation/)[content generator](https://wordpress.org/plugins/tags/content-generator/)
   [seo](https://wordpress.org/plugins/tags/seo/)
 *  [Advanced View](https://wordpress.org/plugins/mrniche-autoblogger-ai/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/mrniche-autoblogger-ai/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/mrniche-autoblogger-ai/reviews/)

## Contributors

 *   [ WpContentFlow ](https://profiles.wordpress.org/wpcontentflow/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/mrniche-autoblogger-ai/)