Title: Scribeling AI Writer
Author: Diffsome.Inc
Published: <strong>August 18, 2026</strong>
Last modified: August 18, 2026

---

Search plugins

![](https://ps.w.org/scribeling-ai-writer/assets/banner-772x250.png?rev=3651977)

![](https://ps.w.org/scribeling-ai-writer/assets/icon-256x256.png?rev=3651977)

# Scribeling AI Writer

 By [Diffsome.Inc](https://profiles.wordpress.org/jiahnpark/)

[Download](https://downloads.wordpress.org/plugin/scribeling-ai-writer.0.6.5.zip)

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

 [Support](https://wordpress.org/support/plugin/scribeling-ai-writer/)

## Description

Scribeling AI Writer turns your WordPress site into a self-writing blog,
 powered
by YOUR ChatGPT subscription — no API keys to manage, no per-word or per-token fees.
Log in to ChatGPT once on your Scribeling dashboard, then write as much as you want
from WordPress.

**Write full articles**

 * Enter a topic, pick a language, a writer voice, and how many stock images
    you
   want.
 * A ready-to-edit draft arrives in 1–3 minutes — as native Gutenberg blocks,
    with
   images sideloaded into your media library and a featured image set.

**Writer voices**

 * Choose a writer — a saved voice with its own style rules (friendly
    columnist,
   honest reviewer, first-person essayist, and more, in English and Korean). Manage
   or create writers in your Scribeling dashboard.

**Rewrite one paragraph at a time**

 * Click any paragraph in the editor  the ✦ Scribeling AI toolbar button 
    Shorter/
   Simpler / More professional, or type your own instruction.
 * The paragraph is rewritten in place in ~30–60 seconds. Undo with Ctrl+Z.

**Your site writes itself**

 * Add a topic list and a rhythm (daily / every 3 days / weekly) under
    Scribeling
   AI  Scheduling.
 * WordPress generates one article per tick, rotating through your topics,
    saved
   as drafts or published automatically — even while you sleep.

### External services

This plugin talks to the Scribeling API (https://scribeling.com) — the
 service 
that runs the actual writing on your connected ChatGPT account.

Data sent to Scribeling when you use the plugin:

 * Your Scribeling Site ID and API key (for authentication).
 * The topic or instructions you type, and paragraph text you ask to rewrite.
 * Generated articles are returned to this WordPress site and stored only
    here —
   Scribeling does not publish them anywhere else.

A Scribeling account is required (free to create). See https://scribeling.com
 for
terms and privacy information.

## Screenshots

[⌊Write screen — topic, writer voice, images, save mode.⌉⌊Write screen — topic, 
writer voice, images, save mode.⌉[

Write screen — topic, writer voice, images, save mode.

[⌊✦ Scribeling AI paragraph rewrite in the block editor.⌉⌊✦ Scribeling AI paragraph
rewrite in the block editor.⌉[

✦ Scribeling AI paragraph rewrite in the block editor.

[⌊Scheduling — your site writes itself.⌉⌊Scheduling — your site writes itself.⌉[

Scheduling — your site writes itself.

[⌊Settings with 3-step onboarding.⌉⌊Settings with 3-step onboarding.⌉[

Settings with 3-step onboarding.

## Installation

 1. Upload the plugin zip via Plugins  Add New  Upload Plugin.
 2. No Scribeling account yet? The settings page has a “Create your free Scribeling
    account” button — sign up and create your site.
 3. In your Scribeling dashboard: connect ChatGPT once (AI  Codex Connect), then create
    an API token (API Tokens).
 4. In WordPress  Scribeling AI  Settings, paste your Site ID and API key, then press“
    Test connection”.
 5. Write your first article under the Scribeling AI menu.

## FAQ

### Do I need an OpenAI API key?

No. The writing runs on your own ChatGPT subscription, connected once on
 your Scribeling
dashboard. There are no per-word or per-token fees.

### How much does it cost?

The plugin is free and a Scribeling account is free to create. Writing uses
 your
existing ChatGPT plan’s capacity — your subscription is the only cost.

### Where are my articles stored?

Only in this WordPress site, as drafts (or published posts if you choose).
 Scribeling
never posts them anywhere else.

### What is a “writer”?

A saved voice with its own style rules — for example an honest reviewer or a
 first-
person essayist. Pick one per article or per schedule; manage them in your Scribeling
dashboard.

### Scheduling didn’t run while my site had no visitors.

Schedules run on WP-Cron, which fires on site traffic. For fully unattended
 publishing
on a quiet site, point a real cron job at wp-cron.php (standard WordPress practice).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

 *   [ Diffsome.Inc ](https://profiles.wordpress.org/jiahnpark/)

[Translate “Scribeling AI Writer” into your language.](https://translate.wordpress.org/projects/wp-plugins/scribeling-ai-writer)

### Interested in development?

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

## Changelog

#### 0.6.5

 * Capabilities: publishing an article immediately now requires the
    publish_posts
   capability, both at the REST route and where the post is created. Users who can
   only write drafts always get drafts.
 * Articles are authored by the user who requested them (scheduled articles by
    
   the user who created the schedule), instead of whoever happened to poll.
 * The route that turns a finished job into a post is now POST instead of GET.

#### 0.6.4

 * Hardening: a finished rewrite is now written straight to the paragraph it
    was
   started on, instead of going through the editor’s “current selection”. A rewrite
   takes 30-60 seconds, and whatever you select in the meantime can no longer affect
   where the result lands.

#### 0.6.3

 * Fixed: article images went into the post at their original upload size with
    
   no size information, so themes stretched them across the full width. They now
   go in at the large size with proper WordPress image markup, so themes lay them
   out correctly and browsers pick a smaller file on phones. The full-size original
   is still stored in your media library.

#### 0.6.2

 * Removed: the source-link field. Articles are now written only from the
    topic
   and instructions you type in wp-admin.

#### 0.6.1

 * Plugin Check compliance: stricter input sanitization on the scheduling
    screen,
   translator comments, and a WordPress-native tag stripper.

#### 0.6.0

 * New: Scheduling — recurring article generation with topic rotation
    (daily / 
   every 3 days / weekly), draft or auto-publish, pause/resume.
 * New: onboarding — signup call-to-action and Scribeling dashboard links.

#### 0.3.0

 * New: writer voices — pick a saved writing persona per article.

#### 0.2.0

 * Drafts now arrive as native Gutenberg blocks (paragraphs, headings,
    images, 
   lists) instead of one Classic blob.
 * New: rewrite any paragraph in place from the block editor toolbar
    (✦ Scribeling
   AI), with quick presets and free instructions.

#### 0.1.0

 * First release: full-article generation from wp-admin with stock images,
    media-
   library sideloading, and featured image.

## Meta

 *  Version **0.6.5**
 *  Last updated **14 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[blog](https://wordpress.org/plugins/tags/blog/)
   [content](https://wordpress.org/plugins/tags/content/)[editor](https://wordpress.org/plugins/tags/editor/)
   [writing](https://wordpress.org/plugins/tags/writing/)
 *  [Advanced View](https://wordpress.org/plugins/scribeling-ai-writer/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

 *   [ Diffsome.Inc ](https://profiles.wordpress.org/jiahnpark/)

## Support

Got something to say? Need help?

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