Loading...
Loading...
Efficiently perform web searches using the mcp-local-rag server with semantic similarity ranking. Use this skill when you need to search the web for current information, research topics across multiple sources, or gather context from the internet without using external APIs. This skill teaches effective use of RAG-based web search with DuckDuckGo, Google, and multi-engine deep research capabilities.
npx skill4agent add sundial-org/awesome-openclaw-skills local-rag-searchrag_search_ddgsquerynum_resultstop_kinclude_urlsrag_search_googledeep_researchduckduckgogooglebingbravewikipediayahooyandexmojeekgrokipedia["duckduckgo", "google"]deep_research_googledeep_research_ddgsrag_search_ddgsrag_search_googlerag_search_ddgs(
query="What is the capital of France?",
top_k=3
)rag_search_googlerag_search_google(
query="Docker multi-stage build optimization techniques",
num_results=15,
top_k=7
)deep_researchdeep_research(
search_terms=[
"machine learning fundamentals",
"neural networks architecture",
"deep learning best practices 2024"
],
backends=["google", "duckduckgo"],
top_k_per_term=5
)deep_researchdeep_research(
search_terms=["World War II timeline", "WWII key battles"],
backends=["wikipedia"],
num_results_per_term=5
)num_results=5-10top_k=3-5num_results=15-20top_k=7-10num_results_per_term=10-15top_k_per_term=3-5Task: "What happened at the UN climate summit last week?"
1. Use rag_search_google for recent news coverage
2. Set top_k=7 for comprehensive view
3. Present findings with source URLsTask: "How do I optimize PostgreSQL queries?"
1. Use deep_research with multiple specific terms:
- "PostgreSQL query optimization techniques"
- "PostgreSQL index best practices"
- "PostgreSQL EXPLAIN ANALYZE tutorial"
2. Use backends=["google", "stackoverflow"] if available
3. Synthesize findings into actionable guideTask: "Research the impact of remote work on productivity"
1. Use deep_research with diverse search terms:
- "remote work productivity statistics 2024"
- "hybrid work model effectiveness studies"
- "work from home challenges research"
2. Use backends=["google", "duckduckgo"] for broad coverage
3. Synthesize different perspectives and studiesinclude_urls=Truenum_resultsdeep_researchnum_resultstop_k