plugin-icon

AI Workflow Automation – AI Agent Hub

لصاحبه Azizul Hasan·
AI Agent Hub is a WordPress AI assistant plugin that uses the Abilities API to analyze content, and prepare for future WooCommerce.
النسخة
1.0.0
آخر تحديث
Jan 2, 2026

** AI Workflow Automation – AI Agent Hub for WordPress** is a modern WordPress AI plugin built for WordPress 6.9+ and the new Abilities API.

It turns your dashboard into a central AI control hub where you can:

  • Connect multiple AI providers (via the official WordPress AI Client).
  • Run AI-powered content analysis on posts and pages.
  • Generate SEO-friendly title suggestions in one click.
  • Prepare for upcoming WooCommerce store management, support, and automation workflows – all driven by AI.

This plugin is designed to be:

  • 🧠 AI-first & WordPress-native – built on top of the WordPress Abilities API, so abilities like ai-workflow-automation-ai-agent-hub/content/analyze-post can be safely used by WordPress and other tools.
  • 🌐 Multi-provider / multi-agent – works with the WordPress AI Client (wordpress/wp-ai-client), so you can use OpenAI, Google Gemini, Anthropic and more (depending on how you configure AI Credentials).
  • 🧩 Modular & extensible – the first stable module is AI Content Steward. Other modules such as AI Store Manager, AI Support Desk, and AI Automation Workflows are visible in the UI as “Coming soon”, and will be expanded without breaking the existing API.

What AI Agent Hub does today

Right now, AI Agent Hub focuses on the most important content tasks for WordPress site owners:

1. AI Content Steward – Post & Page AI Assistant ✅

The AI Content Steward module is your AI content assistant inside the editor.

It adds a meta box on the post/page edit screen with:

AI Agent / Provider selection

  • Choose which AI agent should handle this analysis:
    • Auto – automatically picks any configured text-capable provider.
    • OpenAI
    • Google Gemini
    • Anthropic Claude
  • Provider availability is determined by the WordPress AI Client and your settings under Settings AI Credentials.

AI-powered content analysis

  • Click “Analyze Post” to send the current post to AI.
  • AI returns:
    • Summary – concise overview (max 3 sentences).
    • Reading level – Beginner / Intermediate / Advanced.
    • Suggestions – short, bullet-style improvement tips (rendered with extra spacing to keep them readable).
  • Great for quickly checking content quality before publishing.

SEO-friendly title suggestions

  • Click “Suggest Titles” to generate multiple, SEO-optimized title ideas.
  • Useful for:
    • Improving click-through rate (CTR) from search results.
    • Testing different angles for blog posts and pages.
    • Quickly brainstorming alternative headlines with AI.

Under the hood, this module:

  • Registers dedicated Abilities in the Abilities API:
    • ai-workflow-automation-ai-agent-hub/content/analyze-post
    • ai-workflow-automation-ai-agent-hub/content/suggest-titles
  • Uses the WordPress AI Client to call configured providers.
  • Protects the abilities with capability checks (edit_posts) to keep things safe.

Future modules (visible in UI, growing over time)

These modules are already visible in the AI Agent Hub dashboard with a “Coming soon” label, so users understand what’s planned. The abilities and UI are structured so you can grow into them without losing compatibility.

2. AI Store Manager (WooCommerce) – Coming Soon 🛒

Planned as a WooCommerce AI assistant that can help you:

  • Analyze best-selling products and basic store trends.
  • Generate and improve product descriptions with AI.
  • Identify missing or weak product content (titles, descriptions, image alt text).

In this version, a stub ability is already registered:

  • ai-workflow-automation-ai-agent-hub/store/analyze-top-products – currently returns a simple placeholder message: Store Manager is coming soon.

This makes the plugin forward-compatible with future WooCommerce features while keeping the current version stable.

3. AI Support Desk – Coming Soon 💬

Planned to become a lightweight AI support assistant that can:

  • Summarize long comment threads or support inquiries.
  • Suggest reply drafts for common questions.
  • Categorize and prioritize user requests.

Right now, AI Support Desk appears in the module list as Coming soon and can be toggled, but doesn’t expose public UI or abilities yet.

4. AI Automation Recipes / Workflows – Coming Soon ⚙️

Planned to add simple AI automations on top of WordPress events, for example:

  • “When a post is published run content analysis save summary to post meta.”
  • “When a new WooCommerce order is created generate a brief AI summary email the admin.”

The AI Automation module is shown as Coming soon in the dashboard, so users know that more advanced workflows are coming.

AI Agent Hub Dashboard

The plugin adds an “AI Agent Hub” top-level menu in the WordPress admin.

From this dashboard you can:

1. View connected AI providers (AI Agents)

The Connected AI Agents panel shows which providers are detected via the WordPress AI Client:

  • Auto (any configured provider)
  • OpenAI
  • Google Gemini
  • Anthropic Claude

Each provider has a status:

  • Ready – the provider supports text generation with your current AI credentials.
  • ⚠️ Not configured / unsupported – the provider can’t be used until you set it up in Settings AI Credentials.

This gives site owners a clear overview of which AI agents are ready to use in the post editor.

2. Manage modules & features

The Modules & Features section lists all current and future modules:

  • AI Content Steward – marked as Active.
  • AI Store Manager (WooCommerce)Coming soon with a basic Abilities API stub.
  • AI Support DeskComing soon.
  • AI Automation Recipes / WorkflowsComing soon.

You can toggle modules on/off, although in this version only AI Content Steward is fully functional.

3. Quick support access

The dashboard includes a “Contact Support” button that links directly to:

https://atlasaidev.com/contact-us/

so users can ask questions or request features from the developer.

Built for Developers and Advanced Users

For developers building AI-powered WordPress solutions, AI Agent Hub offers:

  • Abilities API integration
    • Abilities such as ai-workflow-automation-ai-agent-hub/content/analyze-post and ai-workflow-automation-ai-agent-hub/content/suggest-titles are registered with input/output schemas.
  • WordPress AI Client integration
    • Uses WordPress\AI_Client\AI_Client::prompt() and model preferences to negotiate the best available model.
  • Capability-based security
    • Uses capabilities like manage_options, edit_posts and manage_woocommerce for sensitive operations.
  • React + Tailwind admin UI
    • Custom React UI bundled via Laravel Mix (no dependency on @wordpress/scripts in the admin app).
  • Extensible architecture
    • Modules are separated and can be expanded in future versions (e.g., full Store Manager, Support Desk, and Workflows), while keeping the same abilities namespace.

1. Requirements

Before installing AI Agent Hub, make sure your environment meets these requirements:

  • WordPress 6.9 or higher.
  • PHP 7.4 or higher.
  • At least one AI provider configured via the WordPress AI Client:
    • Go to Settings AI Credentials and add your API key(s) (e.g., OpenAI, Google, Anthropic), as supported by the AI Client.

2. Install via WordPress admin (recommended)

  1. Download the plugin ZIP file.
  2. In your WordPress admin, go to Plugins Add New Upload Plugin.
  3. Upload the ZIP and click Install Now.
  4. Click Activate to enable ** AI Workflow Automation – AI Agent Hub for WordPress**.

3. Install from source (developers)

If you are working from the source code (Git/zip without vendor and built assets):

  1. SSH/FTP into your site and go to:

    wp-content/plugins/ai-workflow-automation-ai-agent-hub

  2. Install Composer dependencies:

    composer install

    This installs wordpress/wp-ai-client and generates vendor/autoload.php.

  3. Install Node dependencies:

    npm install

  4. Build the JavaScript and CSS once:

    npm run dev npx tailwindcss -c tailwind.config.js -i src/tailwind.css -o assets/css/admin.css

مجانيعلى خطة Business
إذا أتممت بالتثبيت، فإنك توافق على شروط خدمة ووردبريس.كوم ووشروط إضافات الأطراف الثالثة.
تم اختباره حتى
WordPress 6.9
تتوفّر هذه الإضافة للتنزيل لتُستخدم في عملية التثبيت لديك.