WP Manifestindependent plugin directory
manifest / ai / mathilde-ai-writer

Mathilde AI Writer self-updates

ai writer wordpress plugin

by Blaze LS · github.com/honeysriwas/mathilde-ai-writer · website

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/honeysriwas/mathilde-ai-writer/archive/refs/heads/main.zip

Ships its own WordPress updater (Plugin Update Checker), so new versions show up under Dashboard → Updates.

Readme

=== Mathilde AI Writer === Contributors: blazels Requires at least: 6.0 Tested up to: 6.5 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later

Generate a complete blog post — with a featured image — from a single prompt. Connect Claude (Anthropic) for writing and OpenAI or Stability for images, then publish automatically.

== Description ==

Mathilde AI Writer adds an "AI Writer" screen to wp-admin. Type what the post should be about, choose a category, length and tone, and the plugin:

  1. Calls Claude (Anthropic Messages API) with structured outputs to produce a title, an HTML body (with H2/H3 headings), excerpt, tags, key takeaways and SEO meta.
  2. Generates a relevant featured image with your chosen image provider.
  3. Creates the WordPress post (draft / pending / publish) with the featured image and metadata attached.

Writing model: choose per post from Claude (Anthropic), OpenAI (GPT), Google Gemini, or DeepSeek — connect a key for each one you want to offer. Image model: OpenAI (gpt-image-1 / dall-e-3), Stability AI, a custom JSON endpoint, or none.

It pairs with the Mathilde theme — generated "key takeaways" populate the theme's Key Takeaways box automatically — but works with any theme.

== Setup ==

  1. Activate the plugin.
  2. Go to AI Writer → Settings.
  3. Paste your Anthropic API key (console.anthropic.com) and pick a model.
  4. Choose an image provider and paste its API key (optional — set to "None" to skip featured images).
  5. Save. Then open AI Writer → Generate, enter a prompt, and click Generate Post.

== Privacy / cost ==

Your prompts and settings are sent to the AI providers you connect (Anthropic for text, your image provider for images). API usage is billed by those providers. API keys are stored in your site's options table and never shared with anyone else.

== Notes ==

  • The server must be able to reach api.anthropic.com (and your image provider's API) outbound over HTTPS.
  • Generation can take 20–60 seconds depending on model, length and quality.
  • Always review AI-generated drafts before publishing.

== Changelog ==

= 1.0.0 =

  • Initial release.

Read the full README on GitHub →