Ray Bogman AI Content Orchestrator

विवरण

Ray Bogman AI Content Orchestrator generates SEO-optimized blog posts and pages for your WordPress site using Claude AI (Anthropic) or OpenAI GPT models. It is a complete, fully functional content pipeline: give it a topic, optionally scan a website for context, and it writes an original article, generates a featured image, adds internal links, and fills in your Yoast SEO fields.

Key Features:

  • Dual AI Provider Support — Choose between Claude (Anthropic) and OpenAI (GPT) for content generation. Switch between providers at any time.
  • Website Context Scanning — Reads the single page at a URL you provide to give the AI background context for writing on-brand content. Only reads the one URL you explicitly enter — it never crawls, follows links, or reads sitemaps, and does no automated or third-party crawling.
  • AI Content Generation — Two-step process: generates SEO metadata first, then creates original HTML content with a table of contents, FAQ sections, and a call-to-action.
  • 4 Blog Styles — Standard Blog Post, How-To Guide, Listicle, and Beginner’s Guide — each with a specialized AI prompt.
  • AI Featured Images — Generate a custom hero image for each post using OpenAI gpt-image-1, automatically set as the featured image.
  • Title Overlay Images — Optionally place the post title on a branded background image with custom fonts and colors — a unique featured image per post, no AI image cost.
  • Automatic Internal Linking — After writing, the plugin scans your existing published posts and adds relevant internal links within the text to strengthen your site’s SEO.
  • Project Vision — Define baseline instructions (brand voice, tone, audience, rules) that the AI always follows before generating any content.
  • SEO Metadata — Automatically generates SEO titles (max 60 chars), meta descriptions (max 155 chars), slugs, focus keyphrases, tags, and categories.
  • Yoast SEO Integration — Automatically populates Yoast SEO fields (title, meta description, focus keyphrase) when Yoast is installed.
  • WordPress Category Selection — Browse and select from existing WordPress categories. The AI also suggests additional categories based on content.
  • Draft or Publish — Save as draft for review or publish immediately.
  • Blog Post or Page — Generate blog posts (1000-2000 words with tags/categories) or pages (500-1000 words).
  • Dashboard + Progress Logging — See content stats and real-time progress updates during scanning and generation. Download a debug log with one click.
  • Works on Shared Hosting — The generation pipeline is split into four short steps so it completes within typical server timeouts.

Supported Models:

  • Claude Sonnet 4.6, Opus 4.6, Haiku 4.5 (Anthropic)
  • GPT-4o, GPT-4o Mini, GPT-4 Turbo, GPT-4.1, GPT-4.1 Mini, GPT-4.1 Nano (OpenAI)

How it works:

  1. (Optional) Enter a page URL to read for context — the scanner reads only that single page for background information.
  2. Write a prompt describing the content you want.
  3. Choose blog post or page, pick a blog style, set draft or publish, and select categories.
  4. Click “Create Content” — the AI generates SEO metadata then full HTML content, an optional featured image, and internal links.
  5. Content is published to WordPress with tags, categories, and Yoast SEO fields populated.

External services

This plugin relies on the following third-party AI services. No data is sent to any of them until the site administrator explicitly configures the relevant API key and initiates an action (for example clicking “Create Content” or generating an image). None of these services are contacted on the front end for normal site visitors.

WordPress 7.0+ — preferred path: When running on WordPress 7.0 or newer and the site owner has configured a provider through the core AI Client, every text generation request is routed through that core AI Client first (wp_ai_client_prompt() generateText()). In that case the plugin never touches api.anthropic.com or api.openai.com directly — the request goes to whichever provider the site owner has set up at the site level, with credentials managed by WordPress core. The plugin’s own direct integrations below are used only as a fallback for older WordPress versions or when no core provider has been configured.

Anthropic (Claude AI)

What it is: AI text model API, used for content generation and SEO metadata when Claude is selected as the AI provider.
Domain(s) contacted: api.anthropic.com
What data is sent and when: The user prompt, the scanned website context, and the requested content type — sent only when an administrator clicks “Create Content”.
* Terms of service: https://www.anthropic.com/legal/consumer-terms
* Privacy policy: https://www.anthropic.com/privacy

OpenAI (GPT & gpt-image-1)

What it is: AI text and image model API, used for content generation, SEO metadata, and AI featured image generation when OpenAI is selected.
Domain(s) contacted: api.openai.com (generated images are then downloaded from the temporary URL OpenAI returns).
What data is sent and when: The user prompt, scanned website context, and image-generation prompts — sent only when an administrator clicks “Create Content” or generates an image.
* Terms of service: https://openai.com/policies/terms-of-use/
* Privacy policy: https://openai.com/policies/privacy-policy/

स्क्रिनसटहरू

स्थापना

  1. Upload the raybogman-ai-content-orchestrator folder to /wp-content/plugins/.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to AI Content > Settings and select your AI provider (Claude or OpenAI).
  4. Enter your API key and click Save Changes.
  5. Go to AI Content > Create Content to generate your first post.

प्रश्नोत्तर

What AI models does this support?

Both Claude (Anthropic) and OpenAI GPT models. You can configure both and switch between them in Settings.

Do I need both a Claude and OpenAI account?

No. You only need one AI provider. Pick either Claude or OpenAI and enter that provider’s API key.

How much does it cost?

The plugin is free. You pay only for the AI usage through your provider’s API — typically $0.02–$0.10 per blog post, plus about $0.06 per gpt-image-1 featured image.

Do I need Yoast SEO?

No, Yoast SEO is optional. If installed, the plugin automatically populates the SEO title, meta description, and focus keyphrase. Without Yoast, metadata is still generated and stored in the post excerpt.

Can I select which categories to use?

Yes. Existing WordPress categories are listed as checkboxes on the creation form. The AI may also suggest additional categories which are created automatically.

Can I scan any website?

The scanner reads only the single publicly accessible page at the exact URL you provide. It is intended for reading your own website or a page you have permission to read, to give the AI relevant context. It reads just that one page — it never crawls, follows links, or reads sitemaps, and it performs no automated mass crawling or scraping of third-party sites.

समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

योगदानकर्ता र डेभलपरहरू

“Ray Bogman AI Content Orchestrator” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

चेन्जलग

1.0.2

  • Fix: restored the “Style Examples” admin page. Its menu entry was missing, so visiting the page showed no content even though the example previews existed. The page is now registered again under the AI Content menu.

1.0.1

  • Hardening: the context-scanning request now verifies the remote TLS certificate (removed the SSL verification bypass) to prevent man-in-the-middle tampering.

1.0.0

  • Initial public release on WordPress.org.
  • AI content generation with Claude (Anthropic) and OpenAI (GPT), routed through the WordPress 7.0+ core AI Client when available.
  • Single-URL website scanning for context.
  • Four blog writing styles (Standard, How-To, Listicle, Beginner’s Guide).
  • SEO metadata generation with Yoast SEO integration.
  • AI featured image generation with OpenAI gpt-image-1, plus an optional branded title-overlay image.
  • Automatic internal linking to existing published posts.
  • Project Vision baseline instructions, category selection, draft/publish, and a content dashboard with progress logging.