AI Authors Studio (AAS)

説明

AI Authors Studio (AAS) helps you create book projects, build outlines, write chapter content, organize front and back matter, and export finished drafts from inside WordPress.

The core workspace runs locally in WordPress. Optional beginner-friendly AI help buttons are included, but they stay off until a site administrator connects the plugin to the OpenAI API in AI Authors Studio (AAS) > AI Config. To use those AI buttons, the administrator must have an OpenAI API account or project with available billing or credits, create a secret API key, save that key in AI Config, and test the connection. ChatGPT subscriptions and OpenAI API usage are separate products.

This repository build is focused on the included local workspace tools. It does not require license keys or hosted subscription validation.

External services

The core workspace runs locally in WordPress.

If an administrator enables the optional AI buttons, the plugin can send data to the OpenAI API configured by that administrator.

Service used when configured:
* Service: OpenAI API
* Service URL: https://platform.openai.com/
* Terms: https://openai.com/policies/terms-of-use/
* Privacy: https://openai.com/policies/privacy-policy/

What is sent:
* The user’s AI request
* The current page context
* Limited project or chapter context needed to answer the request
* Model settings such as model name and max tokens

When it is sent:
* Only when an administrator tests the AI connection in AI Config
* Only when a logged-in user clicks one of the Beginner Mode AI help buttons

Who controls the destination:
* The site administrator chooses the OpenAI API key and settings used by the site

This plugin does not require a paid AI service for normal workspace operation. The optional AI buttons require separate OpenAI API access.

スクリーンショット

インストール

  1. Upload the plugin ZIP via Plugins > Add New > Upload Plugin.
  2. Activate the plugin.
  3. Open AI Authors Studio (AAS) in WordPress Admin and create or repair the master portal page.
  4. Open the portal page and create or import your first project.
  5. To enable the optional AI buttons, go to AI Authors Studio (AAS) > AI Config, add an OpenAI API key, save, and test the connection. The site administrator must have an OpenAI API account or project with available billing or credits. ChatGPT alone does not power these buttons.

FAQ

Does this plugin require an API key?

No for the core workspace. Yes for the optional AI buttons: a site administrator needs an OpenAI API account or project with available billing or credits, and must save an OpenAI secret key in AI Config. The AI Config screen includes a setup guide for creating an OpenAI API key and testing the connection. ChatGPT subscriptions do not automatically include API usage.

Do users need their own OpenAI setup for the AI buttons?

Yes. The core workspace works without AI, but the optional AI buttons only work after a site administrator connects the plugin to the OpenAI API in AI Config. That requires an OpenAI Platform API account or project with billing or credits plus a saved API key. ChatGPT subscriptions do not automatically include API access for this plugin.

Which import and export formats are included in this build?

The bundled import and export tools in this build support TXT and DOCX only.

Does this build use license keys or subscription validation?

No. This plugin does not require license keys or hosted subscription validation.

評価

このプラグインにはレビューがありません。

貢献者と開発者

AI Authors Studio (AAS) はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“AI Authors Studio (AAS)” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

2.18.77

  • Synced plugin header, portal version constant, and readme stable tag.

2.18.47

  • Updated the package to use a five-character unique internal prefix (AIAAS) across classes, constants, hooks, options, transients, assets, and UI identifiers.
  • Removed plan gating from the repository build and made the local workspace operate as a fully enabled build.
  • Restricted bundled local import and export support to TXT and DOCX only, and removed unused extra-format files from the package.
  • Reworked remaining page-level inline scripts to use WordPress enqueue and inline-script APIs.
  • Updated the plugin header metadata and repository-facing author URL.

2.18.42

  • Continued WordPress.org cleanup on the free build.
  • Softened remaining Help-page wording so the free package reads more like a complete local workspace and less like a gated upgrade shell.
  • Shortened the shipped changelog to keep the readme more repository-facing while preserving the Info links requested for the free build.

2.18.32

  • Restored the Info submenu in the free build and added the public Info link back to the Plugins screen.
  • Fixed the readme short description warning by trimming the one-line description to fit WordPress.org parsing limits.
  • Updated the plugin author line to display By MKE with the http://mkettingtonbooks.com link.

2.18.31

  • Removed remaining off-site contact/info blocks from Help-page overview text and cleaned leftover internal HTML comments from portal output.

2.18.30

  • Tightened readme, installation, Help, and AI Config wording so the package more clearly explains that optional AI buttons require an OpenAI Platform API key, billing or credits, and a successful AI Config connection test.

2.18.15

  • Removed shipped reviewer-note artifacts and stopped the free build loader from bootstrapping premium module files.

2.18.13

  • Disabled series and collaboration action hooks in the repository free build and kept the package focused on the local book workspace.