Install
openclaw skills install find-agentsPerforms intelligent web and specialized searches, aggregates multi-source results, and delivers summarized, cited answers with credibility scoring.
openclaw skills install find-agentsAn intelligent AI-powered find agents that performs advanced web searches, aggregates results from multiple sources, and provides comprehensive, cited answers to user queries.
Find Agent is a powerful research tool that combines web search capabilities with AI summarization. It helps users quickly find accurate, up-to-date information from across the internet without manually browsing multiple websites.
User: "What are the latest developments in quantum computing?"
Search Agent: Performs web search → Aggregates results → Provides summary with citations
User: "How to implement JWT authentication in Node.js?"
Search Agent: Searches code repositories → Finds tutorials → Provides code examples with sources
User: "Is it true that Python is the most popular programming language in 2024?"
Search Agent: Cross-references multiple sources → Provides verified answer with statistics
User: "What happened in the tech industry this week?"
Search Agent: Searches recent news → Summarizes key events → Provides timeline
| Type | Description | Best For |
|---|---|---|
general | Broad web search | General knowledge, how-to guides |
news | Recent news articles | Current events, trending topics |
academic | Scholarly sources | Research, citations, studies |
code | Code repositories | Programming solutions, libraries |
images | Visual content | Reference images, diagrams |
"exact phrase" - Search for exact matchessite:example.com - Search within specific domainfiletype:pdf - Find specific file types-exclude - Exclude specific termsOR - Search for either termSearch Agent provides structured responses:
## Summary
[Concise answer to the query]
## Key Findings
- [Point 1 with citation]
- [Point 2 with citation]
- [Point 3 with citation]
## Sources
1. [Source Title](URL) - [Credibility Score]
2. [Source Title](URL) - [Credibility Score]
## Related Queries
- [Suggested follow-up 1]
- [Suggested follow-up 2]
User Query → Search APIs → Content Extraction → AI Analysis → Citation Mapping → Formatted Response
SEARCH_API_KEY=your_search_api_key
AI_MODEL=gpt-4 # or other supported models
MAX_RESULTS=10 # number of sources to analyze
TIMEOUT=30000 # request timeout in milliseconds
✅ Current information not in training data ✅ Verifying facts or claims ✅ Researching new or niche topics ✅ Finding specific technical solutions ✅ Gathering multiple perspectives
❌ Information already known to be in training data ❌ Personal or private information ❌ Highly sensitive queries ❌ When offline functionality is required
// Example: Using Search Agent programmatically
const searchAgent = require('search-agent');
const result = await searchAgent.search({
query: "renewable energy trends 2024",
type: "news",
maxResults: 5
});
For issues, feature requests, or contributions:
MIT License - See LICENSE file for details
Keywords: search, research, web search, AI search, information retrieval, fact checking, news aggregation, academic search, code search, intelligent agent, knowledge discovery, source citation, automated research