[WordPress] 外掛分享: Fast AI LLM Summarizer

WordPress 外掛 Fast AI LLM Summarizer 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Fast AI LLM Summarizer」是 2026-01-26 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2026-01-27,距離現在已有 30 天。
  • 外掛最低要求 WordPress 6.4 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

colorwhistlecw |

外掛標籤

AI | LLM | summary | bulk-summary | content-summarizer |

內容簡介

**總結:**
AI Summary Generator 透過調用 OpenAI Responses API (模型 gpt-4.1-mini) 為每篇 WordPress 文章創建人類可讀的摘要。摘要存儲在 fastaill_ai_summary 元鍵中,顯示在文章內容上方,並可從編輯器重新生成。此外,該外掛遵循 WordPress 編碼標準,包括詳細的日誌記錄,對每個自動操作提供開關。

1. 外掛的主要功能:
- 可自動在發佈/更新時生成摘要(可配置)。
- 在傳統和古鐘型編輯器中提供手動「重新生成摘要」按鈕。
- 前端輸出通過 the_content 注入在<div class="fastaill-summary"> 內。
- 在 Settings > AI Summary Generator 下有專用的設定頁面,包括對 API 金鑰、摘要長度、開關和卸載行為的選項。
- 即時的「測試 API 連線」按鈕執行真正的 OpenAI /v1/responses 請求以確認連通性。
- 通過驗證非安全和能力檢查來保護 AJAX 端點。
- 可選的管理員通知以可解除的 UI 顯示成功/失敗。

2. 安全性和數據處理:
- API 金鑰:您的 OpenAI API 金鑰安全存儲在 WordPress 選項表中,不會公開給前端,也不與 OpenAI 以外的第三方共享。
- 數據傳輸:文章內容發送到 OpenAI 的 API(api.openai.com)進行摘要。不會傳輸其他站點數據。
- 卸載清理:在卸載時,外掛將刪除所有配置設置並清理內部元數據。生成的 AI 摘要內容(自定義文章類型)會被保留,以防止數據丟失。如果您希望刪除摘要,請在卸載之前手動刪除它們。

3. 外部服務披露:
- 本外掛連接到 OpenAI API 以生成內容摘要。
- 用戶必須提供自己的 API 金鑰,該金鑰存儲在本地並僅發送到 OpenAI 的 API 端點。
- OpenAI 服務條款:
[OpenAI 服務條款](https://openai.com/policies/terms-of-use)
- OpenAI 隱私政策:
[OpenAI 隱私政策](https://openai.com/policies/privacy-policy)

4. 隱私權:
- 本外掛將文章內容發送到外部 AI 服務(OpenAI)進行摘要。該外掛不存儲個人數據。OpenAI API 金鑰和文章內容僅發送到 OpenAI 的 API 端點進行處理。用戶必須提供自己的 API 金鑰,該金鑰安全存儲在 WordPress 選項表中。

5. 支援:
- 如果您遇到任何問題或需要幫助,請訪問我們的支援論壇或通過 [email protected] 與我們聯繫。

原文外掛簡介

AI Summary Generator creates human-readable summaries for every WordPress post by calling the OpenAI Responses API (model gpt-4.1-mini). Summaries are stored in the fastaill_ai_summary meta key, displayed above the post content, and can be regenerated from the editor. The plugin adheres to WordPress Coding Standards, includes detailed logging, and exposes toggles for every automated action.
Key features

Automatic summary generation on publish/update (configurable).
Manual “Regenerate Summary” button in both Classic and Gutenberg editors.
Frontend output injected via the_content inside

.
Dedicated Settings page under Settings > AI Summary Generator with options for API key, summary length, toggles, and uninstall behavior.
Live “Test API Connection” button performs a real OpenAI /v1/responses request to confirm connectivity.
AJAX endpoints protected by nonces and capability checks.
Optional admin notices for success/failure with dismissible UI.

Security & Data Handling

API Keys: Your OpenAI API key is stored securely in the WordPress options table. It is never exposed to the frontend or shared with third parties other than OpenAI.
Data Transmission: Post content is sent to OpenAI’s API (api.openai.com) for summarization. No other site data is transmitted.
Uninstall Cleanup: Upon uninstallation, the plugin removes all configuration settings and cleans up internal metadata. The generated AI Summary content (Custom Post Type) is PRESERVED to prevent data loss. If you wish to delete the summaries, please delete them manually before uninstalling.

External Service Disclosure
This plugin connects to the OpenAI API to generate content summaries.
Users must provide their own API key, which is stored locally and sent only to OpenAI’s API endpoint.
OpenAI Terms of Service:
https://openai.com/policies/terms-of-use
OpenAI Privacy Policy:
https://openai.com/policies/privacy-policy
Privacy
This plugin sends post content to external AI services (OpenAI) for summarization. No personal data is stored by the plugin. The OpenAI API key and post content are sent only to OpenAI’s API endpoint for processing. Users must provide their own API key, which is stored securely in the WordPress options table.
Support
If you have any issues or need help, please visit our support forum or contact us at [email protected]

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Fast AI LLM Summarizer」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.0 | trunk |

延伸相關外掛(你可能也想知道)

暫無相關外掛推薦。

文章
Filter
Mastodon