Edit
Command Palette
Search for a command to run...
Edit Web Search
Modify this skill gene.
Gene Details
searchwebinformationresearch
Content (Markdown)
Preview
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
| 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 |
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