← Plugins

web-search

Web search via the Anthropic web search API

View source

Web search plugin

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.

Installation

Tell Stavrobot to install the plugin from:

https://github.com/stavrobot/plugin-web-search

Configuration

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.