Web Research Skill
Purpose
Conduct comprehensive internet-based research and gather relevant information about any topic.
How It Works
- •Parse the user query to identify key search terms
- •Formulate targeted search queries
- •Search multiple sources (could use web APIs)
- •Aggregate and synthesize findings
- •Return structured markdown report
Example Usage
Shallow Search
code
Query: "Latest trends in renewable energy" Expected Output: Brief overview (500-1000 words)
Deep Search
code
Query: "Impact of AI on employment" Expected Output: Comprehensive analysis (2000+ words) with citations
Constraints
- •Only whitelisted APIs allowed
- •Maximum 3 search calls per invocation
- •30-second timeout limit
- •Must cite sources
Output Format
Returns markdown with:
- •Executive summary
- •Key findings (bullet points)
- •Detailed analysis
- •Source citations
Success Criteria
✓ Relevant results found ✓ Multiple sources cited ✓ Well-organized markdown ✓ Information is current and accurate