[WordPress] 外掛分享: Xenon Comment Review Agent

首頁外掛目錄 › Xenon Comment Review Agent
全新外掛
安裝啟用
尚無評分
33 天前
最後更新
問題解決
WordPress 6.6+ PHP 7.4+ v1.2.3 上架:2026-08-11

內容簡介

Xenon Comment Review Agent 利用 AI 技術自動審核和管理 WordPress 網站上的評論,能夠根據上下文自主決定是否批准、拒絕或標記評論以供人工審查,提升網站的互動質量。

【主要功能】
• AI Agent 模式 — 自主進行評論管理決策
• 非同步佇列處理 — 背景中進行評論審核,無影響頁面載入
• 可擴展的 AI 提供者 — 內建 OpenAI,支持新增其他服務
• 統計儀表板 — 一目了然的批准、拒絕和標記率
• 審核日誌 — 詳細記錄每次管理決策的理由
• 多語言介面 — 支援中文和英文,易於擴展更多語言

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.2.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Xenon Comment Review Agent」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Xenon Comment Review Agent uses AI Agent technology to automatically review and moderate comments on your WordPress site. The AI analyzes each comment in context and autonomously decides whether to approve, reject, or flag it for human review.
Key Features:

🤖 AI Agent Mode — AI uses function calling (tool use) to autonomously make moderation decisions
⚡ Async Queue Processing — Comments are moderated in the background via WP-Cron, zero impact on page load
🔌 Extensible AI Providers — OpenAI built-in, architecture supports adding Gemini, DeepSeek, and more
📊 Statistics Dashboard — Track approval, rejection, and flag rates at a glance
📝 Audit Log — Detailed logging of every moderation decision with reason, model, and token usage
🌐 Multi-Language UI — Chinese and English interface, easily extensible to more languages
⚙️ Customizable System Prompt — Full control over how the AI evaluates comments
🛡️ Prompt Injection Protection — Visitor data is isolated inside a fence carrying a per-request random token, so a comment cannot impersonate an instruction. Built-in detection patterns can be extended with your own, and a detected comment can be held for human review instead of being auto-approved
🧹 Smart Rules — Skip admin comments, configurable queue interval, auto-cleanup old records

How It Works:

A visitor submits a comment
The comment enters the moderation queue, which schedules a review straight away
The AI Agent reviews the comment, usually within seconds of submission; a recurring
sweep picks up anything the immediate run missed
The AI analyzes context (comment content, article title, author info) and decides:

✅ Approve — Genuine, relevant comment → Published
🚫 Reject — Spam, hate speech, or harmful → Trash
⚠️ Flag — Uncertain, needs human review → Stays pending

Supported AI Providers:

OpenAI (GPT-4o Mini, GPT-4o, GPT-4, etc.)
Any OpenAI-compatible API (via custom Base URL)

External Services
This plugin connects to third-party AI API services to perform comment moderation analysis.
OpenAI API
This plugin sends comment data to the OpenAI API (or a compatible API endpoint configured by the user) for AI-powered moderation analysis.
What data is sent:
* Comment content (text)
* Comment author name, email, and IP address
* Post title, and the first 100 words of the post content (for context)
* Parent comment content, when the comment is a reply and the parent is already published
Each field is truncated before it is sent: 4000 characters for the comment, 1500 for the
post extract, 1000 for the parent comment, and 200 for each of the author fields.
When data is sent:
* Data is sent when the WP-Cron queue processor runs to moderate pending comments
* Data is also sent when an administrator manually triggers queue processing or tests the API connection
Service details:
* Default API endpoint: https://api.openai.com/v1
* Users can configure a custom API Base URL to use alternative OpenAI-compatible services
* OpenAI Terms of Use: https://openai.com/terms/
* OpenAI Privacy Policy: https://openai.com/privacy/
Development
The source code for the compiled JavaScript files in the build/ directory can be found in the src/ directory of this plugin, or on GitHub:
https://github.com/Xenon-XG/Xenon-Comment-Review-Agent
To build from source:

Run npm install
Run npm run build

延伸相關外掛

文章
Filter
Mastodon