DXTechAI Claw Agent
WP DXTechAI Claw Agent is an AI Agent plugin for WordPress, powered by a ReAct (Reason + Act) loop. The Agent doesn’t just answer questions — it executes actions directly on your WordPress site. Key Features 🤖 Command Palette — Open with Ctrl+I, Ctrl+G or Ctrl+Shift+K, modern glassmorphism chat interface 🧠 ReAct Loop — Agent reasons, selects tools, executes, observes results, and continues ✅ Confirm Before Executing — Data-changing actions require user confirmation 🔗 Chain Actions — Automatically performs sequential actions (e.g., create category then create multiple products) 🔌 Multi LLM Provider — Supports OpenAI (GPT-4o), Google Gemini (2.5 Flash/Pro), Anthropic Claude (Sonnet 4), Cloudflare Workers AI (Free) 🛒 WooCommerce Ready — Auto-detects WooCommerce and activates product, order, and customer management tools 💾 Session Persistence — Saves session state to resume after action confirmation 🔍 Web Research — Built-in web search via DuckDuckGo (free) or Google Custom Search 📱 Telegram Bot — Control your WordPress site via Telegram with inline keyboard confirmations 12 Built-in Tools WordPress Core (9 tools): Content Manager (wp_content_manager) — Create/update posts with categories, tags, and HTML content System Inspector (wp_system_inspector) — View site info, active plugins, categories, tags, post types Web Research (web_research_tool) — Search the web via DuckDuckGo (free) or Google Custom Search Taxonomy Manager (wp_taxonomy_manager) — Create/update/delete categories & tags Media Manager (wp_media_manager) — Upload images from URL, set featured images, list/delete media Page Manager (wp_page_manager) — Create/update/delete/list pages, supports templates & sub-pages User Inspector (wp_user_inspector) — List users, view details, count by role Analytics Reader (wp_analytics_reader) — Post stats by status, comment stats, content summary Report & Analytics (wp_report) — Dashboard overview, order reports, product reports, content reports WooCommerce (3 tools — auto-activated when WooCommerce is active): Product Manager (woo_product_manager) — Full product CRUD (name, price, SKU, stock, images), manage product categories Order Inspector (woo_order_inspector) — List/view orders, update status, revenue statistics Customer Inspector (woo_customer_inspector) — List/search customers, customer stats, top customers Architecture ReAct Loop Engine (Kernel) — Reason→Act→Observe loop with configurable max iterations Dynamic Confirmation — Mixed read/write tools only require confirmation for write actions Context Provider — Auto-injects site snapshot (categories, post types, user) into LLM context Auto-Discovery — Automatically discovers and registers tools from the Actions/ directory REST API — Two endpoints: /agent/chat and /agent/confirm with session management Telegram Controller — Webhook-based bot with inline keyboard confirmations and session per chat Usage Examples WordPress: * “Create a Technology category” * “Write a blog post about AI trends 2025, save as draft” * “Search the web for WordPress performance tips and write a summary post” * “Show me site post statistics” * “Create an About Us page with company introduction content” * “Upload an image from URL and set it as featured image for the post” WooCommerce: * “Create 3 T-shirt products priced at 250,000” * “Create a Fashion product category, then add 5 products to it” * “Show me this month’s revenue” * “Update order #123 status to completed” * “Find customers with ‘gmail’ in their email” * “Show me the top 5 customers by total spending” Reports & Analytics: * “Show me dashboard overview” * “Thống kê đơn hàng tháng này” * “Sản phẩm bán chạy nhất” * “Báo cáo bài viết và trang” Configuration LLM Provider Choose one of four providers: Google Gemini (AI Studio) — Free tier available at aistudio.google.com Models: Gemini 2.5 Flash (Free), Gemini 2.5 Flash Lite (Free), Gemini 2.5 Pro Preview, Gemini 2.0 Flash Lite OpenAI — API key required from platform.openai.com Models: GPT-4o, GPT-4o Mini, GPT-4 Turbo Anthropic — API key required from console.anthropic.com Models: Claude Sonnet 4, Claude 3.5 Haiku Cloudflare Workers AI — API token required from dash.cloudflare.com Models: Qwen 2.5 72B (Best Vietnamese), Gemma 3 12B, DeepSeek R1 32B Web Search Default: DuckDuckGo (free, no API key required) Optional: Google Custom Search (requires API key + Search Engine ID) Agent Settings Max Iterations — Maximum ReAct loop iterations (1–20, default: 10) Telegram Integration Control the AI agent directly from Telegram: Create a bot via @BotFather on Telegram Copy the Bot Token to DXTechAI Claw Agent → Telegram → Bot Token Add your Telegram Chat ID to Allowed Chat IDs (send a message to your bot, then use the Telegram Bot API getUpdates method to find your chat ID) Click Register Webhook to connect your site to Telegram Send messages to your bot — the AI agent will respond! Telegram Features: * Send natural language messages to control WordPress * Inline keyboard buttons for action confirmations (Approve/Reject) * Session persistence per chat — multi-turn conversations * Automatic Markdown fallback if formatting fails * Secure with secret token verification and chat ID whitelist Commands: * /start — Show help message * /reset — Clear current session Discord Integration Control the AI agent directly from Discord via slash commands (/agent) and interaction buttons: Create an Application in the Discord Developer Portal Copy the Bot Token, Application ID, and Public Key to the DXTechAI Claw Agent settings Set your Interactions Endpoint URL in Discord to: https://your-domain/wp-json/dxtechai-claw-agent/v1/discord/interactions Use the Sync Commands button in the plugin settings to register the /agent slash command Use /agent in your Discord server to command the agent Discord Features: * Control WordPress natively using the Discord slash command interface * Rich Embeds for agent responses and confirmation prompts * Action buttons directly in the chat to Approve or Reject changes safely * Secure validation of every request using Ed25519 signatures External Services This plugin connects to third-party AI and search services to provide its core functionality. No data is sent to any external service until the user explicitly configures an API key and initiates a request. OpenAI API When OpenAI is selected as the AI provider, user prompts and WordPress site context are sent to the OpenAI API for processing. * Service URL: https://api.openai.com * Terms of Use: https://openai.com/terms * Privacy Policy: https://openai.com/privacy Google Gemini (AI Studio) When Gemini is selected as the AI provider, user prompts and WordPress site context are sent to the Google Generative AI API. * Service URL: https://generativelanguage.googleapis.com * Terms of Use: https://ai.google.dev/terms * Privacy Policy: https://policies.google.com/privacy Anthropic (Claude) When Anthropic is selected as the AI provider, user prompts and WordPress site context are sent to the Anthropic API. * Service URL: https://api.anthropic.com * Terms of Use: https://www.anthropic.com/terms * Privacy Policy: https://www.anthropic.com/privacy Cloudflare Workers AI When Cloudflare is selected as the AI provider, user prompts and WordPress site context are sent to the Cloudflare API. * Service URL: https://api.cloudflare.com * Terms of Use: https://www.cloudflare.com/website-terms/ * Privacy Policy: https://www.cloudflare.com/privacypolicy/ DuckDuckGo Search The web research tool uses DuckDuckGo’s HTML search as the default search provider. Search queries are sent when the AI agent decides to perform web research. * Service URL: https://html.duckduckgo.com * Terms of Use: https://duckduckgo.com/terms * Privacy Policy: https://duckduckgo.com/privacy Google Custom Search When configured, the web research tool can use Google Custom Search API instead of DuckDuckGo. Search queries are sent to the Google API. * Service URL: https://www.googleapis.com/customsearch * Terms of Use: https://developers.google.com/terms * Privacy Policy: https://policies.google.com/privacy Pexels API When Pexels API key is configured, the agent may search and download free stock photos from Pexels for blog post thumbnails. Search queries (based on your post titles or keywords) are sent to the Pexels API. * Service URL: https://api.pexels.com * Terms of Use: https://www.pexels.com/terms-of-service/ * Privacy Policy: https://www.pexels.com/privacy-policy/ Unsplash API When Unsplash API key is configured, the agent may search and download free stock photos from Unsplash for blog post thumbnails. Search queries (based on your post titles or keywords) are sent to the Unsplash API. * Service URL: https://api.unsplash.com * Terms of Use: https://unsplash.com/terms * Privacy Policy: https://unsplash.com/privacy Telegram Bot API When Telegram integration is enabled, the plugin sends messages to the Telegram Bot API to deliver responses and inline keyboards to the configured bot. * Service URL: https://api.telegram.org * Terms of Use: https://telegram.org/tos * Privacy Policy: https://telegram.org/privacy Discord Bot API When Discord integration is enabled, the plugin communicates with the Discord API to sync slash commands and send callback responses. * Service URL: https://discord.com/api * Terms of Use: https://discord.com/terms * Privacy Policy: https://discord.com/privacy
Top keywords
- api32×2.26%
- https31×2.19%
- com30×2.12%
- search21×1.49%
- agent20×1.42%
- ai18×1.27%
- privacy18×1.27%
- telegram17×1.20%
- terms17×1.20%
- google15×1.06%
- discord14×0.99%
- bot13×0.92%
AI Agent by SiteGround
The AI Agent by SiteGround plugin enables an AI agent for your WordPress and WooCommerce instances, and activates SiteGround AI connector for WordPress. Why get this plugin? Brings an AI agent directly into your WordPress workflow to assist you in streamlining site management. Regardless of your WordPress level of expertise, you can simply describe what you want in a chat and the AI agent will do it for you. Lets you manage WordPress and WooCommerce through an AI chat – the faster, simpler, smarter way. The AI Agent is trained on WordPress and is able to execute real, consequential tasks securely. It offers a centralized chat to do all tasks – no screen hopping across the admin. Saves you time and reduces manual work. It also enables SiteGround AI connector for WordPress, which means you can use native AI functionalities through AI Studio. SiteGround customers get free monthly tokens. 🗝️ Key Capabilities The AI Agent for WordPress has a wide range of capabilities, covering a large scope of WordPress and WooCommerce tasks: Content Management Easily generate, edit, publish, and organize content on one site or across your entire portfolio. Create or edit posts and pages: Create, update, and delete posts and pages. Draft the actual content with AI-generated text and images. Publish or unpublish content: Control when your posts and pages go live, or save them as drafts until they’re ready. Add categories and tags: Apply, update, or remove categories and tags to keep your content organized. Builds navigation menus, organizes page structure and hierarchy. It handles successfully complete taxonomy restructures – merging categories, creating new hierarchies, and reassigning posts to different tags. Moderate comments: Approve, edit, or delete comments to keep discussions clean and relevant. Media Library Control: Upload, retrieve, or delete images and files with a single prompt. Optimise for search engines: audits for missing SEO meta data, generates meta for new WordPress posts and pages – SEO titles, meta descriptions, keywords, alt text and captions. Point it at a media library with 200+ product images, and it adds the needed metadata for each one, maintaining consistent keyword usage throughout. That’s 800+ individual fields – a week and a half of mind-numbing work, finished in an afternoon. Translate content: Translate posts, pages, or even your entire WooCommerce product catalogue into any language. Perform bulk content changes across sites: Update text, URLs, or meta data across dozens of pages on multiple sites. WooCommerce Management Let the AI Agent for WordPress handle key WooCommerce tasks for your store. Create and update products: Add new listings or edit product details like price, description, labels and stock. Manage inventory: Adjust stock levels and availability across your catalog. Handle orders: View, update, cancel, or delete orders. Retrieve customer orders and details instantly for faster order processing and support. Track store performance: Ask the agent for sales reports, top-performing products, coupon usage, and trends for any date range. Translate your product catalogue: Expand into new markets by translating your full WooCommerce catalogue, with HTML formatting and technical specifications preserved. Plugins & Themes Maintain your WordPress installation effortlessly and keep your entire site portfolio up to date at once. Install or remove plugins: Add new or clean up unused plugins in seconds. Manage themes quickly: Install, update, or delete themes with a single prompt. Audit plugins and themes: Ask for a list of all installed plugins or themes with their version numbers and update status, so you can spot outdated or unnecessary extensions. Update plugins and themes across all sites: Push updates to your entire portfolio with one command, with no separate wp-admin logins. Site Settings Control your WordPress configuration through chat commands and standardize it across every connected site. Update core settings: Change site title, tagline, language, timezone, and permalink structure in one step. Standardize settings across sites: Apply the same configuration to all your connected WordPress installations instantly. User Management Simplify user control and community moderation. Add and manage users: Create new accounts, reset passwords, update user details, or adjust roles and permissions. Manage users across sites: Add a new editor to all connected sites, review Admin access everywhere, or remove a user’s access across your entire portfolio. 🛡️ Power Mode for High-Impact Actions To protect your website from accidental or harmful changes, the AI Agent for WordPress includes a built-in safety layer called Power Mode. Power Mode is disabled by default to ensure that high-impact actions are never executed without your explicit confirmation. When you request a potentially irreversible operation, the Agent will pause and alert you before proceeding. Actions that require Power Mode ON include: Deletions: posts, pages, categories, tags, users, media files, plugins, themes, products, orders. Bulk operations: mass-editing post titles, updating URLs across multiple pages, mass-deleting drafts. Create, edit, and delete users Updating global site settings Creating, updating, or deleting WooCommerce products and orders By combining AI automation with built-in safeguards, SiteGround ensures you get speed and convenience without compromising safety. 🌐 Manage Multiple Sites in Bulk Connect any number of WordPress sites to SiteGround AI Studio and manage them all from a single AI-powered workspace. Turn repetitive wp-admin logins into one set of instructions that instantly runs across your connected sites. Push plugin and theme updates across your entire portfolio with one command. Add or remove users across all sites at once, onboard a new team member or revoke access when someone leaves. Perform bulk content changes such as updating text or URLs across dozens of pages on multiple sites. Standardize WordPress settings like site title or timezone across all connected sites instantly. ✨ AI Connector The plugin also enables SiteGround AI as an AI connector for your WordPress. SiteGround AI is a multi-model AI service that intelligently routes each task to the best-suited LLM, optimizing for output quality and cost efficiency. It powers WordPress AI features, including text, image, and code generation, translation, research, analysis, and more. It orchestrates several models – Gemini, Nano Banana, ChatGPT, GPT-Image, Claude – and automatically selects the best one for each job. Install the AI Agent by SiteGround plugin, create a free account for SiteGround AI Studio service, and the connector activates automatically. No API key is needed to activate. In the plugin you have separate settings to activate and deactivate the SiteGround AI Connector separately from the AI agent. If you deactivate the Connector it will stop powering up AI features in the WP admin, enabled by the AI plugin. Disconnecting the SiteGround AI Connector will not affect the work of the AI agent – it will remain active until you disable this plugin entirely. Learn More. 🚀 Getting Started To start using the AI Agent for WordPress, you need to sign up for SiteGround AI Studio and activate the AI Agent by SiteGround plugin. The plugin works with any WordPress site, regardless of where it is hosted. If your WordPress site is hosted on SiteGround servers, you can enable the connection in a click. What is AI Studio by SiteGround? SiteGround AI Studio is the connector that powers the AI Agent by SiteGround plugin with AI capabilities. By signing up for AI Studio you not only enable the AI Agent for WordPress, but also get a unified platform to chat with multiple LLMs: Claude, ChatGPT, Gemini, Imagen, Nano Banana, and gives you access to 14+ agents that perform different business and marketing tasks. How to get started? Sign up for SiteGround AI Studio Log into your WordPress admin and activate AI Agent by SiteGround plugin. Paste the connection key from your AI Studio account to link your site. Once connected, chat with the agent from the SiteGround’s AI Studio interface or directly inside your WordPress Admin via a built-in chat pop-up. External services This plugin connects to SiteGround’s AI Studio API (api.studio.siteground.ai) to provide AI-powered WordPress site management features. The plugin transmits data to the following endpoints: AI Chat Service – Purpose: Process user requests and generate AI-powered content, site management commands, and responses – Endpoint: https://api.studio.siteground.ai/api/v1/* (various chat and generation endpoints) – Data sent: User prompts/queries, site context (WordPress version, active plugins, theme info), content being edited – When: Every time you interact with the AI assistant chat interface or use AI generation features Authentication & Key Management – Purpose: Securely authenticate the plugin and manage API access credentials – Endpoint: https://api.studio.siteground.ai/[service]/v1/sign/token – Data sent: Site URL, authentication tokens, plugin version – When: During initial plugin setup, when connecting/reconnecting the service, and during automatic token refresh Key Refresh Service – Purpose: Periodically refresh authentication keys to maintain secure access – Endpoint: https://api.studio.siteground.ai/dynamic-keys/v1/key-refresh – Data sent: Current authentication credentials, site URL – When: Automatically when authentication keys need renewal Usage Analytics – Purpose: Track feature usage and display usage statistics in the plugin dashboard – Endpoint: https://api.studio.siteground.ai/api/v1/usage (analytics endpoints) – Data sent: Usage metrics requests – When: When viewing the plugin dashboard or usage statistics Access Control – Purpose: Retrieve and verify user permissions for plugin features – Endpoint: https://api.studio.siteground.ai/api/v1/acl/wp-acl – Data sent: User/site identification data – When: During feature access verification and permission checks Connection Management – Purpose: Establish and terminate plugin connections to the AI Studio service – Endpoint: https://api.studio.siteground.ai/api/v1/wp/wp-disconnect – Data sent: Site URL, connection credentials – When: When connecting or disconnecting the plugin from AI Studio service Service provider: SiteGround SiteGround Terms of Service SiteGround AI Studio Terms SiteGround Privacy Policy SiteGround Plugins Privacy Notice