Web Search
Command Palette
Search for a command to run...
Web Search
v1.0.0SkillSearch the web for current information and real-time data
searchwebinformationresearch
Capabilities
Searches the web for information
Content
Details
Actions
Search for a command to run...
Search the web for current information and real-time data
Searches the web for information
Enables the agent to search the web for up-to-date information that may not be available in its training data.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | The search query string |
maxResults | number | No | Maximum results to return (default: 5) |
domain | string | No | Limit search to specific domain |
{
"skill": "web_search",
"parameters": {
"query": "latest AI developments 2026",
"maxResults": 10
}
}
Returns an array of search results with title, snippet, and URL.