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

Plugin: s2b-ai-assistant (Used by 22 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
a*c*b*l*a*o.it (WP 6.9.4) F 2026-04-11 16:09:23
k*l*n*s*k.eu (WP 6.4.8) ⚠️ F 2026-04-09 21:41:01
c*a*l*e*u*.com (WP 6.9.4) F 2026-04-08 21:28:34
a*m*t*f*k*n*c*r.com (WP 6.9.4) D 2026-04-03 04:14:36
w*o*l*w*u.com 2025-11-11 13:20:46
v*r*h*r*.com 2025-11-11 08:02:37
t*e*e*v*c*s*r*e.com 2025-11-11 00:40:27
r*m*z*a*g*.com 2025-11-10 05:27:12
k*d*s*i*m*n*c*a*s.com 2025-11-08 15:36:49
i*f*c*m*l*.com 2025-11-08 07:53:27
h*m*d*p*t*l*m*i*g.com 2025-11-08 04:26:56
g*t*r*.com 2025-11-07 20:58:36
g*l*e*l.com 2025-11-07 20:16:21
d*f*p*.com 2025-11-07 07:44:53
d*f*p*.com 2025-11-07 07:44:53
d*f*l*m*i*g.com 2025-11-07 07:44:33
d*f*o*.com 2025-11-07 07:44:33
d*f*i*h*i*g.com 2025-11-07 07:44:33
d*f*n*t*l*s.com 2025-11-07 07:44:33
c*r*l*n*f*r*i*h*d*e*t*l*.com 2025-11-06 17:46:09
c*l*d*f.com 2025-11-06 16:35:55

Top 50 Plugins

Plugin Count
elementor 3,346,694
contact-form-7 2,897,965
elementor-pro 1,853,788
woocommerce 1,587,290
revslider 1,105,702
js_composer 702,257
jetpack 517,588
wp-rocket 501,904
essential-addons-for-elementor-lite 499,296
header-footer-elementor 447,736
elementskit-lite 424,476
gutenberg-core 380,985
google-analytics-for-wordpress 369,842
instagram-feed 366,848
google-site-kit 354,591
cookie-law-info 339,420
complianz-gdpr 335,485
gravityforms 331,898
wpforms-lite 326,075
astra-sites 319,995
sitepress-multilingual-cms 286,622
litespeed-cache 283,530
bluehost-wordpress-plugin 267,424
gtranslate 218,961
coblocks 197,829
cookie-notice 197,693
the-events-calendar 166,559
premium-addons-for-elementor 165,238
gutenberg 164,420
mailchimp-for-wp 160,686
astra-addon 159,214
bb-plugin 158,593
popup-maker 155,789
LayerSlider 150,799
pro-elements 148,836
wp-smushit 148,694
creame-whatsapp-me 147,567
click-to-chat-for-whatsapp 146,663
sg-cachepress 138,354
tablepress 137,481
custom-fonts 137,270
woocommerce-gateway-stripe 130,252
royal-elementor-addons 129,955
duracelltomi-google-tag-manager 127,494
smart-slider-3 127,102
pixelyoursite 125,192
ultimate-addons-for-gutenberg 123,726
cleantalk-spam-protect 123,622
fusion-builder 118,887
megamenu 118,708

Top 50 Themes

Theme Count
hello-elementor 1,045,895
astra 915,652
Divi 847,091
pub 250,982
generatepress 196,254
flatsome 194,619
Avada 175,335
h4 168,672
oceanwp 144,036
kadence 125,835
enfold 104,257
bb-theme 103,614
twentytwentyfive 101,632
salient 101,219
blocksy 100,136
twentytwentyfour 99,471
cocoon-master 94,680
betheme 85,737
woodmart 80,455
twentyseventeen 78,904
dt-the7 68,742
neve 60,598
twentytwentyone 52,263
bridge 51,313
swell 50,610
lightning 45,097
twentytwentythree 44,634
twentytwenty 44,027
Avada-Child-Theme 41,827
gox 39,495
Impreza 35,843
bricks 35,518
Newspaper 34,068
twentytwentytwo 33,567
storefront 27,571
yith-wonder 27,434
extendable 27,275
pro 26,832
epik-redesign 26,685
uncode 26,262
themify-ultra 26,061
twentysixteen 25,484
sydney 25,004
twentyfifteen 24,561
Total 22,368
porto 21,720
hestia 20,041
go 19,688
thrive-theme 18,926
popularfx 18,730