From 28b45ea08d884419513fc6c8bf65df418da8e379 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 14 Nov 2025 11:03:03 -0800 Subject: [PATCH] chore: adds NotebookLM and KlaviyoAIBot agents --- robots.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/robots.json b/robots.json index 493a8c6..4d48d21 100644 --- a/robots.json +++ b/robots.json @@ -412,6 +412,13 @@ "frequency": "Unclear at this time.", "description": "Kangaroo Bot is used by the company Kangaroo LLM to download data to train AI models tailored to Australian language and culture. More info can be found at https://darkvisitors.com/agents/agents/kangaroo-bot" }, + "KlaviyoAIBot": { + "operator": "[Klaviyo](https://www.klaviyo.com)", + "respect": "[Yes](https://help.klaviyo.com/hc/en-us/articles/40496146232219)", + "function": "AI Search Crawlers", + "frequency": "Indexes based on 'change signals' and user configuration.", + "description": "Indexes content to tailor AI experiences, generate content, answers and recommendations." + }, "LinerBot": { "operator": "Unclear at this time.", "respect": "Unclear at this time.", @@ -489,6 +496,13 @@ "frequency": "Unclear at this time.", "description": "netEstate Imprint Crawler is an AI data scraper operated by netEstate. If you think this is incorrect or can provide additional detail about its purpose, please contact us. More info can be found at https://darkvisitors.com/agents/agents/netestate-imprint-crawler" }, + "NotebookLM": { + "operator": "Unclear at this time.", + "respect": "Unclear at this time.", + "function": "AI Assistants", + "frequency": "Unclear at this time.", + "description": "NotebookLM is an AI-powered research and note-taking assistant that helps users synthesize information from their own uploaded sources, such as documents, transcripts, or web content. It can generate summaries, answer questions, and highlight key themes from the materials you provide, acting like a personalized research companion built on Google's Gemini model. NotebookLM fetches source URLs when users add them to their notebooks, enabling the AI to access and analyze those pages for context and insights. More info can be found at https://darkvisitors.com/agents/agents/google-notebooklm" + }, "NovaAct": { "operator": "Unclear at this time.", "respect": "Unclear at this time.", @@ -734,4 +748,4 @@ "frequency": "No information.", "description": "Retrieves data used for You.com web search engine and LLMs." } -} \ No newline at end of file +}