Superdav AI Agent Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Superdav AI Agent adds a powerful AI assistant directly inside your WordPress admin. Ask it questions, give it tasks, and it will use your site’s tools to get the job done — creating posts, managing users, checking site health, calling external APIs, and more.
You bring your own API key. Superdav AI Agent connects directly to your chosen AI provider (OpenAI, Anthropic, or any OpenAI-compatible service). There is no middleman, no markup on API costs, and no data routed through third-party servers. You pay only what your provider charges, and you can see every cent in their dashboard.
Built on WordPress Core
Superdav AI Agent is built on official WordPress APIs available in supported WordPress versions:
- AI Client SDK — One interface for all AI providers. Install a connector plugin for OpenAI, Anthropic, Ollama, or any compatible service and Superdav AI Agent works immediately.
- Abilities API — The WordPress-native tool registry. Every tool registered by any plugin on your site is automatically available to the agent. As your site grows, so does the agent’s capabilities.
This means no fragile custom API wrappers, no vendor lock-in, and automatic improvements as WordPress core evolves.
Source Code and Build Files
The human-readable source for the compiled JavaScript and CSS assets in build/ is included in this plugin package under src/. The build manifests and tooling configuration are also included: package.json, package-lock.json, and webpack.config.js.
To regenerate the compiled assets from source, run:
npm installnpm run build
Production builds also emit source maps (build/*.map) so reviewers and site owners can trace minified bundles back to the original source files. The public source repository is available at https://github.com/Ultimate-Multisite/sd-ai-agent.
Two Ways to Chat
- Full-page chat at Tools > Superdav AI Agent — A complete workspace with session history, folder organization, search, and export.
- Floating widget — A small button on every admin page that expands into a chat panel. Always available, never in the way.
It Remembers
The agent has persistent memory across sessions. It learns your preferences, site details, and workflows over time. You can also teach it manually or let it save knowledge automatically.
It Knows Your Content
Index your posts, pages, and uploaded documents into a searchable knowledge base. The agent searches this knowledge automatically when it needs context to answer your questions.
Custom Tools Without Code
Create tools the agent can use — no plugin development needed:
- HTTP tools — Connect to any external API (weather services, Zapier, Slack, CRMs)
- WordPress action tools — Trigger any WordPress hook
Five example tools are included to get you started.
Scheduled Automations
Set up AI tasks that run automatically on a schedule:
- Daily site health reports
- Weekly plugin update checks
- Content moderation
- Broken link scanning
- Database cleanup
Pick a schedule, write a prompt, and the agent handles the rest. View logs for every run.
Event-Driven Automations
The agent can react to things happening on your site in real time:
- A new post is published — auto-generate tags and a social media summary
- A user registers — send a personalized welcome sequence
- A WooCommerce order is placed — check inventory and notify your team
- A plugin is activated — run a compatibility check
20+ WordPress and WooCommerce triggers are included, with placeholder templates for dynamic data.
Tool Profiles
Control what the agent can access. Six built-in profiles (Read Only, Full Management, Content, Users, Maintenance, Developer) let you quickly scope permissions. Create your own custom profiles for specific use cases.
Smart and Efficient
- Tool discovery — On sites with many tools, the agent discovers what it needs instead of loading everything upfront. Saves tokens and money.
- Conversation trimming — Long conversations are automatically trimmed at safe boundaries to prevent context overflow.
- Suggestion chips — Clickable follow-up suggestions after each response keep the conversation flowing.
- Usage tracking — See exactly how many tokens each session uses and what it costs.
Skills
Create reusable instruction guides for the agent. Write a “content publishing checklist” or “image optimization workflow” once, and the agent follows it whenever the task comes up.
Export and Import
Export any conversation to JSON (for backup and reimport) or Markdown (for sharing and documentation). Import conversations from JSON backups.
Extending with Ability Plugins
The Superdav AI Agent discovers abilities at runtime from any plugin that registers them via wp_register_ability(). The more abilities installed, the more capable the agent.
Recommended ability plugins:
- Ultimate Multisite Core — Registers abilities for multisite management: customers, memberships, sites, payments, products, domains, and email accounts.
- Any plugin using the Abilities API — Tools registered by any plugin are automatically available. No configuration needed.
External Services
This plugin connects to several third-party services to provide AI, search, analytics, stock-image, plugin-management, and user-configured integration capabilities. Each service below is optional and is only contacted when you (a) configure the relevant API key, URL, or feature, (b) ask the agent to perform an action that requires it, or (c) enable a scheduled feature such as skill-manifest auto-updates. No data is sent to any of these services on plugin activation or ordinary admin page load.
AI providers (chat completions)
These are contacted only when you configure the corresponding connector in Settings > AI Credentials and the agent generates a response. Each request sends the conversation messages, system prompt, attached files (if any), and tool definitions to the chosen provider so it can produce a reply.
-
OpenAI (api.openai.com) — Provides AI chat completions when using OpenAI models. Sends the conversation context and your user queries. Terms: https://openai.com/policies/terms-of-use/ Privacy: https://openai.com/policies/privacy-policy/
-
Anthropic (api.anthropic.com) — Provides AI chat completions when using Claude models. Sends the conversation context and your user queries. Terms: https://www.anthropic.com/legal/consumer-terms Privacy: https://www.anthropic.com/legal/privacy
-
Google AI / Gemini (generativelanguage.googleapis.com) — Provides AI chat completions when using Gemini models. Sends the conversation context and your user queries. Terms: https://policies.google.com/terms Privacy: https://policies.google.com/privacy
Other OpenAI-compatible providers (via third-party connector plugins). If you install a separate WordPress connector plugin for any other AI provider (for example an OpenAI-compatible local or hosted endpoint), Superdav AI Agent will use that connector to send the conversation context to whichever endpoint the connector is configured for. Superdav AI Agent itself does not ship a list of those provider hostnames and does not initiate requests to any provider that does not have a connector installed and configured on your site. Some connector plugins may also route model requests through regional or cloud-hosted endpoints such as Google Vertex AI (*.aiplatform.googleapis.com). Please consult the connector plugin’s own documentation and privacy policy for the data-handling terms of that provider. Google APIs Terms: https://developers.google.com/terms Google Privacy: https://policies.google.com/privacy
Internet search providers
The internet-search ability is used when you (or the agent on your behalf) explicitly run a web search. The first configured provider wins. Only your search query is sent — no WordPress site data, user data, or conversation history is transmitted.
-
Tavily Search API (api.tavily.com) — Web search results for the agent. Used only when a Tavily API key is configured in Settings > Internet Search. Sends the search query only. Terms: https://tavily.com/terms Privacy: https://tavily.com/privacy
-
Brave Search API (api.search.brave.com) — Web search results for the agent. Used only when a Brave Search API key is configured in Settings > Internet Search. Sends the search query only. Terms: https://brave.com/terms-of-use/ Privacy: https://brave.com/privacy/browser/
-
DuckDuckGo Instant Answer API (api.duckduckgo.com) — Free fallback web search used when no Tavily or Brave key is configured. Sends the search query only; no API key is required. Terms: https://duckduckgo.com/terms Privacy: https://duckduckgo.com/privacy
Plugin and skill maintenance
-
WordPress.org Plugin Directory (api.wordpress.org and downloads.wordpress.org) — Provides plugin search, plugin metadata, and plugin ZIP downloads when you ask the agent to search for or install a WordPress.org-hosted plugin by slug. The request sends the search keyword or plugin slug, requested result count, and normal HTTP request metadata. If installation is confirmed, WordPress downloads the plugin ZIP from WordPress.org. It does not send conversation history, API keys, or plugin settings. Terms / directory guidelines: https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/ Privacy: https://wordpress.org/about/privacy/
-
Admin-supplied skill manifest URLs — If you configure
skill_manifest_url, the plugin can fetch that HTTPS JSON manifest when you manually check for skill updates, when a skill lookup needs a remote manifest entry, or by WP-Cron when skill auto-update is enabled. The request sends the manifest URL path, anAccept: application/jsonheader, conditional cache headers such asIf-None-Match/If-Modified-Sincewhen available, and normal HTTP request metadata. The host is chosen by the site administrator, so the applicable terms and privacy policy are those of the configured manifest provider.
Stock-image services
These are contacted only when you (or the agent) request a stock image via the image-generation ability. Each request sends image dimensions and the search keyword you supply — no site data, user data, or conversation history is transmitted.
-
Openverse (api.openverse.org) — CC0 / openly-licensed image search hosted by the WordPress Foundation. Used only when an image-search request is made. Sends the search keyword and requested dimensions. No API key required. Terms: https://docs.openverse.org/terms_of_service.html Privacy: https://wordpress.org/about/privacy/
-
Pixabay (pixabay.com) — Free stock-image service. Used only when a Pixabay API key is configured and an image-search request is made. Sends the search keyword, requested dimensions, and your API key. Terms: https://pixabay.com/service/terms/ Privacy: https://pixabay.com/service/privacy/
Analytics
-
Google Analytics Data API (analyticsdata.googleapis.com and oauth2.googleapis.com) — Reads traffic, top-page, and realtime statistics from your own Google Analytics 4 property when you ask the agent for analytics insights. Used only when you upload a Google service-account JSON key in Settings > Analytics and explicitly request a report. Sends an OAuth token request containing the service-account JWT, then sends the GA4 property ID and the date range / metrics you requested, authenticated with your service-account credentials. The plugin reads from your own GA property; it does not send any WordPress site data to Google. Google APIs Terms: https://developers.google.com/terms Privacy: https://policies.google.com/privacy Google Analytics terms: https://marketingplatform.google.com/about/analytics/terms/us/
-
Google Search Console API (searchconsole.googleapis.com and oauth2.googleapis.com) — Reads query, page, country, device, click, impression, CTR, and average-position data from your own Google Search Console property when you ask the agent for Search Console / SEO insights. Used only when you configure Google Search Console credentials and explicitly request a GSC report. Sends an OAuth token request containing the service-account JWT or uses your stored OAuth access token, then sends the Search Console property URL, date range, dimensions, filters, and row limit you requested. The plugin reads from your own Search Console property; it does not send WordPress user records, conversation history, API keys, or plugin settings to Google. Google APIs Terms: https://developers.google.com/terms Privacy: https://policies.google.com/privacy
User-configured and user-requested external URLs
-
Custom HTTP tools and webhooks — Site administrators can create HTTP tools that call any external API URL they configure. The disabled example tools include an editable placeholder weather-style URL and a Zapier webhook URL (
hooks.zapier.com); they are not contacted unless an administrator enables the tool and the agent runs it. When an HTTP tool runs, the plugin sends the configured URL path, method, headers, placeholder-substituted input values, and request body configured for that tool. Terms and privacy depend on the service configured by the administrator. Zapier Terms: https://zapier.com/tos Zapier Privacy: https://zapier.com/privacy -
User-requested URL fetch, site scrape, media import, and user-requested download URLs — Tools such as URL metadata fetches, SEO URL audits, existing-site scrape, upload-media-from-url, generated-image URL import, plugin-directory-install, and the low-level
wp_remote_get/wp_remote_postfunction-caller fallback contact the exact URL you provide or approve. These requests are made only after a user/administrator asks the agent to fetch, scrape, download, import, install from, or call that URL. Depending on the tool, the target site may receive the requested URL path, query string, normal HTTP request metadata, and a plugin/WordPress user-agent string; media/plugin import tools download the remote file into WordPress. The plugin does not send unrelated WordPress site data, user records, conversation history, API keys, or plugin settings to arbitrary URLs. Because these destinations are chosen by the user or administrator, review the terms and privacy policy of the target site before running the tool.
Notifications (optional)
-
Discord (discord.com) — Optional webhook notifications for automation results. Used only when you configure a Discord webhook URL on a specific automation. Sends the automation summary text you configured to the webhook URL. No data is sent unless you create a webhook entry. Terms: https://discord.com/terms Privacy: https://discord.com/privacy
-
Slack (slack.com / hooks.slack.com) — Optional webhook notifications for automation results. Used only when you configure a Slack incoming-webhook URL on a specific automation. Sends the automation summary text you configured to the webhook URL. No data is sent unless you create a webhook entry. Terms: https://slack.com/terms-of-service Privacy: https://slack.com/privacy-policy
Feedback and issue reporting (optional, opt-in)
- Superdav AI Agent feedback service (ultimateagentwp.ai) — Optional service that receives user-submitted feedback and issue reports about the plugin so the maintainers can diagnose problems and improve the product. Nothing is sent automatically. A report is transmitted only when you explicitly click the thumbs-down button on an AI response or run the
/report-issuecommand and accept the feedback-consent modal that previews the exact payload. Each report contains the sanitized conversation excerpt and metadata you reviewed in the consent modal (with secrets and PII redacted before display). No background telemetry, analytics, or automatic error reporting is ever sent. Terms: https://ultimateagentwp.ai/terms/ Privacy: https://ultimateagentwp.ai/privacy/
Screenshots
No screenshots provided

