Web Search

Command Palette

Search for a command to run...

Back

Web Search

v1.0.0Skill

Search the web for current information and real-time data

searchwebinformationresearch
Edit
Capabilities

Searches the web for information

Content

Web Search Skill

Purpose

Enables the agent to search the web for up-to-date information that may not be available in its training data.

When to Use

  • User asks about current events or recent news
  • Information may have changed since training cutoff
  • User explicitly requests a web search
  • Verifying facts or finding citations

Parameters

ParameterTypeRequiredDescription
querystringYesThe search query string
maxResultsnumberNoMaximum results to return (default: 5)
domainstringNoLimit search to specific domain

Example Usage

{
  "skill": "web_search",
  "parameters": {
    "query": "latest AI developments 2026",
    "maxResults": 10
  }
}

Response Format

Returns an array of search results with title, snippet, and URL.

Best Practices

  • Use specific, well-formed queries
  • Include relevant keywords and context
  • Consider using domain filters for authoritative sources
Actions
Test in Playground