Title: OmniWrite AI
Author: Arnab Bhadra
Published: <strong>2026 年 6 月 4 日</strong>
Last modified: 2026 年 6 月 4 日

---

搜尋外掛

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

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

# OmniWrite AI

 由 [Arnab Bhadra](https://profiles.wordpress.org/arnabdev1305/) 開發

[下載](https://downloads.wordpress.org/plugin/omniwrite-ai.1.0.1.zip)

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

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

## 外掛說明

**OmniWrite AI** brings the power of ChatGPT and DALL·E directly into your WordPress
editor — no copy-pasting, no switching tabs. Whether you use the modern Gutenberg
block editor or the Classic Editor plugin, OmniWrite AI works seamlessly in both.

Type a short prompt, choose your tone and length, and get professional, publish-
ready content or stunning AI-generated images in seconds — all without leaving your
post or page.

#### ✍ Text Generation

Generate full blog posts, introductions, product descriptions, landing page copy,
FAQs, and more. Choose from five tones (professional, friendly, persuasive, informative,
creative) and three length options (short, medium, long). Powered by GPT-4o and 
GPT-4o Mini.

#### 🖼 Image Generation

Describe any image and get a high-quality result from DALL·E 3. Generated images
are automatically saved to your WordPress Media Library so they are part of your
site permanently.

#### ⚡ Works in Every Editor

Most AI writing plugins only support Gutenberg. OmniWrite AI is built differently:

 * **Gutenberg** — Two dedicated, searchable blocks appear in the block inserter.
   Type `/write` or `/image` to find them instantly. The full prompt UI appears 
   inline inside the block — no popups required.
 * **Classic Editor** — Two separate toolbar buttons with distinct icons sit right
   in the TinyMCE toolbar. Click one to open a clean modal and generate content 
   without leaving the editor.

#### 🔌 Provider-Ready Architecture

OmniWrite AI launches with OpenAI (ChatGPT + DALL·E). The plugin is architected 
to support additional AI providers — Anthropic Claude, Google Gemini, and Mistral—
in upcoming releases.

#### 🔒 Secure & Role-Controlled

All API calls are made server-side through a secured WordPress REST endpoint — your
API key is never exposed in the browser. Role-based access control lets you decide
which user roles (Administrator, Editor, Author, etc.) can access the AI tools.

#### 🛠 Simple Setup

 1. Install and activate
 2. Paste your OpenAI API key in Settings  OmniWrite AI
 3. Open any post or page and start generating

No coding, no configuration complexity — just install and write.

### External services

This plugin sends data to the OpenAI API in order to generate text content and images.
This happens only when a logged-in user with the appropriate role actively clicks
the Generate button inside the editor. No data is sent automatically, on page load,
or without explicit user action.

#### What is sent and why

**Text generation:** The prompt text entered by the user (along with selected tone
and length preferences) is sent to OpenAI’s Chat Completions API endpoint (`https://
api.openai.com/v1/chat/completions`) to generate written content.

**Image generation:** The prompt text entered by the user is sent to OpenAI’s Images
API endpoint (`https://api.openai.com/v1/images/generations`) to generate an AI 
image. The returned image data is saved to your WordPress Media Library and is not
stored by this plugin.

#### Data sent to OpenAI

 * The text prompt written by the user
 * Selected options (tone, length, image size, model)
 * Your OpenAI API key (sent as an Authorization header — never logged or stored
   beyond your WordPress database)

No personally identifiable user data (name, email, IP address) is included in API
requests.

#### Service provider

This plugin uses the OpenAI API, provided by OpenAI, L.L.C., 3180 18th St, San Francisco,
CA 94110, USA.

 * [OpenAI Terms of use](https://openai.com/policies/terms-of-use/)
 * [OpenAI Privacy policy](https://openai.com/policies/privacy-policy/)
 * [OpenAI API documentation](https://platform.openai.com/docs/)

#### WordPress AI Client (WordPress 7.0+)

On sites running WordPress 7.0 or later, this plugin will automatically use the 
built-in WordPress AI Client (`wp_ai_client_prompt()`) as the primary interface 
for AI requests. When the WP AI Client is active, API credentials are managed centrally
by WordPress (Settings  Connectors) and not by this plugin. The direct OpenAI API
integration remains available as a fallback for sites running WordPress 6.x.

## 適用於區塊編輯器

這個外掛提供 2 個可供 Gutenberg/區塊編輯器使用的區塊。

 *   Write with AI
 *   Generate Image with AI

## 安裝方式

 1. Upload the `omniwrite-ai` folder to `/wp-content/plugins/`
 2. Activate the plugin from **Plugins  Installed Plugins**
 3. Go to **Settings  OmniWrite AI** and enter your OpenAI API key
 4. Click **Test Connection** to verify everything works
 5. Open any post or page — the AI tools are ready

## 常見問題集

### Do I need an OpenAI account?

Yes. You need an OpenAI account and API key from [platform.openai.com/api-keys](https://platform.openai.com/api-keys).
Standard OpenAI API usage fees apply based on usage. The plugin itself is free.

### Does it work with the Classic Editor plugin?

Yes — this is one of OmniWrite AI’s key strengths. Two separate toolbar buttons 
with distinct icons appear right in the TinyMCE toolbar, fully compatible with the
Classic Editor plugin.

### How do I find the blocks in Gutenberg?

Click the `+` button or type `/write` to find the **Write with AI** block, or `/
image` to find the **Generate Image with AI** block. You can also search “ai”, “
chatgpt”, “dalle”, or “generate” in the block inserter.

### Which AI models are supported?

**Text:** GPT-4o, GPT-4o Mini, GPT-3.5 Turbo
 **Images:** DALL·E 3, DALL·E 2 More
providers (Anthropic Claude, Google Gemini, Mistral) are planned for upcoming versions.

### Where are generated images stored?

Images generated by DALL·E are automatically downloaded and added to your WordPress
Media Library. They are stored on your own server and remain permanently available
even if the OpenAI URL expires.

### Is my API key stored securely?

Your API key is stored in the WordPress options table using the standard WordPress
API — the same way all other plugin settings are stored. All API calls are made 
from the server side via a secured REST endpoint, so your key is never exposed in
the browser or to end users.

### Can I control who has access to the AI tools?

Yes. In **Settings  OmniWrite AI  Access Control** you can choose which user roles
can see and use the AI writing tools. Only selected roles will see the toolbar buttons
or blocks.

### Will this work with page builders like Elementor or Divi?

The Classic Editor TinyMCE integration is compatible with most page builders that
use a standard TinyMCE textarea. The Gutenberg blocks work with the standard WordPress
block editor.

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ Arnab Bhadra ](https://profiles.wordpress.org/arnabdev1305/)

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

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

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

## 變更記錄

#### 1.0.0

 * Initial release
 * Text generation: GPT-4o, GPT-4o Mini, GPT-3.5 Turbo
 * Image generation: DALL·E 3 and DALL·E 2
 * Automatic Media Library upload for generated images
 * Gutenberg: two dedicated searchable blocks (Write with AI, Generate Image with
   AI)
 * Classic Editor / TinyMCE: two separate toolbar buttons with distinct icons
 * Five tone options: Professional, Friendly, Persuasive, Informative, Creative
 * Three length options: Short, Medium, Long
 * Role-based access control
 * Admin settings page with live API connection test
 * Fully translatable (i18n ready)

## 中繼資料

 *  版本 **1.0.1**
 *  最後更新 **4 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/omniwrite-ai/)
 * 標籤:
 * [AI](https://tw.wordpress.org/plugins/tags/ai/)[ChatGPT](https://tw.wordpress.org/plugins/tags/chatgpt/)
   [image-generation](https://tw.wordpress.org/plugins/tags/image-generation/)[openai](https://tw.wordpress.org/plugins/tags/openai/)
   [writing assistant](https://tw.wordpress.org/plugins/tags/writing-assistant/)
 *  [進階檢視](https://tw.wordpress.org/plugins/omniwrite-ai/advanced/)

## 評分

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

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

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

## 參與者

 *   [ Arnab Bhadra ](https://profiles.wordpress.org/arnabdev1305/)

## 技術支援

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

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