Title: Scribeling AI Writer
Author: Diffsome.Inc
Published: <strong>2026 年 8 月 18 日</strong>
Last modified: 2026 年 8 月 18 日

---

搜尋外掛

![](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

 由 [Diffsome.Inc](https://profiles.wordpress.org/jiahnpark/) 開發

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

 * [詳細資料](https://tw.wordpress.org/plugins/scribeling-ai-writer/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/scribeling-ai-writer/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/scribeling-ai-writer/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/scribeling-ai-writer/#developers)

 [技術支援](https://wordpress.org/support/plugin/scribeling-ai-writer/)

## 外掛說明

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.

## 螢幕擷圖

[⌊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.

## 安裝方式

 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.

## 常見問題集

### 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).

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Scribeling AI Writer〉的開發相關工作。

參與者

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

[將〈Scribeling AI Writer〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/scribeling-ai-writer)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/scribeling-ai-writer/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/scribeling-ai-writer/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/scribeling-ai-writer/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/scribeling-ai-writer/)。

## 變更記錄

#### 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.

## 中繼資料

 *  版本 **0.6.5**
 *  最後更新 **3 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.4**
 *  PHP 版本需求 ** 8.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/scribeling-ai-writer/)
 * 標籤:
 * [AI](https://tw.wordpress.org/plugins/tags/ai/)[blog](https://tw.wordpress.org/plugins/tags/blog/)
   [content](https://tw.wordpress.org/plugins/tags/content/)[editor](https://tw.wordpress.org/plugins/tags/editor/)
   [writing](https://tw.wordpress.org/plugins/tags/writing/)
 *  [進階檢視](https://tw.wordpress.org/plugins/scribeling-ai-writer/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/scribeling-ai-writer/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/scribeling-ai-writer/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/scribeling-ai-writer/)