A Stavrobot plugin that provides a web search tool using the Anthropic web search API. It sends queries to a Claude model with the web search server-side tool enabled, handles multi-search turns, and returns a summarised answer with source URLs.
Tell Stavrobot to install the plugin from:
https://github.com/stavrobot/plugin-web-search
Two configuration values are required:
anthropic_api_key: An Anthropic API key used to call the Messages API.model: The Anthropic model to use (e.g. claude-sonnet-4-20250514). The model must support the web search tool.