Gu&Co AI Blog Writer

Description

Gu&Co AI Blog Writer is a fully featured, 100% free blog draft creation companion. Features include:

  • Topic queue management with priority, keywords, category, risk level, and status.
  • Test mode with local mock AI responses for risk-free workflow validation.
  • Native SEO brief generation.
  • Automated full-length article generation returned as structured JSON with HTML content.
  • Multi-criteria AI quality check (score, risk level, issues list, and recommended action).
  • Article preview screen before publishing.
  • Automatic WordPress draft creation with tags, category, excerpt, slug, and custom SEO metadata.
  • Comprehensive log tracker for all key operations.

CSV Format

The CSV import file should have headers in this order:

topic,primary_keyword,secondary_keywords,audience,search_intent,priority,risk_level,publish_mode

Example:

Jak wybrać telewizor do sportu?,telewizor do sportu,"OLED,QLED,120 Hz",Kupujący TV,poradnik,80,normal,draft_only<h3>Privacy and External Services</h3>

This plugin utilizes the native WordPress AI Client to connect to generative AI services. No direct API connections are initiated by the plugin itself; all requests are routed through the AI provider and credentials configured globally by the site administrator on the WordPress Settings > Connectors screen.

Depending on the connector you enable in WordPress, the following external services may be utilized:

OpenAI

  • Purpose: Used for generating article briefs, full article drafts, title suggestions, and executing quality checks.
  • Data Sent: Topic title, primary & secondary keywords, target audience, intent, outline, and editorial notes.
  • When Sent: Triggered only when the administrator initiates a brief, article, suggestion generation, or quality check manually, or when scheduled cron tasks run.
  • OpenAI Terms of Service: https://openai.com/policies/terms-of-use
  • OpenAI Privacy Policy: https://openai.com/policies/privacy-policy

Google Gemini

  • Purpose: Used for generating article briefs, full article drafts, title suggestions, and executing quality checks.
  • Data Sent: Topic title, primary & secondary keywords, target audience, intent, outline, and editorial notes.
  • When Sent: Triggered only when the administrator initiates a brief, article, suggestion generation, or quality check manually, or when scheduled cron tasks run.
  • Google Terms of Service: https://policies.google.com/terms
  • Google Privacy Policy: https://policies.google.com/privacy

Anthropic Claude

  • Purpose: Used for generating article briefs, full article drafts, title suggestions, and executing quality checks.
  • Data Sent: Topic title, primary & secondary keywords, target audience, intent, outline, and editorial notes.
  • When Sent: Triggered only when the administrator initiates a brief, article, suggestion generation, or quality check manually, or when scheduled cron tasks run.
  • Anthropic Terms of Service: https://www.anthropic.com/legal/consumer-terms
  • Anthropic Privacy Policy: https://www.anthropic.com/legal/privacy

Security Notes

All generated HTML content is sanitized with wp_kses_post() before being saved to WordPress draft posts. Autopublishing requires explicit enablement in settings, a low-risk topic classification, a recommended action of ‘publish’, and a quality check score meeting the configured threshold (default 90).

Installation

  1. Copy the plugin folder to your wp-content/plugins/ directory.
  2. Activate “Gu&Co AI Blog Writer” in WordPress.
  3. Ensure you have configured an active AI provider and connector under WordPress Settings -> Connectors (requires WordPress 7.0+).
  4. (Optional) Enable “Test Mode” in Gu&Co AI Blog Writer -> Settings to test the workflow locally with sample responses without connecting to an external AI API.
  5. Add or import topics, then generate briefs and articles from the admin panel.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Gu&Co AI Blog Writer” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Gu&Co AI Blog Writer” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release. Fully open-source and free, migrating all generative AI calls to the native WordPress AI Client. Removed Freemius integration.