| name | search-web |
| description | Search the web for information on a given query. This skill should be used when the user wants to find up-to-date information, news, or answers from the internet that may not be in the model's training data. |
Search Web
Search the web for information related to a query.
Usage
python scripts/search_web.py "<query>"
Parameters
| Parameter | Type | Required | Description |
|---|
| query | string | Yes | The search query |
Behavior
- Performs a web search using the query
- Returns a summary of top results
- If no external search API is configured, returns a simulated response with guidance on how to integrate a real search API (e.g., Tavily, SerpAPI, DuckDuckGo)
Notes
- For production use, integrate a real search API by modifying the script
- Supported integrations: Tavily, SerpAPI, DuckDuckGo Search