This is an info Alert.
xpay
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. WingMind AI

WingMind AI

A Gemini-powered AI agent inside WordPress admin. Ask questions, edit content, and make live site updates without leaving the dashboard.

100+ active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping WingMind AI running.

WordPress compatibility
Tested to 7.1
Tested against the WordPress branch in use today.
Last updated
today
Requires PHP
8.0
Your host must be running at least this version.
Requires WordPress
6.6
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

100+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how WingMind AI is looked after — not on how many stores run it.

Well maintained
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 0 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.1 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
Not enough data
No ratings yet.
Listing transparency
10 / 10
Provides: screenshots, description, homepage
2 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-09-11 from the WordPress.org plugin registry.
Ratings

No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.

WingMind AI is an intelligent AI assistant built into your WordPress admin. Ask questions, make real-time changes, and perform live updates directly from the dashboard, with no external agent or separate tools required.

Created by Web Bird Digital, WingMind AI started as an internal agency tool and is now a Gemini-powered partner for content, design, and site administration.

Packed with powerful features

  • Fullscreen admin agent — Chat-style overlay via Dashboard → WingMind AI or Screen Options tab (top-right).
  • Block editor sidebar — In-context AI in the post or site editor with Ask and Agent modes, plus instant undo for document edits.
  • Broad agent abilities — Manage posts, pages, templates, patterns, media, menus, users, site settings, plugins, and themes.
  • Change audit log & rollback — Before/after snapshots stored safely. Inspect logs under Tools → AI Audit Log and trigger rollbacks straight into the agent.
  • Upload images and documents — Drag and drop images, PDFs, and other files into chat. The agent can reference them for content or add them to the site.
  • Accurate to your brand — Set a site description, design styles, copywriting tones, and custom rules so the agent matches your brand.

Flexible agent modes

  • Ask mode — Safe and read-only. Ask questions, check settings, and explore your site without making changes.
  • Agent mode — Create, edit, and update pages, posts, and media. Confirmation is required before risky updates.
  • Site editor mode — Site-wide design and structure: headers, footers, navigation, global styles, and templates.
  • Plan mode — Draft and refine markdown plans before execution. The agent writes plan files only; switch to Agent mode to carry them out.

Features & integrations

The agent can help with (and much more):

  • Block editor — Edit any page, post, or other content on your website.
  • Site templates — Edit templates on sites running a block theme.
  • Site settings — Manage colours, fonts, and other site options.
  • WooCommerce — Store management and product workflow automation when WooCommerce is active.
  • Gravity Forms — Automated form and submission handling when Gravity Forms is active.
  • WordPress Abilities API — Deeper system integration when that API is available.

Handy command ideas

Try prompts like these in the admin dashboard or block editor:

  • “Update the About Us page with our new team member James. Their photo is attached.”
  • “Design a pricing page with a clear plan comparison.”
  • “Audit the site navigation and propose a clearer menu structure.”
  • “Create a contact form with name, email, phone, and message fields.”
  • “Audit product titles, short descriptions, and categories for clarity and SEO.”
  • “Draft a new version of my homepage with an SEO optimised layout.”

Gemini connection

Choose a managed subscription or bring your own Google Gemini API key (BYOK).

Privacy and local data

  • Stored in WordPress — Plugin settings, optional BYOK key (site option), chat sessions, agent audit log entries (90-day retention), and setup state. Administrators may also store a personal Gemini key in the browser (localStorage; origin-scoped, not synced to Web Bird).
  • Plan files — Plans drafted in Plan mode are markdown files under wp-content/uploads/wbdai-plans/, grouped by status (open, closed, cancelled). Plan mode and plan tools require the upload_files capability. On Apache the plugin writes an .htaccess that denies direct web access; plans are only ever served over REST to logged-in users with upload_files. On nginx, deny that location yourself:

    location ^~ /wp-content/uploads/wbdai-plans/ {
    deny all;
    return 403;
    }

  • Sent to Google — When the agent runs: your messages, attachments, tool results, and assembled system context. BYOK and personal keys call Google directly from the browser; managed keys are minted via Web Bird then used the same way.
  • Sent to Web Bird — Only with an active managed subscription: activation tokens, site URL, site secret, usage/telemetry events, and billing actions. No telemetry is sent when you use BYOK only.
  • Not collected from visitors — The agent UI and external calls run in wp-admin for logged-in users with edit_posts; front-end visitors are not tracked by this plugin.
  • Uninstall — Deactivate keeps all plugin data. Delete keeps data unless you enable Delete plugin data when this plugin is deleted under Settings → WingMind AI (off by default). When that option is on, delete removes settings, chat sessions, the AI audit log, and Plan mode files under uploads/wbdai-plans/. Post meta the agent may have written (for example SEO descriptions) is always left on your content. See the FAQ below.

    External services

    These requests run in wp-admin for logged-in users with edit_posts. Site visitors never hit these services.

Google Gemini API

WingMind AI uses Google Gemini (https://generativelanguage.googleapis.com/v1beta/) to reply in chat, read attachments, and run tools.

When you send a message, the browser sends Google the API key, the conversation, uploads, tool results, and site context. That context can include settings, block library summaries, the open document, and loaded skill playbooks. The same payload goes out when the agent continues a tool turn.

A managed subscription gets a short-lived key from Web Bird, then the browser still calls Google. BYOK and a personal browser key use the key you supplied.

This service is provided by Google: Gemini API Additional Terms of Service, Google Privacy Policy.

Web Bird subscription backend

A managed subscription uses https://aibackend.webbird.net.au for activation, billing, key minting, quotas, and telemetry. BYOK does not use this service.

Each authenticated request includes your site URL. Activation also sends the activation token. Telemetry reports per-turn usage for billing and quotas, including event id, optional turn id, event type, token counts, and Flex inference.

This service is provided by Web Bird Digital: terms of use, privacy policy.

Web Bird Digital domain names

The following domain names are officially owned and managed by Web Bird Digital: web.bird.digital webbird.com.au webbird.net.au wbd.au webbirddigital.net.au webbirddigital.com.au
Where data, including emails or managed connection setup details are sent to any of these domains, this data will be handled as outlined in our privacy policy.

Where do I get help?

Email support@webbird.com.au or use the contact form. Documentation lives at web.bird.digital/wingmind-ai.

Do I need my own API key?

No. A managed subscription includes access to Gemini APIs through Web Bird’s account, along with included credit toward API usage. Advanced users can connect their own Google Gemini API key instead. See pricing.

Is WingMind AI safe on live websites?

Yes. Ask mode is read-only. Agent mode requires explicit confirmation for sensitive actions. Every change is tracked in the audit log so you can inspect or roll it back.

What plugins and tools are supported?

WingMind AI works with the WordPress block editor, block themes, site settings, and the media library. WooCommerce and Gravity Forms tools appear when those plugins are active. Many other plugins can be reached through the WordPress Abilities API when it is available.

Can I undo or rollback changes?

Yes. In the editor sidebar, use Undo last change. In the fullscreen agent, ask it to revert its previous action, or go to Tools → AI Audit Log to inspect history and trigger a rollback.

Does it work with Elementor, Divi, or other page builders?

No. WingMind AI edits content through the block editor. If a classic or third-party page builder is installed, the plugin shows an admin warning. Use the block editor for pages you want the agent to edit.

What happens when I uninstall the plugin?

Deactivate leaves all data in place so you can reactivate later.

Delete (Plugins → Delete) keeps plugin data by default. To remove settings, chat sessions, the AI audit log, and Plan mode files under uploads/wbdai-plans/, enable Delete plugin data when this plugin is deleted on Settings → WingMind AI, save, then delete the plugin. Site content the agent edited (posts, pages, media) and any post meta it added (for example SEO descriptions) are never removed.

Categories
AI assistants & chatbotsPage builders & blocks
Plugin details
Version2.7.4
Last updated2026-09-11 3:39am GMT
Added2026-08-31
Requires WordPress6.6
Tested up to7.1
Requires PHP8.0

Tags on WordPress.org
admin
AI
block-editor
gutenberg
woocommerce
Alternatives
Other plugins in the same categories.
BotWriter – AI Writer & SEO Content Generator
2K+ installs
4.4(16)
MxChat – AI Chatbot & Content Generation for WordPress
2K+ installs
5.0(30)
AxiaChat AI – Free AI Chatbot (Answers Customers Automatically)
1K+ installs
5.0(12)
Notification for Telegram
4K+ installs
4.9(69)
BEAR – Bulk Editor for WooCommerce Professional. AI assistant on board (MCP Server)
40K+ installs
4.7(227)
Mail Mint – Email Marketing, Automation & WooCommerce Emails with AI Assistance
4K+ installs
4.7(126)
xpay

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy