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

Plugin: s2b-ai-assistant (Used by 9 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
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
c*l*d*f.com F 2026-05-28 18:35:40
h*m*d*p*t*l*m*i*g.com F 2026-05-24 09:24:12
k*l*n*s*k.eu (WP 6.4.8) ⚠️ F 2026-05-09 22:12:50
d*m*g*e*x*e*t.nl (WP 6.9.4) D 2026-05-08 19:11:53
a*m*t*f*k*n*c*r.com (WP 6.9.4) D 2026-05-07 17:54:42
i*f*c*m*l*.com (WP 6.9.4) F 2026-05-07 13:42:58

Top 50 Plugins

Plugin Count
elementor 1,796,741
contact-form-7 1,766,546
elementor-pro 1,047,260
woocommerce 815,042
revslider 616,486
jetpack 466,278
js_composer 431,474
wp-rocket 333,316
essential-addons-for-elementor-lite 293,145
gravityforms 266,592
complianz-gdpr 255,931
cookie-law-info 230,628
instagram-feed 227,636
google-site-kit 221,594
sitepress-multilingual-cms 220,708
google-analytics-for-wordpress 213,613
header-footer-elementor 209,754
elementskit-lite 206,554
bluehost-wordpress-plugin 190,677
gutenberg 162,083
gutenberg-core 159,164
cookie-notice 150,869
the-events-calendar 131,142
litespeed-cache 130,431
wpforms-lite 129,343
gtranslate 127,652
astra-sites 119,407
popup-maker 115,819
woocommerce-payments 112,815
tablepress 108,825
coblocks 99,308
honeypot 97,125
astra-addon 95,116
wp-smushit 93,343
duracelltomi-google-tag-manager 93,328
all-in-one-seo-pack 93,096
LayerSlider 91,463
bb-plugin 90,683
premium-addons-for-elementor 86,707
megamenu 86,279
akismet 85,938
cleantalk-spam-protect 83,757
mailchimp-for-wp 83,585
woocommerce-gateway-stripe 82,978
ml-slider 80,826
fusion-builder 79,481
borlabs-cookie 79,231
ewww-image-optimizer 78,903
wp-pagenavi 78,615
formidable 77,926

Top 50 Themes

Theme Count
hello-elementor 614,199
Divi 509,746
astra 422,824
flatsome 132,849
Avada 124,112
generatepress 119,667
pub 109,731
oceanwp 83,251
kadence 78,264
enfold 71,684
salient 66,622
twentytwentyfour 58,741
h4 56,268
twentyseventeen 56,055
bb-theme 55,201
cocoon-master 52,071
betheme 51,693
blocksy 50,524
dt-the7 46,049
twentytwentyfive 43,672
neve 39,246
Avada-Child-Theme 37,532
gox 33,400
woodmart 33,232
bridge 32,813
twentytwentyone 32,058
lightning 31,414
twentytwenty 29,980
swell 28,566
Impreza 26,363
bricks 25,959
twentytwentythree 23,984
Newspaper 23,408
sydney 23,318
voxel 22,439
twentytwentytwo 19,960
epik-redesign 19,270
uncode 19,069
kubio 18,843
sinatra 18,674
twentysixteen 18,163
storefront 17,841
pro 17,833
Total 14,695
extendable 14,576
yith-wonder 14,035
hello-theme-child-master 13,314
themify-ultra 12,964
factory-templates-4 12,913
yootheme 12,910