Title: Cover Artist
Author: hooshd
Published: <strong>2026년 6월 1일</strong>
Last modified: 2026년 6월 1일

---

플러그인 검색

![](https://s.w.org/plugins/geopattern-icon/cover-artist.svg)

# Cover Artist

 작성자: [hooshd](https://profiles.wordpress.org/hooshd/)

[다운로드](https://downloads.wordpress.org/plugin/cover-artist.1.7.zip)

 * [세부사항](https://ko.wordpress.org/plugins/cover-artist/#description)
 * [평가](https://ko.wordpress.org/plugins/cover-artist/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/cover-artist/#installation)
 * [개발](https://ko.wordpress.org/plugins/cover-artist/#developers)

 [지원](https://wordpress.org/support/plugin/cover-artist/)

## 설명

Cover Artist helps editors create cover art and inline art for posts using AI services
they configure with their own API keys. It can review article context, create an
image prompt, call a selected AI image service, download the resulting image, compress
it, and attach it to the post in the WordPress media library.

The plugin currently supports multiple AI image backends (including OpenAI and Google
Gemini) and integrates directly with the WordPress media library so that generated
artwork is treated just like any other image in your site.

Current defaults use OpenAI’s Responses API for text generation with GPT-5.4 Nano,
GPT-5.4 Mini, and GPT-5.5 available in settings, the Responses image generation 
tool for OpenAI image generation, and a stable-first Gemini text set with the latest
Gemini image models.

When generating with OpenAI, the media modal now exposes configurable image quality
plus preset or custom sizes that follow GPT Image size constraints. The default 
cover-art request uses a 3:2 size at medium quality, while inline image workflows
can switch to smaller or custom dimensions.

**Key features**

 * Generate AI-powered cover art directly from the post editor.
 * NEW: Quick Inline Image Button in block editor (Paragraph/Heading/Image blocks)
   for instant inline image generation and insertion.
 * Block toolbar, inserter, and slash command support for rapid access.
 * Smart context gathering from nearby blocks for better prompts.
 * Editor notices for errors and API key status (no more alerts).
 * Engine/orientation/art style preferences persist via localStorage.
 * Button disables if API keys missing.
 * Create inline art for use inside post content.
 * Generate reviewable editorial draft plans and draft posts from your own brief.
 * Optionally use an existing editable post as style inspiration when creating a
   draft plan.
 * Use inferred descriptions from your article or write your own prompts.
 * Choose from different visual styles when generating art.
 * Automatically save generated images to the media library.
 * Works anywhere the standard media modal is available in the editor.

### External Services

This plugin connects to third-party AI services only when you configure provider
API keys and actively use an AI generation feature. Data is sent to the selected
service as described below.

#### OpenAI API

**What it’s used for:** Generating AI-powered images, analyzing article content 
to create image prompts, and generating alt text and filenames for images.

**What data is sent:** Article titles, content excerpts, user-provided prompts, 
and image generation parameters are sent to OpenAI’s servers when you request to
generate an image or when the plugin analyzes your content.

**When data is sent:** Only when you actively trigger image generation, content 
analysis, or draft-planning features.

**Service provider:** OpenAI
 **Service URL:** https://openai.com/ **Terms of Service:**
https://openai.com/policies/terms-of-use **Privacy Policy:** https://openai.com/
policies/privacy-policy

#### Google Generative AI (Gemini)

**What it’s used for:** Generating AI-powered images, analyzing article content 
to create image prompts, and generating alt text and filenames for images.

**What data is sent:** Article titles, content excerpts, user-provided prompts, 
and image generation parameters are sent to Google’s servers when you request to
generate an image or when the plugin analyzes your content.

**When data is sent:** Only when you actively trigger image generation, content 
analysis, or draft-planning features and Google Gemini is selected or used as a 
fallback.

**Service provider:** Google LLC
 **Service URL:** https://ai.google.dev/gemini-
api **Terms of Service:** https://policies.google.com/terms **Privacy Policy:** 
https://policies.google.com/privacy

**User consent:** By saving an API key and using a generation feature, you consent
to sending the relevant prompt, post context, and generation settings to the selected
provider.

## 블록

이 플러그인은 1개의 블록을 제공합니다.

 *   Cover Artist

## 설치

 1. Download the latest version of the plugin from WordPress.org once published.
 2. Upload the `cover-artist` folder to the `wp-content/plugins/` directory of your
    WordPress installation.
 3. In the WordPress admin area, go to **Plugins  Installed Plugins** and activate **
    Cover Artist**.

## FAQ

### Do I need an API key?

Yes. In the current version you must provide at least one supported image API key(
for example OpenAI or Google Gemini) in the plugin settings page.

### Where do I configure the plugin?

After activating the plugin, open **Cover Artist** in the WordPress admin menu and
enter your API keys and preferred defaults.

### Where do the images get saved?

All generated images are stored in the standard WordPress media library and can 
be reused anywhere on your site.

### Can I use the plugin in the block editor (Gutenberg)?

Cover Artist works in the standard editor wherever the media modal is available.
This generally includes both the classic editor and block-based workflows that open
the media library modal.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Cover Artist”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ hooshd ](https://profiles.wordpress.org/hooshd/)

[자국어로 “Cover Artist”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/cover-artist)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/cover-artist/)는, [SVN 저장소](https://plugins.svn.wordpress.org/cover-artist/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/cover-artist/)
을 [RSS](https://plugins.trac.wordpress.org/log/cover-artist/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.7 – 11 May 2026

 * Refreshed OpenAI text model options to GPT-5.4 Nano, GPT-5.4 Mini, and GPT-5.5.
 * Moved OpenAI image generation onto the Responses image generation tool.
 * Replaced deprecated Gemini text options with a stable-first set and updated the
   default Gemini image model to Gemini 3.1 Flash Image Preview.
 * Automatically migrate legacy saved model IDs to supported values and show an 
   admin notice when a stored setting changes.
 * Added configurable OpenAI image quality plus preset and custom image sizes, with
   validation against GPT Image size constraints.

#### 1.6 – 11 Dec 2025

 * Added comprehensive external services documentation for WordPress.org compliance.
 * Documented OpenAI and Google Generative AI service usage, data transmission, 
   and privacy policies.

#### 1.5 – 29 Nov 2025

 * Quick Inline Image Button for block editor: toolbar, inserter, slash command,
   inline image insertion, editor notices, context gathering, and preference persistence.
 * Image compression.

#### 1.4 – 27 Nov 2025

#### 1.3.2 – 27 Nov 2025

 * More bug fixes.

#### 1.3.1 – 26 Nov 2025

 * Persist the selected image engine in the Cover Artist modal so you keep your 
   last choice.
 * Fall back to Google Gemini when generating filenames/alt text if OpenAI text 
   API is unavailable.

#### 1.3 – 24 November 2025

 * Added Google Nano Banana support and updated OpenAI specs.

#### 1.2 – 9 July 2024

 * Updated image queries to better handle numbers.

#### 1.1 – 30 June 2024

 * First public release.

## 기초

 *  버전 **1.7**
 *  최근 업데이트: **1개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.1**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/cover-artist/)
 * 태그:
 * [AI](https://ko.wordpress.org/plugins/tags/ai/)[images](https://ko.wordpress.org/plugins/tags/images/)
   [media library](https://ko.wordpress.org/plugins/tags/media-library/)[posts](https://ko.wordpress.org/plugins/tags/posts/)
 *  [고급 보기](https://ko.wordpress.org/plugins/cover-artist/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/cover-artist/reviews/)

## 기여자

 *   [ hooshd ](https://profiles.wordpress.org/hooshd/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/cover-artist/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://hooshmand.net/)