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%
UpdraftPlus
The UpdraftPlus Backup & Migration Plugin is trusted by the WordPress community to backup, restore and migrate their WordPress websites. UpdraftPlus is actively installed on more than 3 million websites around the world. Backup with UpdraftPlus UpdraftPlus is the world’s highest ranking and most popular scheduled backup and migration plugin. Backup to your preferred storage location and restore in just three clicks. Backup to Dropbox, Google Drive, Amazon S3 (or compatible), Rackspace Cloud, FTP, DreamObjects, Openstack Swift or email. The paid version also allows you to backup to Microsoft OneDrive, Microsoft Azure, Google Cloud, Backblaze B2, SFTP, SCP, pCloud, WebDAV or UpdraftVault, our integrated storage option for UpdraftPlus. Backup manually or schedule to run every 2, 4, 8 or 12 hours, daily, weekly, monthly or fortnightly. Restore with UpdraftPlus Your WordPress website is vulnerable. Your site may get hacked. Something could go wrong with an update or your server could crash. You might need to reverse a change made or a mistake caused by human error. Whatever the reason, you can restore your WordPress website in just a few clicks with UpdraftPlus. Choose which components to restore (e.g. plugins, themes, database etc.), click again to restore, then click again to return to the main screen. Migrate with UpdraftPlus It’s easy to migrate your WordPress website to another web host, server or domain with this free version of UpdraftPlus. To migrate, simply download your database, plugins, themes etc. from the source site, then upload them into your destination site. When migrating, a built-in search-and-replace engine identifies old strings and replaces these to reflect the new location. UpdraftPlus saves you time and reduces the risk of broken links or missing files associated with manual migrations. Why UpdraftPlus? Writing a reliable backup and migration plugin that ‘just works’ consistently across millions of different WordPress deployments is hard. UpdraftPlus is relied upon to do exactly that. We’re trusted and actively deployed on more websites around the world than any other WordPress backup and migration plugin. UpdraftPlus: Backs up, migrates and restores Offers a huge number of remote storage locations Allows you to schedule backups, so you can ‘set and forget’ Is comprehensive and easy to use Is proven to work on over 3 million sites. UpdraftPlus Premium The free version of UpdraftPlus will back up and migrate your website perfectly well. However if you need more features and options you can purchase our Premium version. Backup and Migrate with UpdraftPlus Premium, and: Get automatic backups before updates. Restore the very latest version if a WordPress or plugin update breaks your site. Backup Incrementally. Changes are added to the master, saving server resources vs repeatedly backing up in full. Get more remote storage options including Microsoft OneDrive, SFTP, Microsoft Azure, WebDAV, Google Cloud, SCP, Backblaze and pCloud. Get 1GB of integrated storage with UpdraftVault for 99.999% reliability, redundancy and scalability. Get more control over how many backups are stored in a specified interval. Restore from other backup plugins including BackWPup, BackupWordPress, Simple Backups and more. Run backups at set times e.g. during periods of low traffic. Backup to more than one location for added protection. Get detailed reports. Includes cryptographic checksums so you can verify the integrity of the backup files and more. Get Premium migration. Migrating to the destination site is more direct and can be done from the source site. Get Multisite / multi-network compatibility. Backup non-WP files and databases e.g. tables belonging to your e-commerce store or customisations to WordPress core. Get database encryption. Manage your backups and migrations from the WP-CLI. Get Premium Support. Find out more on our comparison page. UpdraftPlus Premium is available for purchase here. Managing multiple websites? UpdraftCentral is a powerful remote control dashboard for WordPress that allows you to manage your backups, as well as updates, users, pages, posts, plugins and themes from one central location. Choose between: UpdraftCentral (free, self-hosted) UpdraftCentral Premium (paid-for, self-hosted) UpdraftCentral Cloud (paid-for, fully-hosted) Optimize your sites centrally by combining the power of WP-Optimize and UpdraftCentral or manage your backups centrally by combining the power of UpdraftPlus with UpdraftCentral. Need to create a temporary clone of your site? UpdraftClone makes it quick and easy to create a temporary sandbox for changes you want to try out. Simply select the versions of WordPress and PHP that you want, and we’ll do the rest. More about UpdraftClone The full suite of plugins from Team Updraft and friends UpdraftPlus. Backup, migrate and restore. Rated 5* on the plugin directory and trusted by more than 3 million WordPress website owner WP-Optimize. Clean the database, compress images and caching. Optimize your WordPress website. 5* user rating. 1 million + active installs. All-In-One Security (AIOS). Secure your WordPress website. Comprehensive, feature rich and easy to use. 5* user rating and 1 million + active installs. WP Overnight. Quality Extensions for your WooCommerce store. 5* rated invoicing, order and product management, customer management solutions and more. Easy Updates Manager. Take control of updates. Lots of features for free, and a Premium version with even more – over 300,000 users. Internal Link Juicer.Boost your SEO. Automate internal links within your WordPress website. Save time and rank higher in the search engines. For other useful, free plugins see our lead developer’s profile, here. Are you multilingual? Can you translate? Do you want to help people that speak your language to backup, migrate and restore their WordPress websites? The UpdraftPlus backup, migration and restoration plugin is ready and waiting. The translation process is easy, and web-based – please go here for instructions: https://updraftplus.com/translate/. Or, if you’re already an expert WordPress translator, just pick out the .pot file from the wp-content/plugins/updraftplus/languages/ directory – if you scan for translatable strings manually, then you need to get these functions: _x(), __(), _e(), _ex(), log_e(). Many thanks to our existing translators. License Copyright 2011-24 David Anderson This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Non-English translators are provided by volunteers, and wordpress.org does not give plugin developers control over their translations; thus relying on them is at your own risk; UpdraftPlus cannot guarantee that translations from the original English are accurate. We recognise and thank those mentioned at https://updraftplus.com/acknowledgements/ for code and/or libraries used and/or modified under the terms of their open source licences.