
內容簡介
MAIA 是一款多功能的 AI 助手外掛,旨在協助管理 WordPress 網站。它能夠執行多項任務,包括編輯內容、管理外掛及回答網站相關問題,提升網站管理的效率與便利性。
【主要功能】
• 讀取與編輯佈景主題/外掛檔案
• 撰寫與管理文章、頁面及產品描述
• 管理分類與標籤
• 安裝、啟用、停用或刪除外掛
• 回答網站相關問題
• 生成圖像並管理媒體庫
外掛標籤
開發者團隊
② 後台搜尋「MAIA – Multipurpose AI Assistant」→ 直接安裝(推薦)
原文外掛簡介
Hello there!
I am MAIA, an AI assistant for your WordPress website. A superstar WP developer, a writer, a know-it-all and your partner in WP website management. I know a lot about your site and will be there 24/7 to help you manage it. I can speak any language and can track multiple conversations.
You will have to sign in with a Puter.com account, but it shouldn’t be a problem as it is a single click process.
I am powered by Puter.com free AI, and with version 1.0 I can now actually do things on your site instead of just talking about them:
Read and search your theme/plugin files, and propose edits — you always see a diff and approve it before anything is written
Write your posts/pages/product descriptions, and create/update/trash them for you (with your confirmation)
Manage categories and tags
Install, activate, deactivate, or delete plugins
Answer questions about your site by looking things up itself — active theme, installed plugins, users, content — instead of guessing
Search the web and search for images (optional — requires a free Brave Search API key in Settings / MAIA)
Generate images from a text prompt, then save them to your media library, insert them into the post/page you’re viewing, or set them as the featured image
Show you any image it has a link to — found on the web, or anywhere else — directly in a card, with the same save/insert/featured-image actions
Make HTTP requests to external APIs on your behalf (GET/HEAD run immediately, anything that writes always asks first)
Remember facts about you across conversations, and recall, search, or forget them on request
Extend WP via custom code snippets
Contemplate life and the Universe 🙂
Every write operation — editing a file, creating or changing content, managing a term — shows you exactly what’s about to happen and waits for you to click Confirm. Nothing is written silently.
Try instantly on tastewp.com!
External services
This plugin connects to Puter.com’s AI service to provide the chat assistant. Nothing is sent unless you actually use the chat.
Every message you send includes some baseline context so MAIA doesn’t have to ask you to repeat yourself:
* your site’s name, description, URL and default language
* your own user data (without your password) and your assigned role(s)
* the title and status of the post/page you’re currently editing, if any (not its content)
* the current page URL and the page title you’re viewing
Beyond that, MAIA works via tools: when it needs more information, it calls a specific tool, and only the result of that tool call is sent to Puter as part of the conversation. Depending on what you ask, that can include:
* the contents of a plugin/theme file
* the content of a post, page, or product
* categories/tags, media library entries
* the list of users on your site, and your list of installed plugins/themes
This only happens when MAIA calls the corresponding tool while answering your request — never automatically on page load.
Writing anything (editing a file, creating/changing/deleting content, managing a term) always shows you a confirmation card first; nothing is written to your site until you click Confirm.
This service is provided by Puter.com: terms of use, privacy policy.
Optional: Brave Search
If you enter a Brave Search API key in Settings / MAIA, MAIA gains two extra tools — web search and image search. When (and only when) MAIA calls one of these tools, your search query is sent from your own server directly to Brave’s Search API (api.search.brave.com) using the key you provided, and the results (titles, URLs, descriptions, or image URLs/thumbnails) are returned to MAIA. No query is sent unless MAIA actually uses one of these tools while answering you. This is entirely optional — leave the key empty and neither tool is offered at all. This service is provided by Brave Software: terms of use, privacy policy.
HTTP requests to external services
If enabled (on by default, Settings / MAIA), MAIA can make an HTTP request to any URL you or it specifies, e.g. to call a third-party API. This runs from your own browser, not your server. Requests to internal/private network addresses are always blocked. GET/HEAD requests run without confirmation; any request that writes (POST/PUT/PATCH/DELETE) always shows you the exact method, URL, headers and body first. This can be turned off entirely in Settings / MAIA.
Image generation
Asking MAIA to generate an image sends your text prompt to Puter’s AI image generation service from your own browser. The resulting image is shown to you directly in a card — MAIA itself never receives or sees the image data — with buttons to save it to your media library, insert it into the post/page you’re viewing, or set it as the featured image; nothing is saved anywhere until you click one of those buttons. You can optionally pin a specific image model in Settings / MAIA. This service is provided by Puter.com: terms of use, privacy policy.
Showing images
When MAIA has a link to an image (e.g. found via web search) and shows it to you, your own browser loads it directly from wherever it’s hosted, the same as clicking the link yourself would — MAIA never downloads or proxies it through your server. It’s shown in the same kind of card as a generated image, with the same save/insert/featured-image buttons; nothing is saved anywhere until you click one of them.
Important notes
Each (logged in) user of your website will have to sign up for a Puter.com account, which is free. This makes Puter account AI limits apply to each user separately.
Puter AI SDK is a JavaScript library that runs in the browser, so it does not require any server-side processing other than regular plugin bootstrapping. The only exception is the tools themselves (reading/editing files, managing content), which run through your own WordPress installation using your own account’s permissions — nothing is sent to a third party except what’s described above.
Your conversations and anything MAIA remembers about you (Settings / MAIA → Memory) are stored in your own site’s database, private to your account — not sent to Puter or anywhere else except as part of the messages you actively send while chatting.
File editing respects the same rules as WordPress’ own built-in file editor: it can be disabled entirely with DISALLOW_FILE_EDIT, and on a Multisite network only a Super Admin can edit files — a regular site Administrator cannot, even with MAIA.
