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%
WPForms – AI Form Builder for WordPress – Contact Forms, Payment Forms, Survey Form, Quiz & More
WordPress Contact Form Builder Plugin WPForms is an AI drag & drop WordPress form builder that’s EASY and POWERFUL. Create contact forms, feedback forms, subscription forms, payment forms (including Stripe, Square & PayPal), and other types of forms for your site in minutes with just a few clicks! At WPForms, user experience is our #1 priority. Our pre-built form templates and workflows make WPForms the most beginner-friendly contact form plugin on the market. You don’t have to hire a developer. Create a form in less than 5 minutes with our drag & drop form builder, using a template or just asking AI to get a head start. WPForms Pro This plugin is the Lite version of WPForms Pro, which comes with email subscription forms, multi-page contact forms, file uploads, conditional logic, and extra payment integrations. Click here to purchase the best premium WordPress contact form plugin now! AI-Powered Drag & Drop Contact Form Builder Create custom contact forms in minutes with our easy-to-use drag and drop online form builder or just ask AI to build it for you. But don’t just take our word for it. See what WordPress experts are saying: WPForms is by far the easiest form plugin to use. My clients love WPForms and it’s one of the few plugins they can use without any training. As a developer I appreciate how fast, modern, clean and extensible it is. Bill Erickson – Expert WordPress Consultant Pre-built Form Templates WPForms comes with 2100+ pre-built form templates. Whether you’re looking to create a simple contact form, marketing form, request a quote form, donation form, payment order form, registration form, survey form, quiz form, Stripe payment form, or a subscription form, we have a form template already prepared and ready to use. Mobile Ready, SEO Friendly, and Optimized for Speed WPForms contact forms are 100% responsive and mobile-friendly. We optimized every query on the frontend and the backend to ensure that it’s one of the fastest WordPress contact form plugins. You can embed your contact form on any page with an optimized title and description, so WPForms is one of the most SEO friendly contact form plugins too. Fields & Features You Need to Succeed With star ratings, file uploads, repeater fields, survey fields, and multi-page contact forms, you can easily build the right custom form for your site’s needs. Plus, integrate your contact forms with an email marketing service in just a few steps and collect payments with Stripe, PayPal, and Square for bookings and orders without the need for a dedicated eCommerce plugin. See what one business owner has to say about their WPForms contact form: As a business owner, time is my most valuable asset. WPForms allows me to create smart contact forms with just a few clicks. With their pre-built form templates and the drag & drop builder, I can create a new form that works in less than 2 minutes without writing a single line of code. Well worth the investment. David Henzel – Co-founder of MaxCDN Surveys & Polls Create custom survey forms like Survey Monkey. Our WordPress survey plugin addon comes with smart survey fields including Likert scale, star ratings, and NPS. Embed your surveys and polls anywhere in WordPress. Use our survey reporting tools to customize graphs, export them for presentations, and display aggregate results. You can also share poll results instantly when collecting votes. Default WordPress Forms Aside from building simple contact forms, WPForms also helps you create better default WordPress forms, like custom WordPress login forms and custom WordPress user registration forms. Create a password-protected contact form or even a members-only contact form. Bloggers and publishers can use our WordPress post submission forms to accept guest posts, testimonials, and more. Payment Forms, Donation Forms, Booking Forms, and More While WPForms started out as a contact form plugin, it has evolved into a powerful custom forms solution for any type of payment or booking form. WPForms integrates with PayPal, Stripe, Square Payments, Authorize.Net, and Mercado Pago so you can easily accept credit card payments or take payments via PayPal. Bonus: you can also take signatures. We’re proud to be a Stripe Verified Partner. This partnership allows us to build the best Stripe integration with early access to features. You can use our Stripe integration to accept both one-time payments as well as recurring payments while syncing all form data to your Stripe account. Custom Calculator Forms Using the WPForms Calculations addon, you can build custom formulas and display results on the frontend. Create simple arithmetic calculations or build complex conditional calculations with rounded values, averages, time ranges, and more! It’s the best calculator plugin for WordPress. Forms Optimized for Conversions With our Form Pages addon, you can create distraction-free custom form landing pages to increase conversions. To improve form completion rates, we created Conversational Forms which helps you make your feedback forms feel more human by adding an interactive layout. (See Conversational Forms Demo). Easy to Customize and Extend You can easily customize your contact forms with our section dividers, HTML blocks, and CSS. Embedding forms in Elementor and Divi has never been easier thanks to our native integrations. We also know that our developer friends may want more control, so we added tons of hooks and filters. Full WPForms Feature List Online form builder – powerful drag & drop contact form builder. Create WordPress contact forms, payment forms, and other online forms without writing any code. 100% mobile responsive. GDPR friendly. Payment Forms – Take payments, donations, down payments, recurring payments, service payments with our Stripe (FREE) integration. Form templates pre-built and ready to import. Form styling for fields, labels, and buttons. Spam protection built in, plus integrations with hCaptcha, Google reCAPTCHA, and Cloudflare Turnstile. AI Forms to automatically create and refine forms through natural conversation. Instant form notifications via email. Custom form confirmations with success messages or thank you pages. Smart phone field that adapts to your visitor’s location. AI Choices to automatically populate Multiple Choice, Checkboxes, and Dropdown field options. Coupons for free shipping and sale discounts. Calculator forms for payment, shipping, billing, and more. File upload fields for user submissions. Multi-page forms with progress bars. Smart conditional logic to show or hide fields. Repeater field that enables the person filling out the form to easily add another field or group of fields to fill out. Perfect for group registration forms, custom order forms, and more. Signatures for agreements or payment forms. User registration forms and custom login forms. Post submission forms to collect user-generated content. Geolocation to collect location data along with submissions. Surveys and Polls with interactive reports. Quizzes with graded tests, personality quizzes, and scored assessments, plus AI-generated questions. Form abandonment detection to collect partial form submissions. Form locker to control access using passwords, dates, and more. Offline forms to collect submissions without an internet connection. Form landing pages to boost conversions. Conversational forms to boost overall completion rates. Lead forms to get more submissions with multi-step layouts. Webhooks to send data without third party connectors. User Journey reports so you know which content is driving form conversions. Save and Resume to let visitors save and come back later. Entry Automation to export and delete form entries on a daily, weekly, or monthly basis. Integrations Google Sheets Zapier PayPal Commerce Stripe – We’re a Stripe Verified Partner for Payments. Square Authorize.Net Mercado Pago Mailchimp AWeber Campaign Monitor GetResponse Constant Contact Airtable Notion Drip ActiveCampaign HubSpot Brevo MailerLite MailPoet ConvertKit Klaviyo SendGrid Salesforce Slack Dropbox Google Calendar Google Drive Twilio Pipedrive Make Zoho CRM You can see why WPForms is the best WordPress contact form plugin on the market! Want to unlock these features? Upgrade to our Pro version. Credits This plugin is created by Syed Balkhi. Branding Guidelines WPForms® is a registered trademark of WPForms LLC. When writing about the contact form plugin by WPForms, please make sure to uppercase the initial 3 letters. WPForms (correct) WP Forms (incorrect) wpforms (incorrect) wpform (incorrect) Notes WPForms is absolutely, positively the most beginner-friendly WordPress contact form plugin on the market. It is both easy and powerful. We took the pain out of creating online forms and made it easy. Check out all WPForms features. Also, I’m the founder of WPBeginner, the largest WordPress resource site for beginners. It was a huge priority for me to make a WordPress contact form plugin that beginners can use without any training. I feel that we have done that here. I hope you enjoy using WPForms. Thank you, Syed Balkhi