WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: s2b-ai-assistant (Used by 11 domains)

S2B AI Assistant – ChatBot, AI Agents, ChatGPT API, Image Generator

👤 oc3dots 📦 v1.9.1

Develop multiple AI chatbots and AI Agents with different styles and behaviors on different pages of your website, including using content-aware functionality using RAG. You can personalize the appearance of the chatbot: colors, styles, text; Personalize its position on the screen, window size, chatbot behavior by choosing: model, instruction, temperature, tokens, etc. You have the option to choose whether the chatbot will be visible only to registered visitors or not. The plugin allows you to update models directly from OpenAI and independently choose the model to use. You can record and save chat conversations between users and the chatbot. Additionally, it allows you to create/modify content and images as well as generate code using the ChatGPT API. The API provides access to large language models.
Moreover, you have the flexibility to choose from a wide range of models available in the OpenAI ChatBot API, ensuring that your requests are tailored to your specific needs.
S2B AI Assistant is plugin for WordPress powered by any model you can choose from OpenAI API platform https://platform.openai.com/docs/models . You can log conversations between AI chatbot and visitors of your website.
To learn how to create AI agents using the visual Agent Workflow Builder tool, visit: Article or Guide
More advanced features like user-specific chatbot permissions and WooCommerce integration are available in the Pro version.
Learn more

Features

  • AI powered chatbot
  • Multiple different chatbots with different style and behavior for different website pages
  • AI Agents using visual OpenAI Agent Workflow Builder and ChatKit
  • Chat bot that uses a cutting-edge models: GPT-5.x, GPT-4o , GPT-4.5, Claude, Grok, Deepseek
  • Content aware AI chatbot using semantic search via embedding content
  • Option to choose if the chatbot is only visible to registered visitors or not
  • Choose exactly which users can access each chatbot. Useful for membership sites, gated content, or private support. (Pro) Learn more
  • Link chatbots to WooCommerce virtual products to grant users time-limited access after purchase. This feature is under development and may change.(Pro) Learn more
  • Conversation Logging. Recording and saving chat interactions between users and the chatbot
  • Token statistic logging. Recording and saving tokens used by chatbots
  • Personalize the appearance of the chatbot: colors, styles, text
  • Personalize view of chatbot using custom css (additional feature for each chatbot)
  • Is possible to select position, size of chatbot’s window
  • Dynamic update of models directly from OpenAI
  • Plugin can generate images
  • SEO Readability Rewrite, which rewrites a post if its Flesch score falls below a defined threshold.
  • SEO Compare (Post vs URL). It compares a post’s content with content from any external URL.
  • SEO Compare URLs, which compares content from two external URLs.
  • Summarizing

Content aware feature for AI chatbot.

You can use Completion API to create content aware chatbot along with RAG by embedding website content.

Starting from version 1.6.4 we added Retrieval-augmented generation (RAG) support to chatbot. So you can use external vector database API and use it in pair with Embedding API and with Chat Completion API endpoint to build content aware chatbot. With the right configuration you can have such powerful chatbot like Assistants but with cheaper price. How RAG feature works? Plugin allows to upload content of selected posts or pages from your website into external vector database using their API and generate search database. This vector database is able to do semantic search inside uploaded content. You can attach vector database to chatbot. When visitors ask questions, this chatbot sends a query to the vector database instead of sending it directly to ChatGPT. The vector database returns content that matches the user’s query back to your site. The content found by the vector database is then sent to ChatGPT along with the user’s query. If the vector database does not find any information that is related to the user’s request, you have the option to stop sending the request to ChatGPT and return a message informing the client about the missing content. This way, you can achieve 2 goals:
1. Limit sending any requests to ChatGPT that are not related to website content.
2. Only send ChatGPT content from your website that is relevant to the user’s request. This allows you to reduce the cost of using the Chat Completion API.

For more details of how RAG works see this article. Also you can read this page to get idea on how plugin’s RAG feature works.

Starting from version 1.6.8 we added Generating Downloadable Files embedded into chatbot response. Please read this article for details.

Chatbot view modifications

Besides of styling chatbot in configuration pages you also can use some predefined views or view modifications. In version 1.6.1 we introduce modalless view which allows you to put chatbot as part of web page without showing modal window. To use this function you can add shortcode [s2baia_chatbot bot_id=BOT_HASH_CODE view=embedded] where BOT_HASH_CODE is hashcode generated automatically when you create new Assistant or Chat Bot. This hash code is displayed in hash column of table with chat bot or assistants list. Also it is possible to use such simple form of shortcode [s2baia_chatbot view=embedded] In such case plugin displays default chat bot as modalles in the web page. You can also use the same chatbot with different views as modal or modalles in other webpages. When you want to use chat bot without modal then make sure that you selected pixels as units of measurement for chatbot height in the bot configuration!
We also introduced view_mode attribute in shortcode. When you add such shortcode [s2baia_chatbot bot_id=BOT_HASH_CODE view_mode=fullscreen1 ] then chat bot will be displayed in full screen immediately after page loads. If you want to hide close button for full screen chat bot then you need to use hideclose=1 attribute. For ecxample [s2baia_chatbot bot_id=BOT_HASH_CODE view_mode=fullscreen1 hideclose=1]

Apply custom CSS rules to any chatbot

In version 1.6.3, we added the “Deep Customization” feature. This allows you to create a unique view for each chatbot using custom css rules. To do this, you need to find the ‘Deep customization’ section on the “Chatbots” or “Assistants” tabs, add the unique html id of the closed and opened chatbot. You can then add CSS rules to each closed and open view of any chatbot. Separate css rules can be applied to different chatbots.

SEO Automation

Includes three AI-powered SEO agents:

  • SEO Readability Rewrite (HTML only) – Improves clarity while preserving HTML structure.
  • SEO Compare (Post vs URL) – Benchmarks your post/page against an external URL.
  • SEO Compare URLs – Compares two external URLs and generates optimization suggestions.

How It Works

Each agent runs as a task:
* Configure inputs
* Content is fetched and analyzed
* AI generates a structured SEO report
* More detailed information can be found on this page

Execution Modes

Tasks run either:
* Manually, or
* In Background (WP-Cron queue)

For background processing, WP-Cron must be enabled.
If DISABLE_WP_CRON is set to true, queued tasks will not run but you can still run them manually.

How to use plugin

-Open account at OpenAI and get API key
-Go to Settings page YOUR_WEBSITE_URL/wp-admin/admin.php?page=s2baia_settings page of this plugin. Paste API key in the ‘Open AI Key:’ field of the ChatGPT tab.
-Switch to Models tab. Click on the ‘Refresh from OpenAI’ button. It updates models from OpenAI server. Select Models which you want to use. Select the Edit checkbox for models that will be used with chatbots and text manipulation. Select the Expert checkbox for models to be used in the Expert playground. Finally click the Save button. Now you can now the S2B AI Assistant plugin.
-You can create many chatbots on the Chatbot page YOUR_WEBSITE_URL/wp-admin/admin.php?page=s2baia_chatbot page of this plugin.
-To get the chatbot operational, insert the shortcode in one of the following formats [s2baia_chatbot], [s2baia_chatbot bot_id=automatically_generated_hashcode] (where automatic_generated_hashcode is the chatbot hashcode that is automatically assigned when the chatbot is created) or [s2baia_chatbot bot_id=assistant] into any page or post. First format allows to exploit chatbot that uses Chat Completion API. This is default chatbot type. The second format allows for both types of chatbots using the Chat Completion API and the Assistant API. Third format of shortcode allows to use the automatically generated AI Assistant directly from our plugin. You can use all 3 types of chatbots on different pages or posts. You can create as many different chatbots as you like with the format [s2baia_chatbot bot_id=automatically_generated_hashcode]. You can also place a chatbot with the same shortcode on different pages and/or posts.

-For image generation open Image page in /wp-admin side. There you can generate images, using Dall-e-2 or Dall-e-3 models and store them into Media library.

External Services

This plugin uses external API when it performs following functions:
-when it runs semantic search it sends requests to vector databases: Pinecone
-when it builds vector database from content of your website it sends content selected by you to vector database APIs:Pinecone
-when you select delete indexed content then it sends deletion requests to APIs: Pinecone
-when clients of your website try to search information then plugin sends user’s request to OpenAI API for build embedding and then sends embedded request to vector database APIs for doing semantic search:Pinecone
-when clients of your website try to send request to chatbot plugin sends user’s request to OpenAI API. Also it can send request to vector database APIs for doing semantic search:Pinecone
-when clients of your website try to send request to chatbot plugin sends user’s request to xAI API
-when you or clients of your website try to generate image then plugin sends request to OpenAI API.
By using this plugin, you consent to sending data to OpenAI’s and/or Pinecone’s servers, which may include user queries and other relevant information.
Please ensure compliance with xAI, OpenAI’s, DeepSeek & Pinecone terms and any applicable data privacy laws.

Pinecone vector database

The S2B AI Assistant box makes use of the API provided by Pinecone. This plugin does not collect any data from your Pinecone account. The information sent to the Pinecone servers mainly includes the content of your website and the specified context. The usage information displayed in the add-on’s settings is only for your reference. To obtain accurate information about your usage, it is important to check it on the Pinecone website. Additionally, please make sure to review their Privacy Policy and Legal documents for more details.

Open AI

The S2B AI Assistant makes use of the API provided by [OpenAI](https://openai.com/blog/openai-api or [Reference]https://platform.openai.com/docs/api-reference). This plugin does not collect any data from your OpenAI account apart from the number of tokens used. The information sent to the OpenAI servers mainly includes the content of your article and the specified context. The usage information displayed in the add-on’s settings is only for your reference. To obtain accurate information about your usage, it is important to check it on the OpenAI website. Additionally, please make sure to review their Privacy Policy and Terms of Service for more details.

Disclaimer

The S2B AI Assistant is a plugin that allows users to integrate their websites with AI services such as OpenAI’s ChatGPT, Claude, xAI’s Grok, DeepSeek and Pinecone vector database https://www.pinecone.io/ . In order to use this plugin, you (user of this plugin) must have own API keys and adhere to the guidelines provided by the chosen AI service. When utilizing the S2B AI Assistant, you (user of this plugin) are required to monitor and oversee the content produced by the AI, as well as handle any potential issues or misuse. The developer of the S2B AI Assistant plugin and other related parties cannot be held responsible for any problems or losses that may arise from the usage of the plugin or the content generated by the AI. Users are advised to consult with a legal expert and comply with the applicable laws in their jurisdiction. OpenAI, ChatGPT, and related marks are registered trademarks of OpenAI. Grok, xAI and related marks are registered trademarks of X.AI LLC. Author of this plugin is not a partner of, endorsed by, affiliated with or sponsored by: OpenAI I, L.L.C.,OpenAI Ireland Ltd , xAI LLC, DeepSeek or Pinecone Systems, Inc.
This plugin is intended for users 18 years of age and older. If users under 18 access this plugin, they must do so under direct adult supervision. Parents, guardians, teachers, or other responsible adults should review all AI-generated content before use and ensure it’s appropriate for the intended audience. This plugin generates AI content for informational purposes only. Content generated by this plugin should NOT be used as professional legal, medical, or financial advice without proper review by qualified professionals. Always consult licensed attorneys, medical professionals, or financial advisors for matters requiring professional expertise.

DomainExposuresHeadersLast Checked
c*l*d*f.com F 2026-07-25 15:43:16
h*m*d*p*t*l*m*i*g.com F 2026-07-20 18:50:12
k*d*s*i*m*n*c*a*s.com A 2026-07-16 04:55:28
c*a*l*e*u*.com (WP 7.0) F 2026-07-09 14:29:23
k*l*n*s*k.eu (WP 6.4.8) ⚠️ F 2026-07-06 21:12:49
d*m*g*e*x*e*t.nl (WP 6.9.4) D 2026-07-05 16:53:19
a*m*t*f*k*n*c*r.com (WP 7.0) D 2026-07-04 16:44:25
i*f*c*m*l*.com (WP 7.0) F 2026-07-04 12:48:13
d*f*p*.com F 2026-06-02 03:43:44
d*f*o*.com F 2026-06-02 03:28:15
d*f*n*t*l*s.com F 2026-06-02 03:23:41

Top 50 Plugins

Plugin Count
elementor 1,781,350
contact-form-7 1,763,473
elementor-pro 1,056,403
woocommerce 818,396
revslider 613,184
jetpack 459,687
js_composer 423,500
wp-rocket 341,701
essential-addons-for-elementor-lite 267,186
complianz-gdpr 260,358
gravityforms 257,842
google-site-kit 232,120
cookie-law-info 230,851
instagram-feed 226,401
sitepress-multilingual-cms 212,109
header-footer-elementor 208,941
google-analytics-for-wordpress 207,506
bluehost-wordpress-plugin 193,159
elementskit-lite 182,255
gutenberg 167,504
cookie-notice 150,713
litespeed-cache 142,941
gtranslate 126,300
wpforms-lite 125,731
the-events-calendar 123,260
gutenberg-core 121,980
astra-sites 114,946
popup-maker 110,750
woocommerce-payments 110,631
tablepress 102,411
honeypot 98,192
astra-addon 94,627
wp-smushit 91,689
duracelltomi-google-tag-manager 90,994
layerslider 90,135
coblocks 89,955
all-in-one-seo-pack 89,864
bb-plugin 86,751
akismet 85,480
premium-addons-for-elementor 85,165
cleantalk-spam-protect 83,466
ml-slider 82,941
mailchimp-for-wp 82,596
megamenu 80,887
woocommerce-gateway-stripe 80,153
fusion-builder 77,796
jet-engine 77,676
ewww-image-optimizer 76,887
smart-slider-3 76,763
wp-pagenavi 76,618

Top 50 Themes

Theme Count
hello-elementor 623,608
Divi 500,513
astra 418,376
flatsome 137,115
Avada 122,205
generatepress 115,566
pub 84,984
oceanwp 81,354
kadence 79,424
enfold 69,500
salient 65,679
twentyseventeen 54,668
bb-theme 52,923
betheme 52,600
twentytwentyfour 52,508
blocksy 51,323
cocoon-master 49,331
dt-the7 45,735
twentytwentyfive 44,941
h4 42,389
woodmart 41,191
neve 38,486
Avada-Child-Theme 37,096
gox 36,285
bridge 31,680
twentytwentyone 30,564
lightning 29,886
twentytwenty 28,924
swell 27,928
bricks 26,537
Impreza 26,232
Newspaper 24,292
twentytwentythree 22,275
epik-redesign 19,258
twentytwentytwo 18,955
uncode 18,704
twentysixteen 17,709
pro 17,598
sydney 16,686
storefront 16,470
Total 14,553
hello-theme-child-master 14,056
factory-templates-4 13,746
extendable 13,275
themify-ultra 13,031
hestia 12,693
yootheme 12,635
yith-wonder 12,470
porto 12,064
jupiter 11,703