From 2f30a6a31aff1f68cefbe7cdc27832557c755fb7 Mon Sep 17 00:00:00 2001 From: James Cridland Date: Mon, 6 May 2024 12:50:06 +1000 Subject: [PATCH] Update bots.json Added ClaudeBot (seen 1,234 times in OP3 data in one day) --- src/bots.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/bots.json b/src/bots.json index e02d76b..b124507 100644 --- a/src/bots.json +++ b/src/bots.json @@ -261,6 +261,17 @@ "name": "Clark-Crawler, unknown", "pattern": "^clark-crawler2" }, + { + "name": "Claudebot", + "pattern": "ClaudeBot/", + "description": "Claude is a family of large language models developed by Anthropic and designed to revolutionize the way you interact with AI", + "urls": [ + "https://docs.anthropic.com/claude/docs/intro-to-claude" + ], + "examples": [ + "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" + ] + }, { "name": "Critical Mention", "pattern": "^Podcast-CriticalMention/",