Title: AI Conduit
Author: WisdmLabs
Published: <strong>2026 年 5 月 13 日</strong>
Last modified: 2026 年 5 月 21 日

---

搜尋外掛

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

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

# AI Conduit

 由 [WisdmLabs](https://profiles.wordpress.org/wisdmlabs/) 開發

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

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

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

## 外掛說明

Your AI assistant is smart — but it knows nothing about your specific WordPress 
site. AI Conduit fixes that. Once installed, your AI can look up your blog posts,
check your WooCommerce orders, pull student progress from LearnDash, or summarise
your site’s data — just by asking, in plain language.

Think of it as giving your AI a secure window into your WordPress database. It can
read and report. It can never edit, delete, or change anything.

#### WordPress 7.0 has AI infrastructure — so why AI Conduit?

WordPress 7.0 shipped the Abilities API, AI Client, Connectors screen, and MCP Adapter.
For the first time, WordPress has a standardised way for plugins to talk to AI assistants.
The architecture is sound. The vision is right. And for most WordPress sites today,
none of it does anything useful yet.

Here’s why. The Abilities API is a registry — it only matters if plugins populate
it. WordPress 7.0 ships with two baseline abilities. WooCommerce is leading the 
way, but the vast majority of the plugin ecosystem hasn’t registered anything yet.
Until they do, your AI can see the registry, but there’s nothing in it for your 
site.

The bigger gap is your custom work. Most production sites have custom post types,
meta fields, and bespoke integrations that no plugin author can register on your
behalf. The only native path to exposing them is custom PHP — writing schemas and
permission callbacks for every field you want your AI to read. That’s a developer
project, not an afternoon’s work.

AI Conduit closes both gaps. Point and click to give your AI read access to anything
in your database — standard fields, custom post types, custom meta, even data added
by plugins that haven’t registered abilities yet. No PHP. No waiting on someone 
else’s roadmap. Working in minutes, not months.

#### What can you use it for?

 * **Customer Support** — Ask your AI “what did customer John order last week?” 
   and get the answer without opening WooCommerce. Save hours every week.
 * **E-commerce** — “Show me all orders over $5,000 this month.” Your AI assistant
   pulls the data, you make the decision. No exports, no spreadsheets.
 * **Content Teams** — “List all posts published in the last 30 days with fewer 
   than 500 words.” Your AI does the audit in seconds — not hours.
 * **Course Creators** — With LearnDash, ask “which students haven’t completed Module
   3?” and follow up personally — without running a single report.
 * **Site Owners** — “Give me a weekly digest of new signups, published posts, and
   comments.” Your AI becomes a personal briefing assistant for your site.
 * **Agencies** — Build tools once. Use them across client sites. Pull the metrics
   your clients care about without touching phpMyAdmin or writing SQL.

#### How it works — three simple steps

 1. **Install and activate the plugin.** Upload to WordPress the same way you install
    any other plugin. Takes about two minutes.
 2. **Build your first tool with drag-and-drop.** Choose what data your AI can see —
    posts, orders, users, comments. No code required. Point, click, configure.
 3. **Connect your AI and start asking questions.** Paste one connection URL into Claude
    Desktop or your preferred AI app. Your assistant now knows your site.

#### Your data stays safe

 * **Read-only access** — Your AI can never edit, delete, or publish anything on
   your site. Ever.
 * **Role-based controls** — Decide exactly which WordPress roles can access which
   tools.
 * **Full request log** — Every query your AI makes is logged so you always know
   what was asked.

#### Everything included

 * **Visual tool builder** — No code. Drag blocks to define what your AI can access.
 * **Rich data sources** — Posts, pages, users, comments, and custom fields — all
   queryable.
 * **Smart filters** — Narrow by date, category, author, custom field value, and
   more.
 * **Cross-data queries** — Combine posts with their authors or comments with their
   posts in one query.
 * **Import & export tools** — Save your tool configuration as JSON and reuse it
   across sites instantly.
 * **Rate limiting** — Set caps on how often the AI can query your site to prevent
   overload.

#### Who is this plugin for?

 * **WooCommerce store owners** — Query orders, customers, and product data without
   leaving your AI chat.
 * **LearnDash course creators** — Track enrolments, completions, and quiz scores
   through natural conversation.
 * **Content editors & bloggers** — Audit your content library, find gaps, and surface
   your best posts with ease.
 * **WordPress developers** — Build custom MCP tools for clients. Extensible with
   your own block types.

#### Works with your favourite AI tools

AI Conduit connects to any AI app that supports the Model Context Protocol (MCP).
That includes:

 * Claude Desktop
 * Cursor
 * Any MCP-compatible client

New AI tools are adding MCP support every month — any compatible client will work
automatically.

## 螢幕擷圖

[⌊Tool Builder -- Drag-and-drop interface for creating tools your AI can use.⌉⌊Tool
Builder -- Drag-and-drop interface for creating tools your AI can use.⌉[

Tool Builder — Drag-and-drop interface for creating tools your AI can use.

[⌊Settings Page -- Configure caching, logging, and rate limiting.⌉⌊Settings Page--
Configure caching, logging, and rate limiting.⌉[

Settings Page — Configure caching, logging, and rate limiting.

## 安裝方式

 1. Upload the `ai-conduit` folder to the `/wp-content/plugins/` directory, or install
    it through the WordPress plugins screen directly.
 2. Activate the plugin through the “Plugins” menu in WordPress.
 3. Go to AI Conduit > Tools to build your first tool using the drag-and-drop builder.
 4. Create an Application Password under Users > Profile — you’ll paste this into your
    AI client to connect.
 5. Open the Instructions page in AI Conduit to copy the connection URL into Claude
    Desktop, Cursor, or any other MCP-compatible AI app.

## 常見問題集

### Do I need to know how to code?

No. The visual builder handles everything. If you can install a WordPress plugin
and click through a settings page, you can use AI Conduit.

### Can the AI change or delete my content?

Never. All access is strictly read-only. Your AI can look and report — it cannot
touch anything.

### Which AI assistants can I connect?

Claude Desktop, Cursor, and any other AI tool that supports the Model Context Protocol(
MCP) — a standard supported by all major AI providers.

### Does it work with WooCommerce or LearnDash?

Yes for data stored as standard WordPress posts and custom fields. WooCommerce orders,
LearnDash course data, and most plugin data is accessible out of the box. Dedicated
add-ons can unlock even deeper integration.

### Is this plugin free?

Yes, the core plugin is completely free. Add-ons for deeper integration with specific
plugins may be available separately.

### How does my AI assistant authenticate with my site?

AI Conduit uses WordPress Application Passwords. Create one under Users > Profile,
paste it into your AI client, and you’re connected — no extra accounts or services
required.

### Can developers extend AI Conduit?

Yes. Developers can register custom block types and REST endpoints to expose data
from any plugin or custom table. See the developer documentation for details.

## 使用者評論

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

## 參與者及開發者

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

參與者

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

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

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

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

## 變更記錄

#### 1.0.1

 * Fix: Block arguments are now namespaced by the block’s result_key (e.g. `post_per_page`,`
   users_billing_city`) to prevent filters scoped to one block from leaking into
   others in multi-block tools.
 * Fix: Non-Posts blocks (Users, Comments, Site Info) no longer carry a phantom `
   post_type` value through the admin UI. Tools built through the UI now correctly
   key their results by block type instead of being silently renamed to `post` /`
   post_1`.
 * Fix: Pattern meta keys (e.g. `_course_completed_%`) are skipped in the `meta_query`
   filter path; pattern keys remain valid for batch field fetching.

#### 1.0.0

 * Initial release.
 * Visual drag-and-drop tool builder with React admin UI.
 * Four built-in block types: Posts, Users, Comments, Site Info.
 * MCP JSON-RPC 2.0 endpoint with Streamable HTTP transport.
 * Multi-block tools with selective block execution.
 * Cross-table join queries via the visual builder.
 * Pattern meta key matching with wildcard support.
 * Meta filters with 14 comparison operators.
 * Per-tool role-based access control.
 * Tool import/export with block type validation and auto-rename on conflict.
 * Request/response logging with daily cleanup.
 * Configurable rate limiting with automatic block duration.
 * Add-on extensibility: custom blocks, REST endpoints, configurator components.

## 中繼資料

 *  版本 **1.0.1**
 *  最後更新 **2 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.6 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.2**
 *  PHP 版本需求 ** 8.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/ai-conduit/)
 * 標籤:
 * [AI](https://tw.wordpress.org/plugins/tags/ai/)[assistant](https://tw.wordpress.org/plugins/tags/assistant/)
   [ChatGPT](https://tw.wordpress.org/plugins/tags/chatgpt/)[Claude](https://tw.wordpress.org/plugins/tags/claude/)
   [mcp](https://tw.wordpress.org/plugins/tags/mcp/)
 *  [進階檢視](https://tw.wordpress.org/plugins/ai-conduit/advanced/)

## 評分

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

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

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

## 參與者

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

## 技術支援

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

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