local-rag-searchEfficiently 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.
Install via ClawdBot CLI:
clawdbot install nkapila6/local-rag-searchThis skill enables you to effectively use the mcp-local-rag MCP server for intelligent web searches with semantic ranking. The server performs RAG-like similarity scoring to prioritize the most relevant results without requiring any external APIs.
rag_search_ddgs - DuckDuckGo SearchUse this for privacy-focused, general web searches.
When to use:
Parameters:
query: Natural language search querynum_results: Initial results to fetch (default: 10)top_k: Most relevant results to return (default: 5)include_urls: Include source URLs (default: true)rag_search_google - Google SearchUse this for comprehensive, technical, or detailed searches.
When to use:
deep_research - Multi-Engine Deep ResearchUse this for comprehensive research across multiple search engines.
When to use:
Available backends:
duckduckgo: Privacy-focused general searchgoogle: Comprehensive technical resultsbing: Microsoft's search enginebrave: Privacy-first searchwikipedia: Encyclopedia/factual contentyahoo, yandex, mojeek, grokipedia: Alternative enginesDefault: ["duckduckgo", "google"]
deep_research_google - Google-Only Deep ResearchShortcut for deep research using only Google.
deep_research_ddgs - DuckDuckGo-Only Deep ResearchShortcut for deep research using only DuckDuckGo.
rag_search_ddgs or rag_search_google
rag_search_ddgs(
query="What is the capital of France?",
top_k=3
)
rag_search_google
rag_search_google(
query="Docker multi-stage build optimization techniques",
num_results=15,
top_k=7
)
deep_research with multiple search terms
deep_research(
search_terms=[
"machine learning fundamentals",
"neural networks architecture",
"deep learning best practices 2024"
],
backends=["google", "duckduckgo"],
top_k_per_term=5
)
deep_research with Wikipedia
deep_research(
search_terms=["World War II timeline", "WWII key battles"],
backends=["wikipedia"],
num_results_per_term=5
)
For quick answers:
num_results=5-10, top_k=3-5For comprehensive research:
num_results=15-20, top_k=7-10For deep research:
num_results_per_term=10-15, top_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 URLs
Task: "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 guide
Task: "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 studies
include_urls=True, reference the source URLs in your responseIf a search returns insufficient results:
num_results parameterdeep_research with multiple related search termsnum_results and top_k based on use caseGenerated Mar 1, 2026
Startups can use the skill to gather comprehensive market intelligence, competitor analysis, and industry trends without relying on external APIs. By employing deep_research with multiple search terms and backends like Google and DuckDuckGo, they can efficiently compile data on customer needs, regulatory changes, and technological advancements to inform business strategies.
Researchers and students can leverage the skill to perform in-depth literature searches across scientific databases and general web sources. Using rag_search_google for technical queries and deep_research with backends like Wikipedia and Google, they can quickly gather and semantically rank relevant papers, studies, and factual content for thesis work or publications.
Content creators and journalists can utilize the skill to research current events, verify facts, and gather diverse perspectives on topics. By applying rag_search_ddgs for privacy-focused news and deep_research with multiple search terms, they can efficiently source up-to-date information, cite URLs, and produce well-rounded articles or reports.
IT professionals and developers can use the skill to search for solutions to technical issues, such as code errors or system configurations. Employing rag_search_google for detailed documentation and deep_research with specific search terms, they can quickly find and rank relevant forum posts, tutorials, and official guides to resolve problems efficiently.
Offer a premium service where businesses pay a monthly fee for access to advanced web search capabilities, including deep_research with multiple engines and custom parameter tuning. Revenue is generated through tiered subscriptions based on usage limits, priority support, and integration with internal tools for automated reporting.
Provide a free version with basic search tools like rag_search_ddgs and limited deep_research queries, while charging for advanced features such as increased result limits, additional backends, and API access. Revenue comes from paid upgrades, enterprise licenses, and partnerships with development platforms for seamless integration.
Deliver tailored consulting services to help organizations integrate the skill into their workflows, optimize search strategies, and train teams on best practices. Revenue is generated through project-based fees, ongoing support contracts, and custom development for specific industry needs like legal research or healthcare information gathering.
💬 Integration Tip
Integrate the skill by starting with rag_search_ddgs for general queries and gradually incorporating deep_research for complex topics, ensuring to cite sources and tune parameters based on response quality.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.